diff options
author | heqnx <root@heqnx.com> | 2025-07-06 14:57:39 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-06 14:57:39 +0300 |
commit | a064cbda2086b79b6cc04111cb308a6b2d770aa6 (patch) | |
tree | 9b2c6aa08775aaae76420f9ad8d6baaf728bbe24 /templates/icecast2/ices-playlist.xml.j2 | |
parent | 3559ca8a720086f080286e887a29b6fa68810fa9 (diff) | |
download | ansible-icecast2-a064cbda2086b79b6cc04111cb308a6b2d770aa6.tar.gz ansible-icecast2-a064cbda2086b79b6cc04111cb308a6b2d770aa6.zip |
replaced ices2 which only supports vorbis, with liquidsoap + creation of title metadata; reorganized templates
Diffstat (limited to 'templates/icecast2/ices-playlist.xml.j2')
-rw-r--r-- | templates/icecast2/ices-playlist.xml.j2 | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/templates/icecast2/ices-playlist.xml.j2 b/templates/icecast2/ices-playlist.xml.j2 deleted file mode 100644 index 89fc4c9..0000000 --- a/templates/icecast2/ices-playlist.xml.j2 +++ /dev/null @@ -1,44 +0,0 @@ -<?xml version="1.0"?> -<ices> - <background>1</background> - <logpath>/var/log/ices</logpath> - <logfile>ices.log</logfile> - <loglevel>4</loglevel> - <consolelog>1</consolelog> - - <!-- <pidfile>/home/ices/ices.pid</pidfile> --> - - <stream> - <metadata> - <name>Example stream name</name> - <genre>Example genre</genre> - <description>A short description of your stream</description> - </metadata> - - <input> - <module>playlist</module> - <param name="type">basic</param> - <param name="file">playlist.txt</param> - <param name="random">1</param> - <param name="restart-after-reread">0</param> - <param name="once">0</param> - </input> - - <instance> - <hostname>localhost</hostname> - <port>8000</port> - <password>{{ random_password }}</password> - <mount>/stream</mount> - <yp>0</yp> - <reconnectdelay>60</reconnectdelay> - <reconnectattempts>10</reconnectattempts> - <maxqueuelength>80</maxqueuelength> - - <!--<encode> - <nominal-bitrate>64000</nominal-bitrate> - <samplerate>44100</samplerate> - <channels>2</channels> - </encode>--> - </instance> - </stream> -</ices> |