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

stream_loooooops-config.xml.example (728B)


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<ezstream>
  <servers>
    <server>
      <hostname>localhost</hostname>
      <password>hackme</password>
      <port>666</port>
    </server>
  </servers>
  <streams>
    <stream>
      <mountpoint>/radio-looptober.opus</mountpoint>
      <format>Ogg</format>
      <stream_name>Radio Looooooptober</stream_name>
      <stream_description>#LOOPTOBER #LOOPTOBER #LOOPTOBER</stream_description>
    </stream>
  </streams>
  <decoders>
    <decoder>
      <name>Opus</name>
      <program>opusdec --rate 44100 @T@ -</program>
      <file_ext>.opus</file_ext>
    </decoder>
  </decoders>
  <intakes>
    <intake>
      <filename>playlist_loooooops.m3u</filename>
      <shuffle>1</shuffle>
    </intake>
  </intakes>
</ezstream>