-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9add4f9
commit fe83deb
Showing
5 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH GET_IPLAYER "1" "June 2012" "Phil Lewis" "get_iplayer Manual" | ||
.TH GET_IPLAYER "1" "June 2013" "Phil Lewis" "get_iplayer Manual" | ||
.SH NAME | ||
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more | ||
.SH SYNOPSIS | ||
|
@@ -191,10 +191,10 @@ Start recording matching programmes. Search terms required unless \-\-pid specif | |
Show recording progress as hashes | ||
.TP | ||
\fB\-\-liveradiomode <mode>,<mode>,.. | ||
Live Radio Recording modes: flashaac,realaudio,wma. Use \-\-liveradiomode=best to automatically select highest quality available. | ||
Live Radio recording modes: flashaachigh,flashaacstd,flashaudio,flashaaclow,wma. Shortcuts: default,good,better(=default),best,rtmp,flash,flashaac. ('default'=flashaachigh,flashaacstd,flashaaclow,wma) | ||
.TP | ||
\fB\-\-livetvmode <mode>,<mode>,... | ||
Live TV Recoding modes: flashhd,flashvhigh,flashhigh,flashstd,flashnormal (default: flashhd,flashvhigh,flashhigh,flashstd,flashnormal). Use \-\-livetvmode=best to automatically select highest quality available. | ||
Live TV recording modes: flashhd,flashvhigh,flashhigh,flashstd,flashnormal,flashlow. Shortcuts: default,good,better(=default),best,rtmp,flash. ('default'=flashvhigh,flashhigh,flashstd,flashnormal,flashlow) | ||
.TP | ||
\fB\-\-metadata\-only | ||
Create specified metadata info file without any recording or streaming (can also be used with thumbnail option). | ||
|
@@ -203,7 +203,7 @@ Create specified metadata info file without any recording or streaming (can also | |
Disable parallel threaded recording for mms | ||
.TP | ||
\fB\-\-modes <mode>,<mode>,... | ||
Recording modes: flashhd,flashvhigh,flashhigh,flashstd,flashnormal,flashlow,n95_wifi,flashaac,flashaachigh,flashaacstd,flashaaclow,flashaudio,realaudio,wma. Use \-\-modes=best to automatically select highest quality available. | ||
Recording modes. See \-\-tvmode and \-\-radiomode for available modes and defaults. Shortcuts: default,good,better(=default),best. Use \-\-modes=best to select highest quality available (incl. HD TV). | ||
.TP | ||
\fB\-\-mp3vbr | ||
Set LAME VBR mode to N (0 to 9) for AAC transcoding. 0 = target bitrate 245 Kbit/s, 9 = target bitrate 65 Kbit/s (requires \-\-aactomp3) | ||
|
@@ -227,7 +227,7 @@ When used with \-\-pid record all the embedded pids if the pid is a series or br | |
Web proxy URL e.g. 'http://USERNAME:PASSWORD@SERVER:PORT' or 'http://SERVER:PORT' | ||
.TP | ||
\fB\-\-radiomode <mode>,<mode>,... | ||
Radio Recording mode(s): flashaac,flashaachigh,flashaacstd,flashaaclow,flashaudio,realaudio,wma (default: flashaachigh,flashaacstd,flashaudio,realaudio,flashaaclow). Use \-\-radiomode=best to automatically select highest quality available. | ||
Radio recording modes: flashaachigh,flashaacstd,flashaudio,flashaaclow,wma. Shortcuts: default,good,better(=default),best,rtmp,flash,flashaac. ('default'=flashaachigh,flashaacstd,flashaudio,flashaaclow,wma) | ||
.TP | ||
\fB\-\-raw | ||
Don't transcode or change the recording/stream in any way (i.e. radio/realaudio, rtmp/flv) | ||
|
@@ -278,7 +278,7 @@ Download Thumbnail image if available | |
Only Download Thumbnail image if available, not the programme | ||
.TP | ||
\fB\-\-tvmode <mode>,<mode>,... | ||
TV Recoding modes: rtmp,flashhd,flashvhigh,flashhigh,flashstd,flashnormal,flashlow,n95_wifi (default: flashhigh,flashstd,flashnormal). Use \-\-tvmode=best to automatically select highest quality available. | ||
TV recording modes: flashhd,flashvhigh,flashhigh,flashstd,flashnormal,flashlow. Shortcuts: default,good,better(=default),best,rtmp,flash. (Use 'best' for HD TV. 'default'=flashvhigh,flashhigh,flashstd,flashnormal,flashlow) | ||
.TP | ||
\fB\-\-url "<url>" | ||
Record the embedded media player in the specified URL. Use with \-\-type=<type>. | ||
|
@@ -523,7 +523,7 @@ Do not embed thumbnail image in output file. All other metadata values will be | |
Do not tag downloaded programmes | ||
.TP | ||
\fB\-\-tag\-cnid | ||
AtomicParsley supports \-\-cnID argument to add catalog ID used for combining HD and SD versions in iTunes | ||
Use AtomicParsley \-\-cnID argument (if supported) to add catalog ID used for combining HD and SD versions in iTunes | ||
.TP | ||
\fB\-\-tag\-fulltitle | ||
Use complete title (including series) instead of shorter episode title | ||
|
@@ -553,7 +553,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 v2.82, Copyright (C) 2008\-2010 Phil Lewis | ||
get_iplayer v2.83, 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters