Skip to content

Commit

Permalink
Release 3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkypumpkin committed Feb 1, 2020
1 parent 415e4e3 commit 79627a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions get_iplayer
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#
#
package main;
my $version = 3.24;
my $version_text = "3.25-dev";
my $version = 3.25;
my $version_text;
$version_text = sprintf("v%.2f", $version) unless $version_text;
#
# Help:
Expand Down Expand Up @@ -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" "December 2019" "Phil Lewis" "get_iplayer Manual"',
'.TH GET_IPLAYER "1" "February 2020" "Phil Lewis" "get_iplayer Manual"',
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer',
'.SH SYNOPSIS',
'\fBget_iplayer\fR [<options>] [<regex|index> ...]',
Expand Down
10 changes: 5 additions & 5 deletions get_iplayer.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH GET_IPLAYER "1" "December 2019" "Phil Lewis" "get_iplayer Manual"
.TH GET_IPLAYER "1" "February 2020" "Phil Lewis" "get_iplayer Manual"
.SH NAME
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer
.SH SYNOPSIS
Expand Down Expand Up @@ -527,13 +527,13 @@ Format template for episode title in tag metadata. Use substitution parameters i
Use ISO8601 dates (YYYY\-MM\-DD) in album/show names and track titles
.TP
\fB\-\-tag\-podcast
Tag downloaded radio and tv programmes as iTunes podcasts
Tag downloaded radio and tv programmes as iTunes podcasts (incompatible with Music/Podcasts/TV apps on macOS 10.15 and higher)
.TP
\fB\-\-tag\-podcast\-radio
Tag only downloaded radio programmes as iTunes podcasts
Tag only downloaded radio programmes as iTunes podcasts(incompatible with Music/Podcasts/TV apps on macOS 10.15 and higher)
.TP
\fB\-\-tag\-podcast\-tv
Tag only downloaded tv programmes as iTunes podcasts
Tag only downloaded tv programmes as iTunes podcasts (incompatible with Music/Podcasts/TV apps on macOS 10.15 and higher)
.TP
\fB\-\-tag\-tracklist
Add track list of music played in programme (if available) to lyrics field.
Expand Down Expand Up @@ -577,7 +577,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 <[email protected]> for the Debian project (but may be used by others).
.SH COPYRIGHT NOTICE
get_iplayer v3.24, Copyright (C) 2008\-2010 Phil Lewis
get_iplayer v3.25, 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.24;
my $VERSION_TEXT = "3.25-dev";
my $VERSION = 3.25;
my $VERSION_TEXT;
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;

use CGI qw(-utf8 :all);
Expand Down

0 comments on commit 79627a6

Please sign in to comment.