Skip to content

Commit bf6a7c6

Browse files
committed
Release 3.08
1 parent a1e028a commit bf6a7c6

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

get_iplayer

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#
2525
#
2626
package main;
27-
my $version = 3.07;
28-
my $version_text = "3.08-dev";
27+
my $version = 3.08;
28+
my $version_text;
2929
$version_text = sprintf("v%.2f", $version) unless $version_text;
3030
#
3131
# Help:
@@ -2242,7 +2242,7 @@ sub usage {
22422242
my @man;
22432243
my @dump;
22442244
push @man,
2245-
'.TH GET_IPLAYER "1" "November 2017" "Phil Lewis" "get_iplayer Manual"',
2245+
'.TH GET_IPLAYER "1" "December 2017" "Phil Lewis" "get_iplayer Manual"',
22462246
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer',
22472247
'.SH SYNOPSIS',
22482248
'\fBget_iplayer\fR [<options>] [<regex|index> ...]',

get_iplayer.1

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_IPLAYER "1" "November 2017" "Phil Lewis" "get_iplayer Manual"
1+
.TH GET_IPLAYER "1" "December 2017" "Phil Lewis" "get_iplayer Manual"
22
.SH NAME
33
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer
44
.SH SYNOPSIS
@@ -74,7 +74,7 @@ Only search in these types of programmes: tv,radio,all (tv is default)
7474
Shows GPLv3 conditions
7575
.TP
7676
\fB\-\-debug
77-
Debug output
77+
Debug output (very verbose and rarely useful)
7878
.TP
7979
\fB\-\-dump\-options
8080
Dumps all options with their internal option key names
@@ -161,6 +161,9 @@ Number of attempts to make or resume a failed connection. \-\-attempts is appli
161161
\fB\-\-audio\-only
162162
Only download audio stream for TV programme. 'hls' recording modes are not supported and ignored. Produces .m4a file. Implies \-\-force.
163163
.TP
164+
\fB\-\-download\-abortonfail
165+
Exit immediately if stream for any recording mode fails to download. Use to avoid repeated failed download attempts if connection is dropped or access is blocked.
166+
.TP
164167
\fB\-\-exclude\-supplier <supplier>,<supplier>,...
165168
Comma\-separated list of media stream suppliers to skip. Possible values: akamai,limelight,bidi
166169
.TP
@@ -261,6 +264,9 @@ Create metadata info file after recording.
261264
\fB\-\-metadata\-only
262265
Create specified metadata info file without any recording or streaming.
263266
.TP
267+
\fB\-\-no\-metadata
268+
Do not create metadata info file after recording (overrides \-\-metadata).
269+
.TP
264270
\fB\-\-no\-sanitise
265271
Do not sanitise output file and directory names. Implies \-\-whitespace. Invalid characters for Windows ('"*:<>?|') and macOS (':') will be removed.
266272
.TP
@@ -277,7 +283,7 @@ Output directory for tv recordings (overrides \-\-output)
277283
Don't remux or change the recording in any way. Saves output file in native container format (HLS\->MPEG\-TS, DASH\->MP4)
278284
.TP
279285
\fB\-\-subdir, \-s
280-
Save recorded files into subdirectory. Default: same name as programme.
286+
Save recorded files into subdirectory of output directory. Default: same name as programme (see \-\-subdir\-format).
281287
.TP
282288
\fB\-\-subdir\-format <format>
283289
The format to be used for subdirectory naming. Use substitution parameters, e.g., '<nameshort>\-<seriesnum>'
@@ -298,25 +304,25 @@ Download subtitles into srt/SubRip format if available and supported
298304
Only download the subtitles, not the programme
299305
.TP
300306
\fB\-\-tag\-only
301-
Only update the programme metadata tag and not download the programme (can also be used with \-\-history)
307+
Only update the programme metadata tag and not download the programme. Use with \-\-history or \-\-tag\-only\-filename.
302308
.TP
303309
\fB\-\-tag\-only\-filename <filename>
304310
Add metadata tags to specified file (ignored unless used with \-\-tag\-only)
305311
.TP
306312
\fB\-\-thumb
307-
Download Thumbnail image if available
313+
Download thumbnail image if available
308314
.TP
309315
\fB\-\-thumb\-ext <ext>
310316
Thumbnail filename extension to use
311317
.TP
312318
\fB\-\-thumbnail\-only
313-
Only Download Thumbnail image if available, not the programme
319+
Only download thumbnail image if available, not the programme
314320
.TP
315321
\fB\-\-thumbnail\-series
316322
Force use of series/brand thumbnail (series preferred) instead of episode thumbnail
317323
.TP
318324
\fB\-\-thumbsize <width>
319-
Thumbnail size to use for the current recording and metadata. Specify width: 192,256,384,448,512,640,704,832,960,1280,1920. Default: 192
325+
Thumbnail size to use for the current recording and metadata. Specify width: 192,256,384,448,512,640,704,832,960,1280,1920. Invalid values will be mapped to nearest available. Default: 192
320326
.TP
321327
\fB\-\-whitespace, \-w
322328
Keep whitespace in file and directory names. Default behaviour is to replace whitespace with underscores.
@@ -461,7 +467,7 @@ Indicates you are using an obsolete version of ffmpeg (<1.0) that may not suppor
461467
Do not embed thumbnail image in output file. Also removes existing artwork. All other metadata values will be written.
462468
.TP
463469
\fB\-\-no\-tag
464-
Do not tag downloaded programmes. Note that moov atom will be at end of output file if \-\-no\-tag used. Remuxing would be necessary to stream file.
470+
Do not tag downloaded programmes.
465471
.TP
466472
\fB\-\-tag\-format\-show
467473
Format template for programme name in tag metadata (use substitution parameters). Default: <name>
@@ -517,7 +523,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
517523
.PP
518524
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
519525
.SH COPYRIGHT NOTICE
520-
get_iplayer v3.07, Copyright (C) 2008\-2010 Phil Lewis
526+
get_iplayer v3.08, Copyright (C) 2008\-2010 Phil Lewis
521527
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
522528
This is free software, and you are welcome to redistribute it under certain
523529
conditions; use \-\-conditions for details.

get_iplayer.cgi

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
# License: GPLv3 (see LICENSE.txt)
2525
#
2626

27-
my $VERSION = 3.07;
28-
my $VERSION_TEXT = "3.08-dev";
27+
my $VERSION = 3.08;
28+
my $VERSION_TEXT;
2929
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;
3030

3131
use strict;

0 commit comments

Comments
 (0)