# $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 'Radio 4' 'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_radio_fourfm/format/pls.pls' mplayer_pl station r1 'Radio 1' 'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_radio_one/format/pls.pls' mplayer_pl station r2 'Radio 2' 'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_radio_two/format/pls.pls' mplayer_pl station r3 'Radio 3' 'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_radio_three/format/pls.pls' mplayer_pl station r5 'Radio 5 live' 'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_radio_five_live/format/pls.pls' mplayer_pl station r6 'Radio 6' 'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_6music/format/pls.pls' mplayer_pl station r1x 'Radio 1 Extra' 'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_1xtra/format/pls.pls' mplayer_pl station r4x 'Radio 4 Extra' 'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_radio_four_extra/format/pls.pls' mplayer_pl station r5lse 'Radio 5 Live sports extra' 'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_radio_five_live_sports_extra/format/pls.pls' mplayer_pl station ran 'Radio Asian Network' 'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_asian_network/format/pls.pls' mplayer_pl station ws 'BBC World Service' 'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_world_service/format/pls.pls' mplayer_pl 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'