diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-02-26 16:29:51 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-02-26 16:29:51 -0800 |
| commit | c908c1a88db0ef0bae86922e48ebb8c3c62db83a (patch) | |
| tree | 3eb2dc2784fa70a86f9f6f7ec6ddff99ecd048b9 /README.md | |
| parent | a73dd2b5563ef5c7603126078338dedf9288857f (diff) | |
stop broadcast when no subscribers
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,3 +15,10 @@ uv run gunicorn yt_radio:app --bind 0.0.0.0:8000 -k gthread --threads 50 --worke ## Example Landing Page <img width="936" height="992" alt="image" src="https://github.com/user-attachments/assets/e70879ad-bdff-46b0-8018-130211d950a1" /> + +## Local Playlist +In case when fetching from YouTube takes too long for some reason, you can also specify a local `.radio` file. An example file has been included in this repo. + +The radio code will parse links from this file as the playlist instead. Set `PLAYLIST_URL="PATH_TO_.RADIO_FILE"` + +The file must end with `.radio` |
