1
0
mirror of https://git.lurk.org/repos/radio-looptober.git synced 2024-12-22 12:30:32 +01:00

template config file for ezstream

This commit is contained in:
ugrnm 2022-10-09 17:32:40 +02:00
parent 48b9809cae
commit f7e38733d9

View File

@ -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>