Update README with flexible video management details

Added flexible video management features to README.
This commit is contained in:
SteadyW 2026-06-04 22:19:57 +03:00 committed by GitHub
parent 23dec23d34
commit 20b3a58a13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,9 @@
- **High Performance**: Uses **HTML5 Canvas** for rendering instead of heavy DOM elements, enabling 60 FPS playback.
- **Binary Protocol**: Frames are encoded into `Uint8Array` (binary) for efficient bandwidth usage.
- **Multiple Color Modes**: Supports everything from classic B&W to 16M color ultra-fidelity.
- **Modern Aesthetic**: Premium dark-mode UI with interactive ripple dissolve effects.
- **Flexible Video Management**: Supports JSON playlists (per-video mode & volume),
folder-based auto-queuing (filesystem order), single-file mode, and infinite loop
playback — all controlled via CLI arguments.
## 🛠️ Architecture