Skip to content

Commit f42a299

Browse files
committed
Release 3.23
1 parent f790908 commit f42a299

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Bill Boughton
66
Caius Durling
77
Chris Reed, BBR
88
Crispin Flowerday
9+
David Llewellyn-Jones
910
David Woodhouse
1011
Edward Betts
1112
HenderHobbit
@@ -36,6 +37,7 @@ Will Elwood
3637
dinkypumpkin
3738
fs ck
3839
fsck
40+
hintswen
3941
linuxcentrenet
4042
notnac
4143
wiehe

get_iplayer

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#
2525
#
2626
package main;
27-
my $version = 3.22;
28-
my $version_text = "3.23-dev";
27+
my $version = 3.23;
28+
my $version_text;
2929
$version_text = sprintf("v%.2f", $version) unless $version_text;
3030
#
3131
# Help:
@@ -2488,7 +2488,7 @@ sub usage {
24882488
'This applies even if the base option name already begins with "no-", e.g., --no-no-tag or --no-no-artwork',
24892489
);
24902490
push @man,
2491-
'.TH GET_IPLAYER "1" "August 2019" "Phil Lewis" "get_iplayer Manual"',
2491+
'.TH GET_IPLAYER "1" "November 2019" "Phil Lewis" "get_iplayer Manual"',
24922492
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer',
24932493
'.SH SYNOPSIS',
24942494
'\fBget_iplayer\fR [<options>] [<regex|index> ...]',

get_iplayer.1

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_IPLAYER "1" "August 2019" "Phil Lewis" "get_iplayer Manual"
1+
.TH GET_IPLAYER "1" "November 2019" "Phil Lewis" "get_iplayer Manual"
22
.SH NAME
33
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer
44
.SH SYNOPSIS
@@ -188,9 +188,6 @@ Start recording matching programmes. Search terms required.
188188
\fB\-\-hash
189189
Show recording progress as hashes
190190
.TP
191-
\fB\-\-hls\-lq\-audio
192-
Use default lower\-quality audio for 'hvf' modes (TV only). Instead of 320k audio, output file will contain 128k or 96k audio, depending on the stream downloaded.
193-
.TP
194191
\fB\-\-include\-supplier <supplier>,<supplier>,...
195192
Comma\-separated list of media stream suppliers to use if not included by default. Possible values: akamai,limelight,bidi
196193
.TP
@@ -306,10 +303,10 @@ Do not sanitise output file and directory names. Implies \-\-whitespace. Invalid
306303
\fB\-\-output, \-o <dir>
307304
Recording output directory
308305
.TP
309-
\fB\-\-outputradio <dir>
306+
\fB\-\-output\-radio <dir>
310307
Output directory for radio recordings (overrides \-\-output)
311308
.TP
312-
\fB\-\-outputtv <dir>
309+
\fB\-\-output\-tv <dir>
313310
Output directory for tv recordings (overrides \-\-output)
314311
.TP
315312
\fB\-\-raw
@@ -577,7 +574,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
577574
.PP
578575
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
579576
.SH COPYRIGHT NOTICE
580-
get_iplayer v3.22, Copyright (C) 2008\-2010 Phil Lewis
577+
get_iplayer v3.23, Copyright (C) 2008\-2010 Phil Lewis
581578
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
582579
This is free software, and you are welcome to redistribute it under certain
583580
conditions; use \-\-conditions for details.

get_iplayer.cgi

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

27-
my $VERSION = 3.22;
28-
my $VERSION_TEXT = "3.23-dev";
27+
my $VERSION = 3.23;
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)