From f5e80249fb42c5fb6e3700037fd73f974f386b6c Mon Sep 17 00:00:00 2001 From: dusk Date: Tue, 21 Dec 2021 18:01:40 +0100 Subject: [PATCH] Remove Config --- radio-config/ezstream.service | 16 ---------------- radio-config/ezstream/dancin.xml | 29 ----------------------------- radio-config/ezstream/doomin.xml | 29 ----------------------------- radio-config/ezstream/funkin.xml | 29 ----------------------------- radio-config/ezstream/gazin.xml | 29 ----------------------------- radio-config/start-ezstream.sh | 13 ------------- 6 files changed, 145 deletions(-) delete mode 100644 radio-config/ezstream.service delete mode 100644 radio-config/ezstream/dancin.xml delete mode 100644 radio-config/ezstream/doomin.xml delete mode 100644 radio-config/ezstream/funkin.xml delete mode 100644 radio-config/ezstream/gazin.xml delete mode 100755 radio-config/start-ezstream.sh diff --git a/radio-config/ezstream.service b/radio-config/ezstream.service deleted file mode 100644 index 98019a4..0000000 --- a/radio-config/ezstream.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Launch Ezstream and update its config file -After=icecast.service - -[Service] -Type=simple -User=strange -ExecStart=/home/strange/External/Cast/start-ezstream.sh -TimeoutSec=60 -StandardOutput=syslog -StandardOutput=syslog -SyslogIdentifier=ezstream -Restart=always - -[Install] -WantedBy=multi-user.target diff --git a/radio-config/ezstream/dancin.xml b/radio-config/ezstream/dancin.xml deleted file mode 100644 index d05805e..0000000 --- a/radio-config/ezstream/dancin.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - :) - :) - - - - - - - /dancin.mp3 - No - MP3 - - - - - - - playlist - /home/strange/External/Cast/Dancin'.m3u - True - - - - - diff --git a/radio-config/ezstream/doomin.xml b/radio-config/ezstream/doomin.xml deleted file mode 100644 index 2f00a50..0000000 --- a/radio-config/ezstream/doomin.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - :0 - :0 - - - - - - - /doomin.mp3 - No - MP3 - - - - - - - playlist - /home/strange/External/Cast/Doomin'.m3u - True - - - - - diff --git a/radio-config/ezstream/funkin.xml b/radio-config/ezstream/funkin.xml deleted file mode 100644 index 639afc9..0000000 --- a/radio-config/ezstream/funkin.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - :/ - :/ - - - - - - - /funkin.mp3 - No - MP3 - - - - - - - playlist - /home/strange/External/Cast/Funkin'.m3u - True - - - - - diff --git a/radio-config/ezstream/gazin.xml b/radio-config/ezstream/gazin.xml deleted file mode 100644 index d3dd659..0000000 --- a/radio-config/ezstream/gazin.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - tonpare - tamare - - - - - - - /gazin.mp3 - No - MP3 - - - - - - - playlist - /home/strange/External/Cast/Gazin'.m3u - True - - - - - diff --git a/radio-config/start-ezstream.sh b/radio-config/start-ezstream.sh deleted file mode 100755 index 2fd5c63..0000000 --- a/radio-config/start-ezstream.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env sh - -base="/home/strange/External/Cast" - -for cadena in $base/Cadenes/*; do - find -L "$cadena" -name *.mp3 > $base/"$(basename $cadena)".m3u -done - -ezstream -v -c ~/.config/ezstream/dancin.xml & -ezstream -v -c ~/.config/ezstream/funkin.xml & -ezstream -v -c ~/.config/ezstream/doomin.xml & -ezstream -v -c ~/.config/ezstream/gazin.xml -