mirror of
https://github.com/iAmInActions/random-scripts.git
synced 2024-12-04 01:40:16 +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"
|
7 "Antenne AC"
|
||||||
8 "WDR Cosmo"
|
8 "WDR Cosmo"
|
||||||
9 "Radio21"
|
9 "Radio21"
|
||||||
a "Radio Digby"
|
a "XMAS Radio"
|
||||||
x "Exit"'
|
x "Exit"'
|
||||||
read -n 1 channel
|
read -n 1 channel
|
||||||
|
|
||||||
@ -83,8 +83,8 @@ case $channel in
|
|||||||
PLAYERID=$!
|
PLAYERID=$!
|
||||||
;;
|
;;
|
||||||
a)
|
a)
|
||||||
prchan="Radio Digby"
|
prchan="XMAS Radio"
|
||||||
"$PLAYER" "http://ourdns.zone:8000/radiodigby.mp3" $PLAYERARGS &
|
"$PLAYER" "https://regiocast.streamabc.net/regc-80s80sevent014441101-mp3-192-8841017" $PLAYERARGS &
|
||||||
PLAYERID=$!
|
PLAYERID=$!
|
||||||
;;
|
;;
|
||||||
x)
|
x)
|
||||||
|
Loading…
Reference in New Issue
Block a user