From 49b06e721839359aee8f16c2a9ac10a0116e3ac6 Mon Sep 17 00:00:00 2001 From: dinkypumpkin Date: Sat, 28 Dec 2019 23:30:23 +0000 Subject: [PATCH] Release 3.24 --- get_iplayer | 6 +++--- get_iplayer.1 | 9 ++++++--- get_iplayer.cgi | 4 ++-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/get_iplayer b/get_iplayer index 1a08dc3c..4a200ed5 100755 --- a/get_iplayer +++ b/get_iplayer @@ -24,8 +24,8 @@ # # package main; -my $version = 3.23; -my $version_text = "3.24-dev"; +my $version = 3.24; +my $version_text; $version_text = sprintf("v%.2f", $version) unless $version_text; # # Help: @@ -2493,7 +2493,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" "November 2019" "Phil Lewis" "get_iplayer Manual"', + '.TH GET_IPLAYER "1" "December 2019" "Phil Lewis" "get_iplayer Manual"', '.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer', '.SH SYNOPSIS', '\fBget_iplayer\fR [] [ ...]', diff --git a/get_iplayer.1 b/get_iplayer.1 index 42b4704d..9e60bcf1 100644 --- a/get_iplayer.1 +++ b/get_iplayer.1 @@ -1,4 +1,4 @@ -.TH GET_IPLAYER "1" "November 2019" "Phil Lewis" "get_iplayer Manual" +.TH GET_IPLAYER "1" "December 2019" "Phil Lewis" "get_iplayer Manual" .SH NAME get_iplayer \- Stream Recording tool and PVR for BBC iPlayer .SH SYNOPSIS @@ -252,7 +252,7 @@ Do not download TV programme if subtitles are not available. Test only \- no recording (only shows search results with \-\-pvr and \-\-pid\-recursive) .TP \fB\-\-tvmode ,,... -TV recording modes (overrides \-\-modes): dvfhd,dvfsd,dvfxsd,dvfhigh,dvfxhigh,dvflow,hlshd,hvfhd,hvfsd,hvfxsd,hvfhigh,hvfxhigh,hvflow. Shortcuts: best,better,good,worst,dvf,hvf,dash,hls,hd,sd,high,low. 50fps streams (if available) preferred unless \-\-fps25 specified (default=hvfhd,dvfhd,hvfsd,dvfsd,hvfxsd,dvfxsd,hvfhigh,dvfhigh,hvfxhigh,dvfxhigh,hvflow,dvflow). +TV recording modes (overrides \-\-modes): dvfhd,dvfsd,dvfxsd,dvfhigh,dvfxhigh,dvflow,hvfhd,hvfsd,hvfxsd,hvfhigh,hvfxhigh,hvflow. Shortcuts: best,better,good,worst,dvf,hvf,dash,hls,hd,sd,high,low. 50fps streams (if available) preferred unless \-\-fps25 specified (default=hvfhd,dvfhd,hvfsd,dvfsd,hvfxsd,dvfxsd,hvfhigh,dvfhigh,hvfxhigh,dvfxhigh,hvflow,dvflow). .TP \fB\-\-url ,,... Record the PIDs contained in the specified iPlayer episode URLs. Alias for \-\-pid. @@ -294,6 +294,9 @@ Create metadata info file after recording. Valid values: generic,json. XML gener \fB\-\-metadata\-only Create specified metadata info file without any recording or streaming. .TP +\fB\-\-mpeg\-ts +Ensure raw audio and video files are re\-muxed into MPEG\-TS file regardless of stream format. Overrides \-\-raw. +.TP \fB\-\-no\-metadata Do not create metadata info file after recording (overrides \-\-metadata). .TP @@ -574,7 +577,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.23, Copyright (C) 2008\-2010 Phil Lewis +get_iplayer v3.24, 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 992c1656..01bbd92c 100755 --- a/get_iplayer.cgi +++ b/get_iplayer.cgi @@ -24,8 +24,8 @@ # License: GPLv3 (see LICENSE.txt) # -my $VERSION = 3.23; -my $VERSION_TEXT = "3.24-dev"; +my $VERSION = 3.24; +my $VERSION_TEXT; $VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT; use CGI qw(-utf8 :all);