# $HeadURL$ $LastChangedRevision$ # IMPORTANT: wra will upgrade this file when it itself is upgraded *if* the # text 'IMPORTANT' appears in this file! So if you want to stop it doing # that (because you've customised the file) then remove this paragraph! # Stations # format is: station '' '' # Note that first station is the default. station r4 'BBC Radio 4' 'http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio4fm_mf_p' mplayer station r1 'BBC Radio 1' 'http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio1_mf_p' mplayer station r2 'BBC Radio 2' 'http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio2_mf_p' mplayer station r3 'BBC Radio 3' 'http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio3_mf_p' mplayer station r4extra 'BBC Radio 4 Extra' 'http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio4extra_mf_p' mplayer station r5live 'BBC Radio 5 Live' 'http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio5live_mf_p' mplayer station r6 'BBC Radio 6 Music' 'http://bbcmedia.ic.llnwd.net/stream/bbcmedia_6music_mf_p' mplayer station m945 'M94.5' 'http://stream.m945.mwn.de/m945-hq.mp3' audacious station dlrk 'Deutschland Radio Kultur' 'http://www.deutschlandradio.de/streaming/dkultur.m3u' audacious station dlf 'Deutschlandfunk' 'http://www.deutschlandradio.de/streaming/dlf.m3u' audacious station drone 'Drone Zone' 'http://www.somafm.com/startstream=dronezone.pls' audacious station salad 'Groove Salad' 'http://www.somafm.com/startstream=groovesalad.pls' audacious station b2 'Bayern 2' 'http://streams.br.de/bayern2sued_2.m3u' audacious station bbcnews 'BBC News Bulletin' 'http://wsdownload.bbc.co.uk/worldservice/css/96mp3/latest/bbcnewssummary.mp3' audacious # Players # format is: player '' \ # '' \ # '' \ # '' # Note that the playserver *must* fork like a normal server. If it doesn't # naturally do this, then do this: 'sh -c " &"' player totem 'sh -c "totem &"' \ 'totem' \ 'prog_is_mine totem > /dev/null' \ 'sh -c "totem $(wra-config wra_share_prefix)/STOP.mp3; sleep 1"' player mplayer_pl 'mplayer_pl_server' \ 'mplayer_pl_submit' \ 'prog_is_mine mplayer > /dev/null' \ 'mplayer_pl_stop' player mplayer 'mplayer_pl_server' \ 'mplayer_submit' \ 'prog_is_mine mplayer > /dev/null' \ 'mplayer_pl_stop' player realplay 'sh -c "realplay > /dev/null &"' \ 'sh -c "realplay \"\$@\" > /dev/null 2>&1" DUMMY' \ 'prog_is_mine realplay.bin > /dev/null' \ 'sh -c "realplay $(wra-config wra_share_prefix)/STOP.mp3 > /dev/null 2>&1; sleep 1"' player rhythmbox 'sh -c "rhythmbox &"' \ 'sh -c "rhythmbox-client --clear-queue; rhythmbox-client --play-uri=\$0"' \ 'prog_is_mine rhythmbox > /dev/null' \ 'rhythmbox-client --pause' player xfmedia 'sh -c "xfmedia &"' \ 'sh -c "xfmedia-remote --playlist-clear; xfmedia-remote --playlist-add=\$0; xfmedia-remote --play"' \ 'prog_is_mine xfmedia > /dev/null' \ 'sh -c "xfmedia-remote --playlist-clear; xfmedia-remote --playlist-add=$(wra-config wra_share_prefix)/STOP.mp3; xfmedia-remote --play; sleep 1"' player audacious 'sh -c "audacious > /dev/null &"' \ 'sh -c "audtool --playlist-clear; audtool --playlist-addurl \"\$@\"; sleep 5; audtool --playback-play" DUMMY' \ 'prog_is_mine audacious > /dev/null' \ 'audtool --playlist-clear'