# $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://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/nonuk/sbr_low/ak/bbc_radio_fourfm.m3u8' mplayer station r1 'Radio 1' 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/nonuk/dash_low/ak/bbc_radio_one.mpd' mplayer station r2 'Radio 2' 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/nonuk/dash_low/ak/bbc_radio_two.mpd' mplayer station r3 'Radio 3' 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/nonuk/dash_low/ak/bbc_radio_three.mpd' mplayer station r5 'Radio 5 live' 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/nonuk/dash_low/ak/bbc_radio_five_live.mpd' mplayer station r1x 'Radio 1 Extra' 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/nonuk/dash_low/ak/bbc_1xtra.mpd' mplayer station r1d 'Radio 1 Dance' 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/nonuk/dash_low/ak/bbc_radio_one_dance.mpd' mplayer station r1r 'Radio 1 Relax' 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/nonuk/dash_low/ak/bbc_radio_one_relax.mpd' mplayer station r4x 'Radio 4 Extra' 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/nonuk/dash_low/ak/bbc_radio_four_extra.mpd' mplayer station r6 'Radio 6' 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/nonuk/dash_low/ak/bbc_6music.mpd' mplayer station an 'BBC Asian Network' 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/nonuk/dash_low/ak/bbc_asian_network.mpd' mplayer station ws 'BBC World Service' 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/nonuk/dash_low/ak/bbc_world_service.mpd' mplayer station dlf 'Deutschlandfunk' 'https://st01.sslstream.dlf.de/dlf/01/high/aac/stream.aac' audacious station dlrk 'Deutschland Radio Kultur' 'https://st02.sslstream.dlf.de/dlf/02/mid/aac/stream.aac' audacious station drone 'Drone Zone' 'https://somafm.com/dronezone.pls' audacious station salad 'Groove Salad' 'https://somafm.com/groovesalad.pls' audacious station b2 'Bayern 2' 'https://dispatcher.rndfnk.com/br/br2/sued/aac/low' 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 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 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'