~m-grant-prg/get-iplayer/stable

« back to all changes in this revision

Viewing changes to get_iplayer.cgi

  • Committer: Mark Grant
  • Date: 2019-07-22 13:13:05 UTC
  • mfrom: (1.1.12)
  • Revision ID: m.grant.prg@gmail.com-20190722131305-4oejd3l1q0kfc65y
Merge new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
# License: GPLv3 (see LICENSE.txt)
25
25
#
26
26
 
27
 
my $VERSION = 3.20;
 
27
my $VERSION = 3.21;
28
28
my $VERSION_TEXT;
29
29
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;
30
30
 
632
632
        print $fh "<strong><p>The PVR will auto-run every $opt->{AUTOPVRRUN}->{current} hour(s) if you leave this page open</p></strong>" if $opt->{AUTOPVRRUN}->{current};
633
633
        if ( IS_WIN32 ) {
634
634
                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->{AUTOPVRRUN}->{current};
 
635
                print $fh "<strong><p>Windows users: The Web PVR Manager may crash if you leave this window open for a long period of time</p></strong>" if $opt->{AUTOPVRRUN}->{current};
635
636
        }
636
637
        print $se "INFO: Starting PVR Run\n";
637
638
        my @cmd = (
2535
2536
        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};
2536
2537
        if ( IS_WIN32 ) {
2537
2538
                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};
 
2539
                print $fh "<strong><p>Windows users: The Web PVR Manager may crash if you leave this window open for a long period of time</p></strong>" if $opt->{AUTOWEBREFRESH}->{current};
2538
2540
        }
2539
2541
        print $se "INFO: Refreshing\n";
2540
2542
        my @cmd = (