Skip to content

Commit 57ac0a5

Browse files
committed
Release 3.17
1 parent 3378da1 commit 57ac0a5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

get_iplayer

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#
2525
#
2626
package main;
27-
my $version = 3.16;
28-
my $version_text = "3.17-dev";
27+
my $version = 3.17;
28+
my $version_text;
2929
$version_text = sprintf("v%.2f", $version) unless $version_text;
3030
#
3131
# Help:
@@ -2361,7 +2361,7 @@ sub usage {
23612361
my @man;
23622362
my @dump;
23632363
push @man,
2364-
'.TH GET_IPLAYER "1" "July 2018" "Phil Lewis" "get_iplayer Manual"',
2364+
'.TH GET_IPLAYER "1" "August 2018" "Phil Lewis" "get_iplayer Manual"',
23652365
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer',
23662366
'.SH SYNOPSIS',
23672367
'\fBget_iplayer\fR [<options>] [<regex|index> ...]',

get_iplayer.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_IPLAYER "1" "July 2018" "Phil Lewis" "get_iplayer Manual"
1+
.TH GET_IPLAYER "1" "August 2018" "Phil Lewis" "get_iplayer Manual"
22
.SH NAME
33
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer
44
.SH SYNOPSIS
@@ -55,7 +55,7 @@ Searches only in the specified fields. The fields are concatenated with spaces i
5555
Additionally search future programme schedule if it has been indexed (refresh cache with: \-\-refresh \-\-refresh\-future).
5656
.TP
5757
\fB\-\-history
58-
Search/show recordings history
58+
Search recordings history (requires search term)
5959
.TP
6060
\fB\-\-long, \-l
6161
Additionally search in programme descriptions and episode names (same as \-\-fields=name,episode,desc )
@@ -225,7 +225,7 @@ If value of \-\-pid is a series or brand PID, list available episodes but do not
225225
Web proxy URL, e.g., http://username:password@server:port or http://server:port. Value of http_proxy environment variable (if present) will be used unless \-\-proxy is specified. Used for both HTTP and HTTPS. Overridden by \-\-no\-proxy.
226226
.TP
227227
\fB\-\-radiomode <mode>,<mode>,...
228-
Radio recording modes (overrides \-\-modes): dafhigh,dafstd,dafmed,daflow,hafhigh,hafstd,hafmed,haflow. Shortcuts: best,better,good,worst,haf,daf,hls,dash,high,std,med,low (default=hafhigh,dafhigh,hafstd,dafstd,hafmed,dafmed,haflow,daflow).
228+
Radio recording modes (overrides \-\-modes): dafhigh,dafstd,dafmed,daflow,hafhigh,hafstd,hafmed,haflow,hlastd,hlalow. Shortcuts: best,better,good,worst,haf,daf,hls,dash,high,std,med,low (default=hafhigh,dafhigh,hafstd,hlastd,dafstd,hafmed,dafmed,haflow,hlalow,daflow).
229229
.TP
230230
\fB\-\-start <secs|hh:mm:ss>
231231
Recording/streaming start offset (actual start may be several seconds earlier for HLS and DASH streams)
@@ -556,7 +556,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
556556
.PP
557557
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
558558
.SH COPYRIGHT NOTICE
559-
get_iplayer v3.16, Copyright (C) 2008\-2010 Phil Lewis
559+
get_iplayer v3.17, Copyright (C) 2008\-2010 Phil Lewis
560560
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
561561
This is free software, and you are welcome to redistribute it under certain
562562
conditions; use \-\-conditions for details.

get_iplayer.cgi

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
# License: GPLv3 (see LICENSE.txt)
2525
#
2626

27-
my $VERSION = 3.16;
28-
my $VERSION_TEXT = "3.17-dev";
27+
my $VERSION = 3.17;
28+
my $VERSION_TEXT;
2929
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;
3030

3131
use CGI qw(-utf8 :all);

0 commit comments

Comments
 (0)