These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

Trouble getting BBC Radio programmes

user-40

Hi all.

I have been trying to begin using Get_iPlayer to continue downloading my favourite BBC radio dramas but I am not experienced with the command prompt method and am obviously doing something wrong.

I followed the tutorial directions here, using 'get_iplayer --type=radio' to get the programme index (which incidentally is incomplete as the index appears on my screen to start at the letter 'T' - see image 1) and managed to even locate one or two shows with PIDs to download but when I selected 'get_iplayer --get 13309 which is a football World Cup 2022 debate, I get a failure message (see image 2).

That entire 'command' line begins c:\Program Files\get_iplayer>get_iplayer --get 13309

I very much want to download The Martin Beck Killings, a series of five dramas which have been going out as part of the Saturday Drama broadcast on BBC Radio 4 in recent weeks, but having tried to locate the broadcasts using various searches ("Saturday Drama", "The Martin Beck Killings" and "Saturday Drama The Martin Beck Killings") I have not been able to find or 'get' any of these shows and I am going to run out of time to get even one.

If anyone can point me to the errors I am obviously making, I would be really grateful.

Thanks.

user-30

OK a few answers:

1) The command Line window has a finite amount of rows which it will 'remember', this is often 1000. So you are seeing the index cut short at T simply because the Command Line window is limited in what it can show.

2) I can download that file without issue. You are in the UK? You could try adding the following to the command to set a 'mode':

Code:
--radiomode=best

3) Sometimes, programmes are available through the online service but not strictly from 'within' iPlayer. The Martin Back series appears to be an example of this. In cases like this, you need to identify the PID from the URL. In this case it is easy:

http://www.bbc.co.uk/programmes/b01mny1l

It is simple the last part after the final / which is:
Code:
b01mny1l

To download the programme, we have to specify this PID in the command. Putting this all together the command you should use is:

Code:
get_iplayer --type=radio --pid b01mny1l

If you need to, add
Code:
--radiomode=best
to the end of the commandas I mentioned in answer 2.

You can go to the other URL's for each episode you want and repeat the process for each PID, or I think you can collect up all the PIDs and put them in one command.

The bottom line is that the Radio Download Guide needs some work, a lot of work. I don't use get_iplayer for radio downloads very much and I just haven't got round to the level of specificity that is required for the guide. It's one my to do list!

user-2

Quote:Quote:
I followed the tutorial directions here, using ‘get_iplayer –type=radio’ to get the programme index (which incidentally is incomplete as the index appears on my screen to start at the letter ‘T’ – see image 1) and

That is just the line wrapping in the console window. It's fine.

Quote:managed to even locate one or two shows with PIDs to download but when I selected ‘get_iplayer –get 13309 which is a football World Cup 2022 debate, I get a failure message (see image 2).

That entire ‘command’ line begins c:\Program Files\get_iplayer>get_iplayer –get 13309

You're trying to download a radio programme, so you must use
Code:
--type=radio
.

Quote:broadcast on BBC Radio 4 in recent weeks, but having tried to locate the broadcasts using various searches (“Saturday Drama”, “The Martin Beck Killings” and “Saturday Drama The Martin Beck Killings”) I have not

Again, you must use
Code:
--type=radio
when searching for "Saturday Drama" - it's a radio programme.

It looks like the radio download guide needs some corrections. We'll get those in as soon as possible.

user-40

Thank you Square Penguin.

OK, firstly I understand there is a limit of 1000 rows so I cannot see the complete index, although I still don't know how to view the first 1000 rows!

Second point: Yes, I am in the UK but having tried again following your instructions, including the url snippet, and thus using the command: get_iplayer --type=radio --pid b01mny1l--radiomode=best, did not succeed in downloading the file (image 3 attached).

I tried again using the same command, but minus the --radiomode=best suffix and again no joy (image 4).

Thanks again!

Regards, Jonaldinho.

user-30

You have made an error in the 3rd image, you have left no gap between the PID and the command
Code:
--radiomode=best
.

Try this complete command for ease of copy and paste:

Code:
get_iplayer --type=radio --pid b01mny1l --radiomode=best

user-40

Thanks very much for your assistance SP and DP.

I know you do this voluntarily and I really appreciate your help.

OK, I have tried again using the copy and paste complete command above, but once again, I am on the rocks.

Image 5 shows what I am seeing.

Thanks guys.

user-30

Ah, now we're cooking with gas. That error is suggesting you have an issue with get_iplayer's dependencies, which the error suggests are unavailable.

To get started, can you confirm when and how you installed get_iplayer (where you got the installer) and whether you have made any new installations recently (anything at all).

I suspect user-2 will stop by soon enough and quiz you over this one too as it's getting over my ability level.

user-2

I've no idea how you managed to not install get_iplayer's dependencies. You would have had to actively de-select them when running the installer. If you didn't use the installer, then do it now. You'll only cause yourself more trouble attempting to configure a non-standard installation. Run the Windows installer and select all components for installation. If you already did that, then do it again and make sure that all the helper applications are downloaded and installed. It will be obvious when this is happening while the installer is running. If you still get the same errors (missing rtmpdump, mplayer, etc.) then reply here with the output from this command:
Code:
get_iplayer --show-options

user-40

Hi Square Penguin.

Like a few, I suppose, I took to get_iplayer following the recent loss of BBC programmes on Nerd of the Herd's Radio Downloader.

I found out about Get_iPlayer from a post on the Radio Downloader forum where someone had mentioned it being a saviour for them now that RD was no longer providing the service.

I have it installed about three or four weeks now and have since spent many an evening hour trying to get the tutorial instructions I found here to work for me but as you know, to no avail. To the best of my knowledge there have been no other installations added since then.

Cheers, Jonaldinho.

user-30

Ok, use this link to download the correct installer and then follow DP's instructions in the post above yours:

http://www.infradead.org/get_iplayer_win...latest.exe

user-40

Hi user-2.

I did not actively deselect any part of the installation process, so I cannot give you a reason for the apparent partial installation.

So, should I uninstall the program and try installing again?

Cheers and thanks.

user-2

Quote:Quote:
So, should I uninstall the program and try installing again?

Yes

user-40

Square Penguin and user-2.

Wow! It looks like we are in business here. I am downloading the Martin Beck show I am looking for as we speak. It's going to a desktop folder as opposed to where I usually store all of my other radio downloads, but that is a small issue and I can easily copy it across.

I have to say this is the best forum experience I have ever had and I am really grateful for all of your help along the way.

You will no doubt see me coming back as I get used to the command prompt method of computing, but it's good to learn new things, so I look forward to using Get_iPlayer for my future BBC radio drama needs.

Thanks guys, and good luck going forward.

Kind regards, Jonaldinho.

user-40

Got it! Brilliant. I am really chuffed. Hopefully it will all become clearer from now onwards.

Thanks again!

user-30

Good news! If you get stuck/experience a problem again, just drop by and ask.

These forums are archived

See this post for further info