aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-02-26 16:29:51 -0800
committerPinapelz <yukais@pinapelz.com>2026-02-26 16:29:51 -0800
commitc908c1a88db0ef0bae86922e48ebb8c3c62db83a (patch)
tree3eb2dc2784fa70a86f9f6f7ec6ddff99ecd048b9 /README.md
parenta73dd2b5563ef5c7603126078338dedf9288857f (diff)
stop broadcast when no subscribers
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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
<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`
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage