-
Notifications
You must be signed in to change notification settings - Fork 0
/
youtube-dl-nz.conf
43 lines (35 loc) · 1.88 KB
/
youtube-dl-nz.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[RECORDER]
# The recorder command to execute. %URL% is optional, and
# will be replaced with the channel's "URL" as defined in the
# [TUNER/channels] (channel conf) configuration file
#
# %LOGGING% will be replaced with mythtv logging params. For example:
# --verbose general,channel,record --logpath /var/log/mythtv --loglevel info --quiet
#command="cvlc \"%URL%\" --sout \"#std{mux=ts,access=file,dst=-}\""
command="/usr/bin/youtube-dl --hls-use-mpegts --external-downloader-args \"-hide_banner -nostats -loglevel panic -re\" -o - \"%URL%\""
#command="/usr/bin/youtube-dl --hls-use-mpegts --ffmpeg-location /opt/ffmpeg/bin --external-downloader-args \"-hide_banner -nostats -loglevel panic -re\" -o - \"%URL%\""
#command="/usr/bin/youtube-dl --hls-use-mpegts -o - \"%URL%\""
# Used in logging events, %ARG% are replaced from the channel info
#desc=cvlc \"%URL%\" \"%CHANNUM%\" \"%CHANNAME%\" \"%CALLSIGN%\"
#desc=cvlc \"%URL%\" \"%CHANNUM%\" \"%CHANNAME%\" \"%CALLSIGN%\"
desc=youtube-dl \"%URL%\" \"%CHANNUM%\" \"%CHANNAME%\" \"%CALLSIGN%\"
#desc=cvlc \"%CHANNAME%\"
[TUNER]
# An optional CONF file which provides channel details. If it does not
# exist, then channel changes are not supported.
#channels=/usr/local/share/myPVR/iptv/youtube-dl-nz-channels.conf
channels=youtube-dl-nz-channels.conf
# If [TUNER/command] is provided, it will be executed to "tune" the
# channel. A %URL% parameter will be substituted with the "URL" as
# defined in the [TUNER/channels] configuration file
#command=echo %URL%
# Timeout for changing channels in msecs
#timeout=
[SCANNER]
# When MythTV scans for channels, The contents of the [TUNER/channels]
# config file are used to populate MythTV's channel information.
# If a command is provided here, it will be executed first, so it can
# populate the [TUNER/channels] config file
#command=/home/myth/bin/scan.sh "%CHANCONF%"
# Timeout for scan command in msecs
#timeout=60000