user-1923
12-09-2017, 10:46 PM
I'm running get_iplayer 3.02-windows.0 from a Windows 7 command prompt.
After updating the tv and radio caches using the command:
my .get_iplayer\tv.cache file contains 10,356 entries with the index field running from 1 to 10356 and my .get_iplayer\radio.cache file contains 22,098 entries with the index field running from 10001 to 32098.
TV programmes with indices greater than 10000 are inaccessible to get_iplayer through the index field. For example, when I run the command:
(tv index 10135 is for pid b05vrlyb in my current cache)
I get the radio programme with index 10135 (pid b092gc0s in my current cache):
Using the pid, I can show that get_iplayer does recognise the tv index of 10135:
Is this a known bug?
After updating the tv and radio caches using the command:
get_iplayer Output:
get_iplayer --type tv,radio --refresh-future --refresh-include-groups national,regional,local --refresh-limit 30 --refresh
my .get_iplayer\tv.cache file contains 10,356 entries with the index field running from 1 to 10356 and my .get_iplayer\radio.cache file contains 22,098 entries with the index field running from 10001 to 32098.
TV programmes with indices greater than 10000 are inaccessible to get_iplayer through the index field. For example, when I run the command:
Code:
get_iplayer --type tv 10135
I get the radio programme with index 10135 (pid b092gc0s in my current cache):
get_iplayer Output:
C:\>get_iplayer --type tv 10135
Matches:
10135: radio, 5 live Drive - 31/08/2017, BBC Radio 5 live, b092gc0s
Using the pid, I can show that get_iplayer does recognise the tv index of 10135:
get_iplayer Output:
C:\>get_iplayer --type tv --fields pid b05vrlyb
Matches:
10135: World's End - World's End, CBBC, b05vrlyb
INFO: 1 matching programmes
Is this a known bug?