You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web PVR: modify cache refresh page for changes in programme indexing
Added warning text re: cache only updated once per week. Also changed
Force Refresh button to actually force refresh with new programme
indexing scheme.
print$fh"<strong><p>The cache will auto-refresh every $opt->{AUTOWEBREFRESH}->{current} hour(s) if you leave this page open</p></strong>"if$opt->{AUTOWEBREFRESH}->{current};
2558
+
print$fh"<strong><p>The cache timestamp will be checked every $opt->{AUTOWEBREFRESH}->{current} hour(s) if you leave this page open</p></strong>"if$opt->{AUTOWEBREFRESH}->{current};
2559
+
print$fh"<strong><p>However, the cache will actually be updated only once per calendar week, so you may not wish to leave this page open.</p></strong>"if$opt->{AUTOWEBREFRESH}->{current};
2560
+
print$fh"<strong><p>Use the Force Refresh button to force a cache update. You will generally never need to force an update, so use with care.</p></strong>"if$opt->{AUTOWEBREFRESH}->{current};
2558
2561
if ( IS_WIN32 ) {
2559
2562
print$fh"<strong><p>Windows users: You may encounter errors if you perform other tasks in the Web PVR Manager while this page is reloading</p></strong>"if$opt->{AUTOWEBREFRESH}->{current};
2560
2563
}
@@ -2565,7 +2568,7 @@ sub refresh {
2565
2568
'--encoding-console-out=UTF-8',
2566
2569
'--nocopyright',
2567
2570
'--webrequest',
2568
-
get_iplayer_webrequest_args( 'expiry=30', 'nopurge=1', "type=$typelist", "refreshfuture=$refreshfuture", "search=no search just refresh" ),
0 commit comments