radio.sh - christmas update

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

View File

@ -24,7 +24,7 @@ channel=$(dialog --backtitle "$prdisp" --menu "Choose a station:" 18 45 25 \
7 "Antenne AC" \
8 "WDR Cosmo" \
9 "Radio21" \
10 "Radio Digby" \
10 "XMAS Radio" \
11 "Exit" \
3>&1 1>&2 2>&3
)
@ -82,8 +82,8 @@ case $channel in
PLAYERID=$!
;;
10)
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=$!
;;
11)