@@ -132,7 +132,7 @@ my $opt_format = {
132132 hash => [ 1, " hash!" , ' Recording' , ' --hash' , " Show recording progress as hashes" ],
133133 mediaselector => [ 1, " mediaselector|media-selector=s" , ' Deprecated' , ' --mediaselector <identifier>' , " Identifier of mediaselector API to use when searching for media streams. One of: 4,5 Default: 5" ],
134134 metadataonly => [ 1, " metadataonly|metadata-only!" , ' Recording' , ' --metadata-only' , " Create specified metadata info file without any recording or streaming (can also be used with thumbnail option)." ],
135- modes => [ 0, " modes=s" , ' Recording' , ' --modes <mode>,<mode>,...' , " Recording modes. See --tvmode and --radiomode (with --long-help) for available modes and defaults. Shortcuts: default(=best), good,better,best. " ],
135+ modes => [ 0, " modes=s" , ' Recording' , ' --modes <mode>,<mode>,...' , " Recording modes. See --tvmode and --radiomode (with --long-help) for available modes and defaults. Shortcuts: worst,worse, good,better,best" ],
136136 multimode => [ 1, " multimode!" , ' Deprecated' , ' --multimode' , " Allow the recording of more than one mode for the same programme - WARNING: will record all specified/default modes!!" ],
137137 noproxy => [ 1, " noproxy|no-proxy!" , ' Recording' , ' --no-proxy' , " Ignore --proxy setting in preferences" ],
138138 overwrite => [ 1, " overwrite|over-write!" , ' Recording' , ' --overwrite' , " Overwrite recordings if they already exist" ],
@@ -8219,7 +8219,7 @@ sub channels_schedule {
82198219# Class cmdline Options
82208220sub opt_format {
82218221 return {
8222- tvmode => [ 1, " tvmode|vmode=s" , ' Recording' , ' --tvmode <mode>,<mode>,...' , " TV recording modes: flashhd,flashvhigh,flashhigh,flashstd,flashnormal,flashlow,hlshd,hlsvhigh,hlshigh,hlsstd,hlslow,flashlow,hvfhd,hvfsd,hvfvhigh,hvfhigh,hvfstd,hvflow. Shortcuts: default(=best), worst,worse,good,better,best,rtmp ,flash,hls,hvf. (default=hlshd,hlsvhigh,hlshigh,hlsstd,hlslow)" ],
8222+ tvmode => [ 1, " tvmode|vmode=s" , ' Recording' , ' --tvmode <mode>,<mode>,...' , " TV recording modes (overrides --modes) : flashhd,flashvhigh,flashhigh,flashstd,flashnormal,flashlow,hlshd,hlsvhigh,hlshigh,hlsstd,hlslow,flashlow,hvfhd,hvfsd,hvfvhigh,hvfhigh,hvfstd,hvflow. Shortcuts: worst,worse,good,better,best,flash,hls,hvf. (default=hlshd,hlsvhigh,hlshigh,hlsstd,hlslow)" ],
82238223 outputtv => [ 1, " outputtv=s" , ' Output' , ' --outputtv <dir>' , " Output directory for tv recordings (overrides --output)" ],
82248224 rtmptvopts => [ 1, " rtmp-tv-opts|rtmptvopts=s" , ' Deprecated' , ' --rtmp-tv-opts <options>' , " Add custom options to rtmpdump for tv" ],
82258225 hlstvopts => [ 1, " hls-tv-opts|hlstvopts=s" , ' Deprecated' , ' --hls-tv-opts <options>' , " Add custom options to ffmpeg HLS download re-muxing for tv" ],
@@ -9494,7 +9494,7 @@ sub channels_schedule {
94949494# Class cmdline Options
94959495sub opt_format {
94969496 return {
9497- radiomode => [ 1, "radiomode|amode=s", 'Recording', '--radiomode <mode>,<mode>,...', "Radio recording modes: dashhigh,dashstd,dashmed,dashlow,flashhigh,flashstd,flashlow,hlshigh,hlsstd,hlsmed,hlslow. Shortcuts: default(=best), worst,worse,good,better,best,dash,flash,hls. (default=hlshigh,dashhigh,hlsstd,dashstd,hlsmed,dashmed,hlslow,dashlow)"],
9497+ radiomode => [ 1, "radiomode|amode=s", 'Recording', '--radiomode <mode>,<mode>,...', "Radio recording modes (overrides --modes) : dashhigh,dashstd,dashmed,dashlow,flashhigh,flashstd,flashlow,hlshigh,hlsstd,hlsmed,hlslow. Shortcuts: worst,worse,good,better,best,dash,flash,hls. (default=hlshigh,dashhigh,hlsstd,dashstd,hlsmed,dashmed,hlslow,dashlow)"],
94989498 outputradio => [ 1, "outputradio=s", 'Output', '--outputradio <dir>', "Output directory for radio recordings (overrides --output)"],
94999499 rtmpradioopts => [ 1, "rtmp-radio-opts|rtmpradioopts=s", 'Deprecated', '--rtmp-radio-opts <options>', "Add custom options to rtmpdump for radio"],
95009500 hlsradioopts => [ 1, "hls-radio-opts|hlsradioopts=s", 'Deprecated', '--hls-radio-opts <options>', "Add custom options to ffmpeg HLS download re-muxing for radio"],
@@ -9773,7 +9773,7 @@ sub hls_pid_map {
97739773# Class cmdline Options
97749774sub opt_format {
97759775 return {
9776- livetvmode => [ 1, "livetvmode=s", 'Deprecated', '--livetvmode <mode>,<mode>,...', "Live TV recording modes: hvfhd,hvfsd,hvfvhigh,hvfhigh,hvfstd,hvflow. Shortcuts: default(=best), worst,worse,good,better,best,hvf. (default=hvfhd,hvfsd,hvfvhigh,hvfhigh,hvfstd,hvflow)"],
9776+ livetvmode => [ 1, "livetvmode=s", 'Deprecated', '--livetvmode <mode>,<mode>,...', "Live TV recording modes (overrides --modes) : hvfhd,hvfsd,hvfvhigh,hvfhigh,hvfstd,hvflow. Shortcuts: worst,worse,good,better,best,hvf. (default=hvfhd,hvfsd,hvfvhigh,hvfhigh,hvfstd,hvflow)"],
97779777 outputlivetv => [ 1, "outputlivetv=s", 'Deprecated', '--outputlivetv <dir>', "Output directory for live tv recordings (overrides --output)"],
97789778 hlslivetvopts => [ 1, "hls-livetv-opts|hlslivetvopts=s", 'Deprecated', '--hls-livetv-opts <options>', "Add custom options to ffmpeg HLS download encoding for livetv"],
97799779 ffmpeglivetvopts => [ 1, "ffmpeg-livetv-opts|ffmpeglivetvopts=s", 'Deprecated', '--ffmpeg-livetv-opts <options>', "Add custom options to ffmpeg re-muxing for livetv"],
@@ -9898,7 +9898,7 @@ sub channels {
98989898# Class cmdline Options
98999899sub opt_format {
99009900 return {
9901- liveradiomode => [ 1, "liveradiomode=s", 'Deprecated', '--liveradiomode <mode>,<mode>,..', "Live Radio recording modes: hlshigh,hlsstd,hlsmed,hlslow,shoutcastmp3std,shoutcastaachigh(R3 only, UK only). Shortcuts: default(=best), worst,worse,good,better,best,hls,shoutcast. (default=hlshigh,hlsstd,hlsmed,hlslow)"],
9901+ liveradiomode => [ 1, "liveradiomode=s", 'Deprecated', '--liveradiomode <mode>,<mode>,..', "Live Radio recording modes (overrides --modes) : hlshigh,hlsstd,hlsmed,hlslow,shoutcastmp3std,shoutcastaachigh (R3 only, UK only). Shortcuts: worst,worse,good,better,best,hls,shoutcast. (default=hlshigh,hlsstd,hlsmed,hlslow)"],
99029902 outputliveradio => [ 1, "outputliveradio=s", 'Deprecated', '--outputliveradio <dir>', "Output directory for live radio recordings (overrides --output)"],
99039903 hlsliveradioopts => [ 1, "hls-liveradio-opts|hlsliveradioopts=s", 'Deprecated', '--hls-liveradio-opts <options>', "Add custom options to ffmpeg HLS download re-muxing for liveradio"],
99049904 ffmpegliveradioopts => [ 1, "ffmpeg-liveradio-opts|ffmpegliveradioopts=s", 'Deprecated', '--ffmpeg-liveradio-opts <options>', "Add custom options to ffmpeg re-muxing for liveradio"],
0 commit comments