From 168a944d81fb69b03d880ac7cd79ff1ffbd4cda2 Mon Sep 17 00:00:00 2001 From: notnac <32044623+notnac@users.noreply.github.com> Date: Thu, 5 Jul 2018 16:14:44 +0100 Subject: [PATCH] Release 3.16 --- get_iplayer | 4 ++-- get_iplayer.1 | 12 ++++++------ get_iplayer.cgi | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/get_iplayer b/get_iplayer index eb2661fd..6cdfd935 100755 --- a/get_iplayer +++ b/get_iplayer @@ -24,8 +24,8 @@ # # package main; -my $version = 3.15; -my $version_text = "3.16-dev"; +my $version = 3.16; +my $version_text; $version_text = sprintf("v%.2f", $version) unless $version_text; # # Help: diff --git a/get_iplayer.1 b/get_iplayer.1 index 65e713b7..34f96ddd 100644 --- a/get_iplayer.1 +++ b/get_iplayer.1 @@ -256,10 +256,10 @@ Version of programme to record. List is processed from left to right and first v User command to run after successful recording of programme. Use substitution parameters in command string (see docs for list). .TP \fB\-\-command\-radio -Run user command after successful recording of radio programme using substitution paramaters such as , , , etc. Overrides \-\-command. +User command to run after successful recording of radio programme. Use substitution parameters in command string (see docs for list). Overrides \-\-command. .TP \fB\-\-command\-tv -Run user command after successful recording of tv programme using substitution paramaters such as , , , etc. Overrides \-\-command. +User command to run after successful recording of TV programme. Use substitution parameters in command string (see docs for list). Overrides \-\-command. .TP \fB\-\-credits Download programme credits, if available. @@ -268,7 +268,7 @@ Download programme credits, if available. Only download programme credits (if available), not programme. .TP \fB\-\-file\-prefix -The filename prefix (excluding dir and extension) using formatting fields. e.g. '\-\-' +The filename prefix template (excluding dir and extension). Use substitution parameters in template (see docs for list). Default: \- .TP \fB\-\-limitprefixlength The maximum length for a file prefix. Defaults to 240 to allow space within standard 256 limit. @@ -500,10 +500,10 @@ Do not tag downloaded programmes. Add programme credits (if available) to lyrics field. .TP \fB\-\-tag\-format\-show -Format template for programme name in tag metadata (use substitution parameters). Default: +Format template for programme name in tag metadata. Use substitution parameters in template (see docs for list). Default: .TP \fB\-\-tag\-format\-title -Format template for episode title in tag metadata (use substitution parameters). Default: +Format template for episode title in tag metadata. Use substitution parameters in template (see docs for list). Default: .TP \fB\-\-tag\-isodate Use ISO8601 dates (YYYY\-MM\-DD) in album/show names and track titles @@ -556,7 +556,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.15, Copyright (C) 2008\-2010 Phil Lewis +get_iplayer v3.16, 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 4e836a57..618489d6 100755 --- a/get_iplayer.cgi +++ b/get_iplayer.cgi @@ -24,8 +24,8 @@ # License: GPLv3 (see LICENSE.txt) # -my $VERSION = 3.15; -my $VERSION_TEXT = "3.16-dev"; +my $VERSION = 3.16; +my $VERSION_TEXT; $VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT; use CGI qw(-utf8 :all);