radio-nodialog.sh - christmas update

removed dead programs
added xmas radio
This commit is contained in:
iAmInAction 2023-12-02 13:03:33 +01:00 committed by GitHub
parent c76a1ddb86
commit 2694664aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ echo ' 0 "Stop playback"
7 "Antenne AC"
8 "WDR Cosmo"
9 "Radio21"
a "Radio Digby"
a "XMAS Radio"
x "Exit"'
read -n 1 channel
@ -83,8 +83,8 @@ case $channel in
PLAYERID=$!
;;
a)
prchan="Radio Digby"
"$PLAYER" "http://ourdns.zone:8000/radiodigby.mp3" $PLAYERARGS &
prchan="XMAS Radio"
"$PLAYER" "https://regiocast.streamabc.net/regc-80s80sevent014441101-mp3-192-8841017" $PLAYERARGS &
PLAYERID=$!
;;
x)