user-1495
27-12-2016, 06:15 PM
Hi. :)
get_iplayer 2.97-ppa26
Linux Mint 18
I first installed get_iplayer on Linux a fews days ago, then I unistalled it and installed it again (yes, just for the sake of it, because I'm learning how to use Linux and I thought it was a good idea trying things).
I don't know if the issue arised before or after reinstallating, because I first attempted to use the search and index functions today.
About listing programmes.
I can't get the full list of available programmes.
get_iplayer searches for a list of programmes only if I use --refresh and only with --type=tv,radio (that is, if I use --type=radio only, nothing happens).
However, this way I only get the programmes that were added since the last time I refreshed. In other words, it's completely useless, as I often get 0 programmes.
Whether it works or not, depending on the command I give, the output always include info about get_iplayer failing to record a certain programme.
Here's a few examples.
Trying to get a list of radio programmes:
Trying to refresh:
Other search options, such as
get_iplayer --type=radio --channel="Radio 4"
or recording, for example by url:
get_iplayer --type=radio "http://www.bbc.co.uk/programmes/b085hrsr"
don't work. The output is exactly the same as in example 1.
Recording by pid, on the other hand, works fine.
Thanks. :)
get_iplayer 2.97-ppa26
Linux Mint 18
I first installed get_iplayer on Linux a fews days ago, then I unistalled it and installed it again (yes, just for the sake of it, because I'm learning how to use Linux and I thought it was a good idea trying things).
I don't know if the issue arised before or after reinstallating, because I first attempted to use the search and index functions today.
About listing programmes.
I can't get the full list of available programmes.
get_iplayer searches for a list of programmes only if I use --refresh and only with --type=tv,radio (that is, if I use --type=radio only, nothing happens).
However, this way I only get the programmes that were added since the last time I refreshed. In other words, it's completely useless, as I often get 0 programmes.
Whether it works or not, depending on the command I give, the output always include info about get_iplayer failing to record a certain programme.
Here's a few examples.
Trying to get a list of radio programmes:
Code:
elisa@PC-Elisa ~ $ get_iplayer --type=radio
get_iplayer 2.97-ppa26, Copyright (C) 2008-2010 Phil Lewis
This program comes with ABSOLUTELY NO WARRANTY; for details use --warranty.
This is free software, and you are welcome to redistribute it under certain
conditions; use --conditions for details.
WARNING: rdf URL contained no data
WARNING: PID URL contained no RDF data. Trying to record PID directly.
INFO: Trying pid: ARRAY(0x1f3b058) using type: radio
INFO: Trying to stream pid using type radio
INFO: pid not found in radio cache
Matches:
INFO: 1 Matching Programmes
WARNING: No media streams found for requested programme versions and recording modes.
Trying to refresh:
Code:
elisa@PC-Elisa ~ $ get_iplayer --refresh --type=tv,radio
get_iplayer 2.97-ppa26, Copyright (C) 2008-2010 Phil Lewis
This program comes with ABSOLUTELY NO WARRANTY; for details use --warranty.
This is free software, and you are welcome to redistribute it under certain
conditions; use --conditions for details.
INFO: Getting tv Index Feeds (this may take a few minutes)
....................................................................
Added: 735: BBC News - 27/12/2016, BBC News, b0876ghb
Added: 2656: Mike the Knight: Series 2 - Mike the Knight and the Super Troll Ball, CBeebies, b03x12v1
Added: 3052: OOglies: Funsize - Episode 8, CBBC, b05nd102
Added: 3499: Rastamouse: Series 1 - Da Rare Groove, CBeebies, b012svch
INFO: Getting radio Index Feeds (this may take a few minutes)
.............................................................................................................................
Added: 10197: Afternoon on 3: European Festivals Selection - Episode 2, BBC Radio 3, b08590tl
Added: 11214: BBC Radio Merseyside Special - The Blitz - An unconquered People, BBC Radio Merseyside, p04khj72
Added: 13257: Objet Trouve - The Chaplain's Suitcase, BBC Radio 4, b085tt46
Added: 14006: Stark Talk - Dougray Scott, BBC Radio Scotland, b07c6vz4
Added: 14605: Trivia Test Match - From 01/10/1991, BBC Radio 4 Extra, b007jsrv
WARNING: rdf URL contained no data
WARNING: PID URL contained no RDF data. Trying to record PID directly.
INFO: Trying pid: ARRAY(0x1f3b058) using type: tv
INFO: Trying to stream pid using type tv
INFO: pid not found in tv cache
Matches:
INFO: 1 Matching Programmes
WARNING: No media streams found for requested programme versions and recording modes.
WARNING: rdf URL contained no data
WARNING: PID URL contained no RDF data. Trying to record PID directly.
INFO: Trying pid: ARRAY(0x1f3b058) using type: radio
INFO: Trying to stream pid using type radio
INFO: pid not found in radio cache
Matches:
INFO: 1 Matching Programmes
WARNING: No media streams found for requested programme versions and recording modes.
Other search options, such as
get_iplayer --type=radio --channel="Radio 4"
or recording, for example by url:
get_iplayer --type=radio "http://www.bbc.co.uk/programmes/b085hrsr"
don't work. The output is exactly the same as in example 1.
Recording by pid, on the other hand, works fine.
Thanks. :)