From dc08a47de7cc0e123ec71e17c2bae27864b89ac7 Mon Sep 17 00:00:00 2001 From: SteadyW <233242505+YusufB5@users.noreply.github.com> Date: Fri, 19 Jun 2026 11:13:07 +0300 Subject: [PATCH] Revise hover preview section in README Updated hover preview instructions for clarity and conciseness. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9da540f..514b283 100644 --- a/README.md +++ b/README.md @@ -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):