user-288
20-12-2013, 08:06 PM
Hi, all.
I'm putting together a simple script which just takes search terms and grabs the relevant content on a periodically executed script to make sure I don't miss an episode of a given series.
I noticed the radio series at http://www.bbc.co.uk/programmes/b00nk0wz and tried to find it using "Aping Evolution" as a search, but even if I choose type=radio and/or channel="BBC Radio 4" it is still missing from the search results.
In the end I had to run...
...to get the episodes, but this is impractical for my family to maintain subscriptions to episodes to deal with pids (compared to typing a new line with the human-readable title of the series in a text file).
Can anyone explain where this programme is being stored as I can't find it within radio, and find it too hard to decode the data associated with the download to find out what search scope would find it. Perhaps get-iplayer experts can see more easily where this lives in BBC's metadata world.
I'm putting together a simple script which just takes search terms and grabs the relevant content on a periodically executed script to make sure I don't miss an episode of a given series.
I noticed the radio series at http://www.bbc.co.uk/programmes/b00nk0wz and tried to find it using "Aping Evolution" as a search, but even if I choose type=radio and/or channel="BBC Radio 4" it is still missing from the search results.
Code:
get-iplayer --type=radio "Aping Evolution"
In the end I had to run...
Code:
get-iplayer --no-purge --type=radio --pid-recursive --pid=b00nk0wz
...to get the episodes, but this is impractical for my family to maintain subscriptions to episodes to deal with pids (compared to typing a new line with the human-readable title of the series in a text file).
Can anyone explain where this programme is being stored as I can't find it within radio, and find it too hard to decode the data associated with the download to find out what search scope would find it. Perhaps get-iplayer experts can see more easily where this lives in BBC's metadata world.