Revise hover preview section in README

Updated hover preview instructions for clarity and conciseness.
This commit is contained in:
SteadyW 2026-06-19 11:13:07 +03:00 committed by GitHub
parent c24076e0bd
commit dc08a47de7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,12 +131,10 @@ Use `playlist.json` when you need different `--mode` or `--vol` settings for eac
Open `http://localhost:8000` in your browser.
### Player Controls
Hover previews are built once per video on first hover and kept in memory. Start with
```bash
--no-thumbnails
```
to disable them.
To use your own prebuilt sprite, point the /scrub route at it.
Hover previews are built once per video on first hover, in a single ffmpeg pass,
and kept in memory — nothing written to disk. Disable with `--no-thumbnails`.
To use a prebuilt sprite instead, point the `/scrub` route at it.
### 4. Run directly in Terminal (Standalone)
If you prefer to bypass the web interface, you can render the video directly inside an ANSI-supported terminal (zero-flicker, true color):