Results 1 to 4 of 4

Thread: Listening to BBC Radio content

  1. #1
    Join Date
    Aug 2012
    Beans
    38

    Listening to BBC Radio content

    Hello all, this is my first post here. I have been using a piece of free Windows software called "Radio Downloader" to get MP3 snapshots of BBC programs. It lets me catch up with programs on a music player.

    While I can still go and use this option, on my little netbook (which is still Windows 7), my main computer is now Ubuntu 12.04. After just 2 weeks, I'm far happier with Ubuntu and would prefer to make my BBC snapshots there.

    Can anyone advise on how to do the same thing in Ubuntu? Technically complicated answers are OK. I've worked as a programmer; just woefully ignorant around Linux.

  2. #2
    Join Date
    Jul 2006
    Location
    Lancashire
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Listening to BBC Radio content

    Quote Originally Posted by Raphicerus View Post
    Can anyone advise on how to do the same thing in Ubuntu? Technically complicated answers are OK. I've worked as a programmer; just woefully ignorant around Linux.
    Hi
    get_iplayer is OK.
    Website is here ---> http://www.infradead.org/get_iplayer...t_iplayer.html

    This is how to install latest version of get_iplayer from PPA ---> https://launchpad.net/~jon-hedgerows...ve/get-iplayer
    (The version in Ubuntu repository is out of date)

    Code:
    sudo add-apt-repository ppa:jon-hedgerows/get-iplayer
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install get-iplayer

    To download the radio programmes, use commands like this...
    (The pid number is part of the URL at iPlayer website)

    For aac/m4a:-
    Code:
    get_iplayer --get --type=radio --pid=b01m0kj6
    For mp3:-
    Code:
    get_iplayer --get --type=radio --pid=b01m44z6 --aactomp3

    Also use
    Code:
    get_iplayer --help
    And more help is at mailing list ---> http://lists.infradead.org/mailman/listinfo/get_iplayer

    Last edited by ron999; August 22nd, 2012 at 02:12 AM.

  3. #3
    Join Date
    May 2007
    Beans
    810

    Re: Listening to BBC Radio content

    I have been looking for this as well. Thank you.

  4. #4
    Join Date
    Aug 2012
    Beans
    38

    Re: Listening to BBC Radio content

    Thanks for the detailed reply, ron999.

    I installed that, and it worked like a charm. I'd recommended it to anyone who's missing Radio Downloader.
    Last edited by Raphicerus; August 22nd, 2012 at 11:56 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •