From c908c1a88db0ef0bae86922e48ebb8c3c62db83a Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 26 Feb 2026 16:29:51 -0800 Subject: stop broadcast when no subscribers --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index aa3ed80..ed97d00 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,10 @@ uv run gunicorn yt_radio:app --bind 0.0.0.0:8000 -k gthread --threads 50 --worke ## Example Landing Page image + +## 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` -- cgit v1.2.3