Skip to content

Commit

Permalink
Tag version 2.80
Browse files Browse the repository at this point in the history
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Aug 29, 2011
1 parent 5f7e78f commit a05631a
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 25 deletions.
20 changes: 20 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions get_iplayer
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#
#
package main;
my $version = 2.79;
my $version = 2.80;
#
# Help:
# ./get_iplayer --help | --longhelp
Expand Down Expand Up @@ -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 [<options>] [<regex|index> ...]',
Expand Down
44 changes: 22 additions & 22 deletions get_iplayer.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <search name>
Save the named PVR search with the specified search terms. Synonyms: \-\-pvradd
.TP
\fB\-\-pvr\-del <search name>
Remove the named search from the PVR searches. Synonyms: \-\-pvrdel
.TP
\fB\-\-pvr\-disable <search name>
Disable (not delete) a named PVR search
Disable (not delete) a named PVR search. Synonyms: \-\-pvrdisable
.TP
\fB\-\-pvr\-enable <search name>
Enable a previously disabled named PVR search
Enable a previously disabled named PVR search. Synonyms: \-\-pvrenable
.TP
\fB\-\-pvr\-exclude <string>
Exclude the PVR searches to run by seacrh name (regex or comma separated values)
.TP
\fB\-\-pvr\-single <search name>
Runs a named PVR search
.TP
\fB\-\-pvradd <search name>
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 <search name>
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 <seconds>
Runs the PVR using all saved PVR searches every <seconds>. Synonyms: \-\-pvrscheduler
.TP
\fB\-\-pvrscheduler <seconds>
Runs the PVR using all saved PVR searches every <seconds>
\fB\-\-pvr\-single <search name>
Runs a named PVR search. Synonyms: \-\-pvrsingle
.SS "Config Options:"
.TP
\fB\-\-expiry, \-e <secs>
Expand Down Expand Up @@ -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 <iplayer2 (at sign) linuxcentre.net>.
get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> 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 <debian@jwiltshire.org.uk> for the Debian project (but may be used by others).
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 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.
Expand Down
2 changes: 1 addition & 1 deletion html/get_iplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <H1>About get_iplayer</H1>

<H2>Download</H2>

Released versions of get_iplayer can be downloaded from <A HREF="ftp://ftp.infradead.org/pub/get_iplayer/">ftp://ftp.infradead.org/pub/get_iplayer/</A>. The latest version is v2.79.<P>
Released versions of get_iplayer can be downloaded from <A HREF="ftp://ftp.infradead.org/pub/get_iplayer/">ftp://ftp.infradead.org/pub/get_iplayer/</A>. The latest version is v2.80.<P>

The latest changes can be found in the <A HREF="http://git-scm.com/">git</A> version control repository, at <TT>git://git.infradead.org/get_iplayer.git</TT> (<A HREF="http://git.infradead.org/get_iplayer.git">browse</A>).<P>

Expand Down

0 comments on commit a05631a

Please sign in to comment.