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
@@ -174,7 +174,7 @@ Only download audio stream for TV programme. 'hls' recording modes are not suppo
174
174
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.
175
175
.TP
176
176
\fB\-\-exclude\-supplier<supplier>,<supplier>,...
177
-
Comma\-separated list of media stream suppliers to skip. Possible values: akamai,limelight,bidi
177
+
Comma\-separated list of media stream suppliers (CDNs) to skip. Possible values: akamai,limelight,bidi. Synonym: \-\-exclude\-cdn.
178
178
.TP
179
179
\fB\-\-force
180
180
Ignore programme history (unsets \-\-hide option also).
Comma\-separated list of media stream suppliers to use if not included by default. Possible values: akamai,limelight,bidi
192
+
Comma\-separated list of media stream suppliers (CDNs) to use if not included by default or if previously excluded by \-\-exclude\-supplier. Possible values: akamai,limelight,bidi. Synonym: \-\-include\-cdn.
193
193
.TP
194
194
\fB\-\-log\-progress
195
195
Force HLS/DASH download progress display to be captured when screen output is redirected to file. Progress display is normally omitted unless writing to terminal.
@@ -279,6 +279,9 @@ Only download programme credits, if available.
279
279
\fB\-\-cuesheet
280
280
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.
281
281
.TP
282
+
\fB\-\-cuesheet\-offset[\-]<offset>
283
+
Offset track times in cue sheet and track list by the specified number of seconds. Synonym: \-\-tracklist\-offset
284
+
.TP
282
285
\fB\-\-cuesheet\-only
283
286
Only create cue sheet (.cue file) for programme, if data available. Radio programmes only.
284
287
.TP
@@ -358,10 +361,10 @@ Only download thumbnail image if available, not the programme
358
361
Force use of series/brand thumbnail (series preferred) instead of episode thumbnail
359
362
.TP
360
363
\fB\-\-thumbnail\-size<width>
361
-
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
364
+
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: 1920 (1280 with \-\-thumbnail\-square)
362
365
.TP
363
366
\fB\-\-thumbnail\-square
364
-
Download square version of thumbnail image.
367
+
Download square version of thumbnail image. Limits \-\-thumbnail\-size to 1280.
365
368
.TP
366
369
\fB\-\-tracklist
367
370
Create track list of music played in programme, if data available. Track times and durations may be missing or incorrect.
@@ -517,6 +520,9 @@ Do not tag downloaded programmes.
517
520
\fB\-\-tag\-credits
518
521
Add programme credits (if available) to lyrics field.
519
522
.TP
523
+
\fB\-\-tag\-encoding<name>
524
+
(Windows only) Single\-byte character encoding for non\-ASCII characters in metadata tags. Encoding name must be known to Perl Encode module. Unicode (UTF* or UCS*) character encodings are not supported. Default: cp1252 (Windows code page 1252)
525
+
.TP
520
526
\fB\-\-tag\-format\-show
521
527
Format template for programme name in tag metadata. Use substitution parameters in template (see docs for list). Default: <name>
522
528
.TP
@@ -526,20 +532,20 @@ Format template for episode title in tag metadata. Use substitution parameters i
526
532
\fB\-\-tag\-isodate
527
533
Use ISO8601 dates (YYYY\-MM\-DD) in album/show names and track titles
528
534
.TP
535
+
\fB\-\-tag\-no\-unicode
536
+
(Windows only) Do not attempt to perform Unicode tagging and use single\-byte character encoding instead (see \-\-tag\-encoding)
537
+
.TP
529
538
\fB\-\-tag\-podcast
530
539
Tag downloaded radio and tv programmes as iTunes podcasts (incompatible with Music/Podcasts/TV apps on macOS 10.15 and higher)
531
540
.TP
532
541
\fB\-\-tag\-podcast\-radio
533
-
Tag only downloaded radio programmes as iTunes podcasts(incompatible with Music/Podcasts/TV apps on macOS 10.15 and higher)
542
+
Tag only downloaded radio programmes as iTunes podcasts(incompatible with Music/Podcasts/TV apps on macOS 10.15 and higher)
534
543
.TP
535
544
\fB\-\-tag\-podcast\-tv
536
545
Tag only downloaded tv programmes as iTunes podcasts (incompatible with Music/Podcasts/TV apps on macOS 10.15 and higher)
537
546
.TP
538
547
\fB\-\-tag\-tracklist
539
548
Add track list of music played in programme (if available) to lyrics field.
540
-
.TP
541
-
\fB\-\-tag\-utf8
542
-
Use UTF\-8 encoding for non\-ASCII characters in AtomicParsley parameter values (Linux/Unix/macOS only). Use only if auto\-detect fails.
543
549
.SS "Misc Options:"
544
550
.TP
545
551
\fB\-\-encoding\-console\-in<name>
@@ -577,7 +583,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
577
583
.PP
578
584
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
579
585
.SH COPYRIGHT NOTICE
580
-
get_iplayer v3.25, Copyright (C) 2008\-2010 Phil Lewis
586
+
get_iplayer v3.26, Copyright (C) 2008\-2010 Phil Lewis
581
587
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
582
588
This is free software, and you are welcome to redistribute it under certain
0 commit comments