Separate Liquidsoap stream info from Icecast

This commit is contained in:
Jimbo 2024-11-13 04:10:42 -05:00
parent e0d8fd1473
commit 0cdc30cf8c
4 changed files with 26 additions and 40 deletions

View file

@ -19,27 +19,7 @@
</authentication>
<location>Canada</location>
<admin>jimbo@${config.domains.jim2}</admin>
<mount type="normal">
<mount-name>/jimbops.opus</mount-name>
<stream-name>JimBops Radio</stream-name>
<stream-description>Music gathered by me, Jimbo.</stream-description>
<stream-url>https://icecast.jimbosfiles.com/jimbops.opus</stream-url>
<genre>Anything</genre>
<type>application/ogg</type>
<subtype>vorbis</subtype>
</mount>
<mount type="normal">
<mount-name>/jimscrap.opus</mount-name>
<stream-name>Jimbo's Scrap</stream-name>
<stream-description>Music canned from the main radio.</stream-description>
<stream-url>https://icecast.jimbosfiles.com/jimscrap.opus</stream-url>
<genre>Scrapped</genre>
<type>application/ogg</type>
<subtype>vorbis</subtype>
</mount>
<admin>contact@${config.domains.jim2}</admin>
'';
};
}