From 2694664aee18cbd5739c6765dff265f03d2b1d17 Mon Sep 17 00:00:00 2001 From: iAmInAction <83808704+iAmInActions@users.noreply.github.com> Date: Sat, 2 Dec 2023 13:03:33 +0100 Subject: [PATCH] radio-nodialog.sh - christmas update removed dead programs added xmas radio --- radio-nodialog.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/radio-nodialog.sh b/radio-nodialog.sh index 9079003..e5c0d4e 100644 --- a/radio-nodialog.sh +++ b/radio-nodialog.sh @@ -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)