mirror of
https://github.com/iAmInActions/random-scripts.git
synced 2024-12-03 09:20:12 +00:00
radio-nodialog.sh - christmas update
removed dead programs added xmas radio
This commit is contained in:
parent
c76a1ddb86
commit
2694664aee
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user