Advertisement
okubax

bbcradio/mplayer

May 14th, 2013
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # Mplayer
  2. alias play="mplayer -msgcolor -msgmodule"
  3. alias playcd="mplayer cdda://"
  4. #alias playdvd="mplayer dvd://"
  5. alias playdvd="mplayer -mouse-movements dvdnav://"
  6. alias playvcd="mplayer vcd://2"
  7.  
  8. # BBC Radio
  9. bbcradio() { local s PS3="Select a station: ";select s in 1 1x 2 3 4 4x 5l 5lsp 6 "Asian Network an" "Nations & Local lcl";do break;done;s=($s);play -playlist "http://www.bbc.co.uk/radio/listen/live/r"${s[@]: -1}".asx";}
  10. alias bbclondon="play -playlist http://www.bbc.co.uk/radio/listen/live/bbclondon.asx"
  11. alias bbcworld="play -playlist http://www.bbc.co.uk/worldservice/meta/tx/nb/live/eneuk.asx"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement