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