user-1687
30-04-2017, 01:57 AM
Hi all,
I'm using Refresh_Cache_V0_4.pl to refresh the cache which still seems to work well, but when I run PVR via the web UI it updates the cache normally (which then wipes out what Refresh_Cache_V0_4.pl has done).
Now I know get iPlayer will refresh if the cache is greater than 4 hours old and it could be the amount of time Refresh_Cache_v0_4 takes because it is scraping a lot of html.
If I altered the 14400 in this line to be say 144000
my $cache_secs = $opt->{expiry} || main::progclass( $prog_type )->expiry() || 14400;
Would that solve the problem of get_iPlayer automatically deciding to update the cache?
(This would obviously just be an interium thing until a better way of getting the info from BBC is found)
Also many thanks for the great program and it is disappointing BBC decided to cut RSS.
Cheers
Tel
I'm using Refresh_Cache_V0_4.pl to refresh the cache which still seems to work well, but when I run PVR via the web UI it updates the cache normally (which then wipes out what Refresh_Cache_V0_4.pl has done).
Now I know get iPlayer will refresh if the cache is greater than 4 hours old and it could be the amount of time Refresh_Cache_v0_4 takes because it is scraping a lot of html.
If I altered the 14400 in this line to be say 144000
my $cache_secs = $opt->{expiry} || main::progclass( $prog_type )->expiry() || 14400;
Would that solve the problem of get_iPlayer automatically deciding to update the cache?
(This would obviously just be an interium thing until a better way of getting the info from BBC is found)
Also many thanks for the great program and it is disappointing BBC decided to cut RSS.
Cheers
Tel