From a05631a479222bb67fdf59922feafcc72369b549 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Mon, 29 Aug 2011 15:09:13 +0100 Subject: [PATCH] Tag version 2.80 --- CONTRIBUTORS | 20 ++++++++++++++++++++ get_iplayer | 4 ++-- get_iplayer.1 | 44 +++++++++++++++++++++---------------------- html/get_iplayer.html | 2 +- 4 files changed, 45 insertions(+), 25 deletions(-) create mode 100644 CONTRIBUTORS diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 00000000..cca8e51d --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,20 @@ +Andrew Elwell +Andy Bircumshaw +Bill Boughton +Caius Durling +David Woodhouse +dinkypumpkin +fsck +fs ck +James +James Laver +Jonathan Wiltshire +Jon Davies +linuxcentrenet +Mike Crowe +Mike Fleetwood +Phil Cole +Ralf Baechle +Shevek +Steven Luo +Stuart Henderson diff --git a/get_iplayer b/get_iplayer index 8a563e99..50a91b37 100755 --- a/get_iplayer +++ b/get_iplayer @@ -24,7 +24,7 @@ # # package main; -my $version = 2.79; +my $version = 2.80; # # Help: # ./get_iplayer --help | --longhelp @@ -3075,7 +3075,7 @@ sub usage { my @man; my @dump; push @man, - '.TH GET_IPLAYER "1" "January 2010" "Phil Lewis" "get_iplayer Manual"', + '.TH GET_IPLAYER "1" "August 2011" "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 b84d424b..01e1cf50 100644 --- a/get_iplayer.1 +++ b/get_iplayer.1 @@ -1,4 +1,4 @@ -.TH GET_IPLAYER "1" "January 2010" "Phil Lewis" "get_iplayer Manual" +.TH GET_IPLAYER "1" "August 2011" "Phil Lewis" "get_iplayer Manual" .SH NAME get_iplayer \- Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more .SH SYNOPSIS @@ -377,34 +377,34 @@ Create freevo/Mythtv menu of programme names \-> episodes Adds a comment to a PVR search .TP \fB\-\-pvr [pvr search name] -Runs the PVR using all saved PVR searches (intended to be run every hour from cron etc). The list can be limited by adding a regex to the command. +Runs the PVR using all saved PVR searches (intended to be run every hour from cron etc). The list can be limited by adding a regex to the command. Synonyms: \-\-pvrrun, \-\-pvr\-run +.TP +\fB\-\-pvr\-add +Save the named PVR search with the specified search terms. Synonyms: \-\-pvradd +.TP +\fB\-\-pvr\-del +Remove the named search from the PVR searches. Synonyms: \-\-pvrdel .TP \fB\-\-pvr\-disable -Disable (not delete) a named PVR search +Disable (not delete) a named PVR search. Synonyms: \-\-pvrdisable .TP \fB\-\-pvr\-enable -Enable a previously disabled named PVR search +Enable a previously disabled named PVR search. Synonyms: \-\-pvrenable .TP \fB\-\-pvr\-exclude -Exclude the PVR searches to run by seacrh name (regex or comma separated values) -.TP -\fB\-\-pvr\-single -Runs a named PVR search -.TP -\fB\-\-pvradd -Save the named PVR search with the specified search terms +Exclude the PVR searches to run by search name (regex or comma separated values). Synonyms: \-\-pvrexclude .TP -\fB\-\-pvrdel -Remove the named search from the PVR searches +\fB\-\-pvr\-list +Show the PVR search list. Synonyms: \-\-pvrlist .TP -\fB\-\-pvrlist -Show the PVR search list +\fB\-\-pvr\-queue +Add currently matched programmes to queue for later one\-off recording using the \-\-pvr option. Synonyms: \-\-pvrqueue .TP -\fB\-\-pvrqueue -Add currently matched programmes to queue for later one\-off recording using the \-\-pvr option +\fB\-\-pvr\-scheduler +Runs the PVR using all saved PVR searches every . Synonyms: \-\-pvrscheduler .TP -\fB\-\-pvrscheduler -Runs the PVR using all saved PVR searches every +\fB\-\-pvr\-single +Runs a named PVR search. Synonyms: \-\-pvrsingle .SS "Config Options:" .TP \fB\-\-expiry, \-e @@ -514,11 +514,11 @@ Tag only downloaded tv programmes as iTunes podcasts \fB\-\-tag\-utf8 AtomicParsley expects UTF\-8 input .SH AUTHOR -get_iplayer is written and maintained by Phil Lewis . +get_iplayer was written by Phil Lewis and is now maintained by the contributors at http://www.infradead.org/get_iplayer/html/get_iplayer.html .PP -This manual page was originally written by Jonathan Wiltshire for the Debian project (but may be used by others). +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.79, Copyright (C) 2008\-2010 Phil Lewis +get_iplayer v2.80, 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/html/get_iplayer.html b/html/get_iplayer.html index 865b7483..1048c66f 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.79.

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

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