Skip to content

Commit

Permalink
Release 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
notnac committed Jul 5, 2018
1 parent 79fdee4 commit 168a944
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions get_iplayer
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions get_iplayer.1
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command>
Run user command after successful recording of radio programme using substitution paramaters such as <dir>, <fileprefix>, <filename>, 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 <command>
Run user command after successful recording of tv programme using substitution paramaters such as <dir>, <fileprefix>, <filename>, 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.
Expand All @@ -268,7 +268,7 @@ Download programme credits, if available.
Only download programme credits (if available), not programme.
.TP
\fB\-\-file\-prefix <format>
The filename prefix (excluding dir and extension) using formatting fields. e.g. '<name>\-<episode>\-<pid>'
The filename prefix template (excluding dir and extension). Use substitution parameters in template (see docs for list). Default: <name> \- <episode> <pid> <version>
.TP
\fB\-\-limitprefixlength <length>
The maximum length for a file prefix. Defaults to 240 to allow space within standard 256 limit.
Expand Down Expand Up @@ -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: <name>
Format template for programme name in tag metadata. Use substitution parameters in template (see docs for list). Default: <name>
.TP
\fB\-\-tag\-format\-title
Format template for episode title in tag metadata (use substitution parameters). Default: <episodeshort>
Format template for episode title in tag metadata. Use substitution parameters in template (see docs for list). Default: <episodeshort>
.TP
\fB\-\-tag\-isodate
Use ISO8601 dates (YYYY\-MM\-DD) in album/show names and track titles
Expand Down Expand Up @@ -556,7 +556,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
.PP
This manual page was originally written by Jonathan Wiltshire <jmw@debian.org> 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.
Expand Down
4 changes: 2 additions & 2 deletions get_iplayer.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 168a944

Please sign in to comment.