From 20b3a58a138442e0e73c13d8456b97d6d07bb358 Mon Sep 17 00:00:00 2001 From: SteadyW <233242505+YusufB5@users.noreply.github.com> Date: Thu, 4 Jun 2026 22:19:57 +0300 Subject: [PATCH] Update README with flexible video management details Added flexible video management features to README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa6ea6b..bb6d031 100644 --- a/README.md +++ b/README.md @@ -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