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 f7e38733d9b6344a7e8b9f356e3c38b3b568a75f
parent 48b9809cae71e836077fc8af6c839baae89ecd8e
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sun Oct  9 17:32:40 +0200

template config file for ezstream
Diffstat:
stream_loooooops-config.xml.example | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)
diff --git a/stream_loooooops-config.xml.example b/stream_loooooops-config.xml.example
@@ -0,0 +1,23 @@
+<ezstream>
+  <servers>
+    <server>
+      <hostname>localhost</hostname>
+      <password>hackme</password>
+      <port>666</port>
+    </server>
+  </servers>
+  <streams>
+    <stream>
+      <mountpoint>/radio-looptober.mp3</mountpoint>
+      <format>MP3</format>
+      <stream_name>Radio Looooooptober</stream_name>
+      <stream_description>#LOOPTOBER #LOOPTOBER #LOOPTOBER</stream_description>
+    </stream>
+  </streams>
+  <intakes>
+    <intake>
+      <filename>playlist_loooooops.m3u</filename>
+      <shuffle>1</shuffle>
+    </intake>
+  </intakes>
+</ezstream>