You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer
4
4
.SH SYNOPSIS
@@ -233,6 +233,9 @@ Record all related episodes if value of \-\-pid is a series or brand PID. Requi
233
233
\fB\-\-pid\-recursive\-list
234
234
If value of \-\-pid is a series or brand PID, list available episodes but do not download. Implies \-\-pid\-recursive. Requires \-\-pid.
235
235
.TP
236
+
\fB\-\-pid\-recursive\-type<type>
237
+
Download only programmes of <type> (radio or tv) with \-\-pid\-recursive. Requires \-\-pid\-recursive.
238
+
.TP
236
239
\fB\-\-proxy,\-p<url>
237
240
Web proxy URL, e.g., http://username:password@server:port or http://server:port. Value of http_proxy environment variable (if present) will be used unless \-\-proxy is specified. Used for both HTTP and HTTPS. Overridden by \-\-no\-proxy.
238
241
.TP
@@ -255,7 +258,7 @@ Test only \- no recording (only shows search results with \-\-pvr and \-\-pid\-r
Record the PIDs contained in the specified iPlayer episode URLs.
261
+
Record the PIDs contained in the specified iPlayer episode URLs. Alias for \-\-pid.
259
262
.TP
260
263
\fB\-\-versions<versions>
261
264
Version of programme to record. List is processed from left to right and first version found is downloaded. Example: '\-\-versions=audiodescribed,default' will prefer audiodescribed programmes if available.
@@ -274,7 +277,13 @@ User command to run after successful recording of TV programme. Use substitution
274
277
Download programme credits, if available.
275
278
.TP
276
279
\fB\-\-credits\-only
277
-
Only download programme credits (if available), not programme.
280
+
Only download programme credits, if available.
281
+
.TP
282
+
\fB\-\-cuesheet
283
+
Create cue sheet (.cue file) for programme, if data available. Radio programmes only. Cue sheet will be very inaccurate and will required further editing. Cue sheet may require addition of UTF\-8 BOM (byte\-order mark) for some applications to identify encoding.
284
+
.TP
285
+
\fB\-\-cuesheet\-only
286
+
Only create cue sheet (.cue file) for programme, if data available. Radio programmes only.
278
287
.TP
279
288
\fB\-\-file\-prefix<format>
280
289
The filename prefix template (excluding dir and extension). Use substitution parameters in template (see docs for list). Default: <name> \- <episode> <pid> <version>
@@ -283,7 +292,7 @@ The filename prefix template (excluding dir and extension). Use substitution par
283
292
The maximum length for a file prefix. Defaults to 240 to allow space within standard 256 limit.
284
293
.TP
285
294
\fB\-\-metadata
286
-
Create metadata info file after recording.
295
+
Create metadata info file after recording. Valid values: generic,json. XML generated for 'generic', JSON for 'json'. If no value specified, 'generic' is used.
287
296
.TP
288
297
\fB\-\-metadata\-only
289
298
Create specified metadata info file without any recording or streaming.
@@ -316,10 +325,10 @@ The format to be used for subdirectory naming. Use substitution parameters in f
316
325
Offset the subtitle timestamps by the specified number of milliseconds. Requires \-\-subtitles.
317
326
.TP
318
327
\fB\-\-subs\-embed
319
-
Embed soft subtitles in MP4 output file. Ignored with \-\-audio\-only and \-\-ffmpeg\-obsolete. Requires \-\-subtitles.
328
+
Embed soft subtitles in MP4 output file. Ignored with \-\-audio\-only and \-\-ffmpeg\-obsolete. Requires \-\-subtitles. Implies \-\-subs\-mono.
320
329
.TP
321
330
\fB\-\-subs\-mono
322
-
Create monochrome titles, with leading hyphen used to denote change of speaker. Requires \-\-subtitles.
331
+
Create monochrome titles, with leading hyphen used to denote change of speaker. Requires \-\-subtitles. Not required with \-\-subs\-embed.
323
332
.TP
324
333
\fB\-\-subs\-raw
325
334
Additionally save the raw subtitles file. Requires \-\-subtitles.
@@ -355,10 +364,10 @@ Thumbnail size to use for the current recording and metadata. Specify width: 192
355
364
Download square version of thumbnail image.
356
365
.TP
357
366
\fB\-\-tracklist
358
-
Download track list of music played in programme, if available. Track times and durations may be missing or incorrect.
367
+
Create track list of music played in programme, if data available. Track times and durations may be missing or incorrect.
359
368
.TP
360
369
\fB\-\-tracklist\-only
361
-
Only download track list of music played in programme (if available), not programme.
370
+
Only create track list of music played in programme, if data available.
362
371
.TP
363
372
\fB\-\-whitespace,\-w
364
373
Keep whitespace in file and directory names. Default behaviour is to replace whitespace with underscores.
@@ -551,6 +560,9 @@ Maximum number of connections to use for concurrent programme indexing. Default
551
560
\fB\-\-purge\-files
552
561
Delete downloaded programmes more than 30 days old
553
562
.TP
563
+
\fB\-\-release\-check
564
+
Forces check for new release if used on command line. Checks for new release weekly if saved in preferences.
565
+
.TP
554
566
\fB\-\-throttle<Mb/s>
555
567
Bandwidth limit (in Mb/s) for media file download. Default: unlimited. Synonym: \-\-bw
556
568
.TP
@@ -565,7 +577,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
565
577
.PP
566
578
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
567
579
.SH COPYRIGHT NOTICE
568
-
get_iplayer v3.20, Copyright (C) 2008\-2010 Phil Lewis
580
+
get_iplayer v3.21, Copyright (C) 2008\-2010 Phil Lewis
569
581
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
570
582
This is free software, and you are welcome to redistribute it under certain
0 commit comments