From 262616c8a2ec03ca7a7bc41fe3df31f98fd1a0f2 Mon Sep 17 00:00:00 2001 From: notnac <32044623+notnac@users.noreply.github.com> Date: Sat, 28 May 2022 18:02:04 +0100 Subject: [PATCH] Release 3.30 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- get_iplayer | 4 ++-- get_iplayer.1 | 12 ++++++------ get_iplayer.cgi | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6496913..23e04e3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -38,10 +38,10 @@ body: required: true - type: checkboxes attributes: - label: Ensure that you are using get_iplayer 3.29 or higher. If not, your report will be ignored. + label: Ensure that you are using get_iplayer 3.30 or higher. If not, your report will be ignored. description: Check version with **`get_iplayer -V` or see the bottom of the Web PVR search page** options: - - label: I am using get_iplayer 3.29 or higher + - label: I am using get_iplayer 3.30 or higher required: true - type: input attributes: diff --git a/get_iplayer b/get_iplayer index 4cfb91e..c0e545f 100755 --- a/get_iplayer +++ b/get_iplayer @@ -24,7 +24,7 @@ # # package main; -my $version = 3.29; +my $version = 3.30; my $version_text; $version_text = sprintf("v%.2f", $version) unless $version_text; # @@ -2534,7 +2534,7 @@ sub usage { 'This applies even if the base option name already begins with "no-", e.g., --no-no-tag or --no-no-artwork', ); push @man, - '.TH GET_IPLAYER "1" "February 2022" "Phil Lewis" "get_iplayer Manual"', + '.TH GET_IPLAYER "1" "May 2022" "Phil Lewis" "get_iplayer Manual"', '.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer and BBC Sounds', '.SH SYNOPSIS', '\fBget_iplayer\fR [] [ ...]', diff --git a/get_iplayer.1 b/get_iplayer.1 index 66e2087..62eadcd 100644 --- a/get_iplayer.1 +++ b/get_iplayer.1 @@ -1,4 +1,4 @@ -.TH GET_IPLAYER "1" "February 2022" "Phil Lewis" "get_iplayer Manual" +.TH GET_IPLAYER "1" "May 2022" "Phil Lewis" "get_iplayer Manual" .SH NAME get_iplayer \- Stream Recording tool and PVR for BBC iPlayer and BBC Sounds .SH SYNOPSIS @@ -171,7 +171,7 @@ Number of attempts to make or resume a failed connection. \-\-attempts is appli Only download audio stream for TV programme. Produces .m4a file. Implies \-\-force. .TP \fB\-\-download\-abort\-onfail -Exit immediately if any stream to download. Use to avoid repeated failed download attempts if connection is dropped or access is blocked. +Exit immediately if any stream fails to download. Use to avoid repeated failed download attempts if connection is dropped or access is blocked. .TP \fB\-\-exclude\-format ,,... 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. \fB\-\-test, \-t Test only \- no recording (only shows search results with \-\-pvr and \-\-pid\-recursive) .TP -\fB\-\-tv\-lower\-bitrate +\fB\-\-tv\-lower\-bitrate, \-\-tvlbr Prefer 25fps (or lower\-bitrate 50fps) streams for TV programmes if available. .TP \fB\-\-tv\-quality ,,... @@ -449,10 +449,10 @@ Show all valid presets \fB\-\-profile\-dir Override the user profile directory .TP -\fB\-\-refresh, \-\-flush, \-f +\fB\-\-refresh Refresh cache .TP -\fB\-\-refresh\-abortonerror +\fB\-\-refresh\-abort\-onerror Abort cache refresh for programme type if data for any channel fails to download. Use \-\-refresh\-exclude to temporarily skip failing channels. .TP \fB\-\-refresh\-exclude ,,... @@ -580,7 +580,7 @@ get_iplayer was written by Phil Lewis and i .PP This manual page was originally written by Jonathan Wiltshire for the Debian project (but may be used by others). .SH COPYRIGHT NOTICE -get_iplayer v3.29, Copyright (C) 2008\-2010 Phil Lewis +get_iplayer v3.30, Copyright (C) 2008\-2010 Phil Lewis This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty. This is free software, and you are welcome to redistribute it under certain conditions; use \-\-conditions for details. diff --git a/get_iplayer.cgi b/get_iplayer.cgi index a66dd75..477fe1a 100755 --- a/get_iplayer.cgi +++ b/get_iplayer.cgi @@ -24,7 +24,7 @@ # License: GPLv3 (see LICENSE.txt) # -my $VERSION = 3.29; +my $VERSION = 3.30; my $VERSION_TEXT; $VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;