These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

Missing Radio Thumbnails Since 2.87 Update

user-611

Hello,

I have a Windows 7 machine with a complete fresh install of 2.87. Since the update radio downloads have only occasionally been downloading the thumbnail and there's been no corresponding error message either. They're downloading and encoding as they've always done in the MP4 format not FLV so they aren't partial downloads either.

When I try to force a download of the thumbnail using one of your commands;

Code:
get_iplayer --thumbnail --get PID
get_iplayer --thumbnail-only PID


Nothing happens and I get a message saying '0 Matching Programmes'.

At first I thought it was only effecting Radio 4, but it seems programmes from Radio 4+, Radio 1+, and Radio 3 aren't always downloading thumbnails either. It even seems to have got worse.

Here's a sample.

http://www.bbc.co.uk/programmes/b04m7btv
http://www.bbc.co.uk/programmes/b012f9j0
http://www.bbc.co.uk/programmes/b04mcf8m
http://www.bbc.co.uk/programmes/b04mb4n9
http://www.bbc.co.uk/programmes/b04mc1xx
http://www.bbc.co.uk/programmes/b04mb1pg

It's not effecting TV downloads only radio, and since it was a clean install and there aren't any error messages I don't know what's going on or how to fix it.

Thanks in advance.

user-2

Your commands are not properly formulated. Read the Recording section in the examples page to see how to download via PID:

https://squarepenguin.co.uk/wiki/documentation/

user-2

Also, add
Code:
--verbose
to your commands. If the thumbnail is not available in the programme metadata, get_iplayer will print a notice to that effect. It could be that the BBC have monkeyed around with thumbnails again.

user-611

I'm not sure what's wrong about the command I've been using successfully to download radio programmes via PID which is; get_iplayer --type=radio --pid=PID, and I tried adding --verbose which doesn't return any thing either.

I also tried get_iplayer --pid=PID --type=radio which also doesn't get the thumbnail either.

user-30

Note - highlight sections of of code and mark tham as code using the 'code' button just above the text input box, that's what it's there for!

Well that command in your last reply is not the one that you gave above. Above you gave
Code:
get_iplayer --thumbnail --get PID
which uses
Code:
--get
and is therefore 'malformed' because to download using PID you'd need to use
Code:
--pid
instead.

So if the actual command you are using is
Code:
get_iplayer --type=radio --pid=b04mb1pg --thumbnail-only --verbose
and you don't get a thumbnail then still copy and paste the output get_iplayer gives you into a text file (actual .txt not a .doc or word type file) and attach the file to your next reply so we can see it here.

user-611

OK I tried
Code:
get_iplayer --type=radio --pid=b012f9j0 --verbose
and
Code:
get_iplayer --type=radio --pid=b012f9j0 --thumbnail-only --verbose
neither of which downloaded the thumbnail for the accompanying MP4.

I also tried
Code:
get_iplayer --type=radio --pid=b04mb1pg --thumbnail-only --verbose
which didn't download anything.

I've uploaded both txt files.

user-2

Some tips for the future: 1) Don't truncate command output as you did in GiP.txt; 2) Don't include 100+ lines of irrelevant junk as you did in GiP2.txt - surely you can spare the few seconds required to remove the dross. If it wasn't obvious, we want: 1) the full command you ran with
Code:
--verbose
; 2) the full output from that command; 3) absolutely nothing else. If you're seeking assistance, it stands to reason you shouldn't make our job more difficult.

You problems appears to stem from the fact that your cache is out of date. Thumbnail info for programmes less than 7 days old (and thus cacheable) is in a different location than programs more than 7 days old. There might be a get_iplayer bug with
Code:
--pid
+ recent programmes, or something may have changed with the programme metadata. I'll have to look into it. For now, make sure your cache is current before using
Code:
--pid
to download programmes less than 7 days old. To refresh radio cache:

Code:
get_iplayer --refresh --type=radio

These forums are archived

See this post for further info