From d06cf0af05eb0118b93e180fe0f1f980ad385ee8 Mon Sep 17 00:00:00 2001 From: SteadyW <233242505+YusufB5@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:50:26 +0300 Subject: [PATCH] Revise README for Windows user shortcuts Updated Windows user instructions for running scripts. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 66ae12b..9209273 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,6 @@ python stream_server.py --playlist playlist.json --cols 220 --loop ``` Use `playlist.json` when you need different `--mode` or `--vol` settings for each video. -> 💡 **Windows Users:** You can use the included `serve.bat` shortcut for quicker typing: `.\serve video.mp4 --cols 240` Open `http://localhost:8000` in your browser. @@ -135,8 +134,7 @@ If you prefer to bypass the web interface, you can render the video directly ins ```bash python ascii_video_player2.py video.mp4 --cols 100 --quality 0 ``` -> 💡 **Windows Users:** Use the shortcut `.\play video.mp4 -c 100 -q 0` -> + > ⚠️ **Note:** Do not resize your terminal window during playback, as dynamic text wrapping will corrupt the ASCII layout. ## 🎨 Customization