Skip to content

Commit 11c121e

Browse files
committed
coolness update
1 parent 9bde0bb commit 11c121e

File tree

2 files changed

+116
-85
lines changed

2 files changed

+116
-85
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,18 @@ Ever wanted to watch videos as colored ASCII art in your terminal, with sound, a
4646

4747
## ⚙️ Options
4848
- `options.json` is created on first run. You can edit it to set:
49-
- Video file (default: BadApple.mp4)
50-
- Temp folder (default: temp)
51-
- Width (default: 160)
52-
- FPS (default: 24)
53-
- No more prompts for width, fps, or temp folder—just set and forget!
49+
- `chars`: custom characters for video (when `ascii_chars_set` is set to `custom`)
50+
- `temp`: folder (default: temp)
51+
- `width`: (default: 160)
52+
- `FPS`: (default: 24)
53+
- `ascii_chars_set`: Choose from predefined ASCII character sets ( "`default`", "`detailed`", "`simple`" and "`custom`").
54+
- `audio_volume_start`: Set the initial playback volume (0.0 to 1.0).
55+
- `default_video_path`: Specify a default video file to load on startup.
56+
- `show_ui_on_start`: Toggle the welcome UI box on startup.
57+
- `clear_screen_on_resize`: Control if the terminal clears when resized.
58+
- `buffering_message`: Customize the "Buffering..." text.
59+
- `seek_jump_seconds`: Adjust the jump duration for A/D keys.
60+
- `fine_seek_seconds`: Adjust the jump duration for arrow keys.
5461

5562
---
5663

0 commit comments

Comments
 (0)