This commit is contained in:
2021-06-11 17:33:42 +02:00
parent 2d7d2e9915
commit a9b4198f93
2 changed files with 10 additions and 17 deletions

20
ices.xml.jinja Normal file
View File

@@ -0,0 +1,20 @@
<!-- <?xml version="1.0"?> -->
<ices>
<stream>
<metadata>
<name>Radio Bullshit</name>
<genre>Bullshit</genre>
<description>J'ai une superbe opportunité de travail</description>
<url>{{ hostname }}</url>
</metadata>
<input>
<param name="type">script</param>
<param name="program">next_song.py</param>
</input>
<instance>
<username>{{ source_username }}</username>
<password>{{ source_password }}</password>
<mount>/radio-bullshit.ogg</mount>
</instance>
</stream>
</ices>