diff --git a/CONTRIBUTORS b/CONTRIBUTORS index cca8e51d..d54cf636 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,6 +2,7 @@ Andrew Elwell Andy Bircumshaw Bill Boughton Caius Durling +Chris Reed, BBR David Woodhouse dinkypumpkin fsck diff --git a/get_iplayer b/get_iplayer index 39a86f78..0969cfeb 100755 --- a/get_iplayer +++ b/get_iplayer @@ -24,7 +24,7 @@ # # package main; -my $version = 2.80; +my $version = 2.81; # # Help: # ./get_iplayer --help | --longhelp @@ -3089,7 +3089,7 @@ sub usage { my @man; my @dump; push @man, - '.TH GET_IPLAYER "1" "August 2011" "Phil Lewis" "get_iplayer Manual"', + '.TH GET_IPLAYER "1" "June 2012" "Phil Lewis" "get_iplayer Manual"', '.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more', '.SH SYNOPSIS', '\fBget_iplayer\fR [] [ ...]', diff --git a/get_iplayer.1 b/get_iplayer.1 index 642cf5df..8b4ef805 100644 --- a/get_iplayer.1 +++ b/get_iplayer.1 @@ -1,4 +1,4 @@ -.TH GET_IPLAYER "1" "August 2011" "Phil Lewis" "get_iplayer Manual" +.TH GET_IPLAYER "1" "June 2012" "Phil Lewis" "get_iplayer Manual" .SH NAME get_iplayer \- Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more .SH SYNOPSIS @@ -323,12 +323,6 @@ Output directory for live radio recordings \fB\-\-outputlivetv Output directory for live tv recordings .TP -\fB\-\-outputlocalfiles -Output directory for localfiles recordings -.TP -\fB\-\-outputpodcast -Output directory for podcast recordings -.TP \fB\-\-outputradio Output directory for radio recordings .TP @@ -415,9 +409,6 @@ Cache expiry in seconds (default 4hrs) \fB\-\-limit\-matches Limits the number of matching results for any search (and for every PVR search) .TP -\fB\-\-localfilesdirs [,dir,] -Directories/Folders to scan for new files -.TP \fB\-\-nopurge Don't ask to delete programmes recorded over 30 days ago .TP @@ -526,7 +517,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 v2.80, Copyright (C) 2008\-2010 Phil Lewis +get_iplayer v2.81, 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 54807e47..0a513994 100755 --- a/get_iplayer.cgi +++ b/get_iplayer.cgi @@ -24,7 +24,7 @@ # License: GPLv3 (see LICENSE.txt) # -my $VERSION = '0.72'; +my $VERSION = 2.81; use strict; use CGI ':all'; diff --git a/html/get_iplayer.html b/html/get_iplayer.html index 1048c66f..7b4dccd6 100644 --- a/html/get_iplayer.html +++ b/html/get_iplayer.html @@ -25,7 +25,7 @@

About get_iplayer

Download

-Released versions of get_iplayer can be downloaded from ftp://ftp.infradead.org/pub/get_iplayer/. The latest version is v2.80.

+Released versions of get_iplayer can be downloaded from ftp://ftp.infradead.org/pub/get_iplayer/. The latest version is v2.81.

The latest changes can be found in the git version control repository, at git://git.infradead.org/get_iplayer.git (browse).