Skip to content

Commit 262616c

Browse files
committed
Release 3.30
1 parent 2d4d95a commit 262616c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ body:
3838
required: true
3939
- type: checkboxes
4040
attributes:
41-
label: Ensure that you are using get_iplayer 3.29 or higher. If not, your report will be ignored.
41+
label: Ensure that you are using get_iplayer 3.30 or higher. If not, your report will be ignored.
4242
description: Check version with **`get_iplayer -V` or see the bottom of the Web PVR search page**
4343
options:
44-
- label: I am using get_iplayer 3.29 or higher
44+
- label: I am using get_iplayer 3.30 or higher
4545
required: true
4646
- type: input
4747
attributes:

Diff for: get_iplayer

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#
2525
#
2626
package main;
27-
my $version = 3.29;
27+
my $version = 3.30;
2828
my $version_text;
2929
$version_text = sprintf("v%.2f", $version) unless $version_text;
3030
#
@@ -2534,7 +2534,7 @@ sub usage {
25342534
'This applies even if the base option name already begins with "no-", e.g., --no-no-tag or --no-no-artwork',
25352535
);
25362536
push @man,
2537-
'.TH GET_IPLAYER "1" "February 2022" "Phil Lewis" "get_iplayer Manual"',
2537+
'.TH GET_IPLAYER "1" "May 2022" "Phil Lewis" "get_iplayer Manual"',
25382538
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer and BBC Sounds',
25392539
'.SH SYNOPSIS',
25402540
'\fBget_iplayer\fR [<options>] [<regex|index> ...]',

Diff for: get_iplayer.1

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_IPLAYER "1" "February 2022" "Phil Lewis" "get_iplayer Manual"
1+
.TH GET_IPLAYER "1" "May 2022" "Phil Lewis" "get_iplayer Manual"
22
.SH NAME
33
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer and BBC Sounds
44
.SH SYNOPSIS
@@ -171,7 +171,7 @@ Number of attempts to make or resume a failed connection. \-\-attempts is appli
171171
Only download audio stream for TV programme. Produces .m4a file. Implies \-\-force.
172172
.TP
173173
\fB\-\-download\-abort\-onfail
174-
Exit immediately if any stream to download. Use to avoid repeated failed download attempts if connection is dropped or access is blocked.
174+
Exit immediately if any stream fails to download. Use to avoid repeated failed download attempts if connection is dropped or access is blocked.
175175
.TP
176176
\fB\-\-exclude\-format <format>,<format>,...
177177
Comma\-separated list of media stream formats to ignore when recording. Valid values: hls,dash.
@@ -254,7 +254,7 @@ Do not download TV programme if subtitles are not available.
254254
\fB\-\-test, \-t
255255
Test only \- no recording (only shows search results with \-\-pvr and \-\-pid\-recursive)
256256
.TP
257-
\fB\-\-tv\-lower\-bitrate
257+
\fB\-\-tv\-lower\-bitrate, \-\-tvlbr
258258
Prefer 25fps (or lower\-bitrate 50fps) streams for TV programmes if available.
259259
.TP
260260
\fB\-\-tv\-quality <quality>,<quality>,...
@@ -449,10 +449,10 @@ Show all valid presets
449449
\fB\-\-profile\-dir <dir>
450450
Override the user profile directory
451451
.TP
452-
\fB\-\-refresh, \-\-flush, \-f
452+
\fB\-\-refresh
453453
Refresh cache
454454
.TP
455-
\fB\-\-refresh\-abortonerror
455+
\fB\-\-refresh\-abort\-onerror
456456
Abort cache refresh for programme type if data for any channel fails to download. Use \-\-refresh\-exclude to temporarily skip failing channels.
457457
.TP
458458
\fB\-\-refresh\-exclude <channel>,<channel>,...
@@ -580,7 +580,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
580580
.PP
581581
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
582582
.SH COPYRIGHT NOTICE
583-
get_iplayer v3.29, Copyright (C) 2008\-2010 Phil Lewis
583+
get_iplayer v3.30, Copyright (C) 2008\-2010 Phil Lewis
584584
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
585585
This is free software, and you are welcome to redistribute it under certain
586586
conditions; use \-\-conditions for details.

Diff for: get_iplayer.cgi

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

27-
my $VERSION = 3.29;
27+
my $VERSION = 3.30;
2828
my $VERSION_TEXT;
2929
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;
3030

0 commit comments

Comments
 (0)