radio-looptober

somehow downloads looptober mp3 files and make a radio out of them
git clone https://git.lurk.org/repos/radio-looptober.git
Log | Files | Refs | README | LICENSE | TODO

commit 10663ebb2be3ecf08abf73ab8ede331364ee282a
parent 0962cbb98714505f1b1721884b00afe93e786ea3
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sun Oct  9 17:06:26 +0200

do not restart when I tell you not
Diffstat:
stream_loooooops.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/stream_loooooops.sh b/stream_loooooops.sh
@@ -14,7 +14,8 @@ do
   if [ -e playlist_loooooops.m3u ]
   then
     echo ":) playlist found"
-    ezstream -c stream_loooooops-config.xml
+    ezstream -v -c stream_loooooops-config.xml
+    break
   else
     echo ":( playlist not found, trying again"
     sleep 2s