mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-29 22:59:38 +02:00
feat: make hover thumbnails optional (--no-thumbnails)
Thumbnails stay on by default. --no-thumbnails skips building the preview sprite, so the server does no extra work and the rest of the player still works. The frontend already shows no preview when the sprite is unavailable.
This commit is contained in:
parent
41f430d46d
commit
c230c6b7d7
3 changed files with 21 additions and 0 deletions
|
|
@ -149,6 +149,9 @@ video the first time you hover, in a single quick ffmpeg pass, and keeps it in
|
|||
memory so nothing is written to disk. If you already have your own sprite, point
|
||||
the `/scrub` route at it instead.
|
||||
|
||||
Hover previews are on by default. If you would rather not build them at all, start
|
||||
the server with `--no-thumbnails` and the rest of the player keeps working.
|
||||
|
||||
### 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):
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue