Re-added missing Video Script Params.
This commit is contained in:
parent
dd8b9d5905
commit
777eda18a3
1 changed files with 4 additions and 3 deletions
|
@ -65,14 +65,15 @@ autoArtistAdderMonitored="true" # true or false :: If true, artists tha
|
|||
|
||||
##### VIDEO SCRIPT
|
||||
addFeaturedVideoArtists="false" # true = enabled :: WARNING !!! WARNING !!! Enabling this can cause an endless loop of additional artists.... Enabling this will enable the extended Video script to automatically add Music Video Featured Artists to your existing Lidarr artists from IMVDB
|
||||
videoFormat="bv[width>=1920]+ba" # ONLY CHANGE if you know what your doing, for guidance, please see yt-dlp documentation.
|
||||
youtubeSubtitleLanguage="en" # Desired Language Code :: For guidance, please see yt-dlp documentation.
|
||||
videoFormat="bv[width>=1920]+ba" # ONLY CHANGE if you know what your doing, for guidence, please see yt-dlp documentation.
|
||||
youtubeSubtitleLanguage="en" # Desired Language Code :: For guidence, please see yt-dlp documentation.
|
||||
disableImvd="false" # true = enabled :: Use this to disable IMVDB as a source, will result in only tidal videos
|
||||
|
||||
##### PLEX NOTIFY SCRIPT
|
||||
plexUrl="" # ONLY used if PlexNotify.bash is used, example: http://x.x.x.x:32400
|
||||
plexToken="" # ONLY used if PlexNotify.bash is used
|
||||
|
||||
##### DEEZER ARL UPDATE SCRIPT OPTIONALS
|
||||
##### DEEZER ARLCHECKER
|
||||
arlUpdateInterval='24h' # Interval to check ARL Validity (default 24 hours). Reboot container after changing. s = seconds, m = minutes, h = hours, d = days
|
||||
telegramBotEnable="false" # Enable/Disable Telegram Bot to notify if ARL expires. Otherwise check text file in custom-services.d/python for status.
|
||||
telegramBotToken="" # Get token from BotFather during bot creation. If you use a notify channel for Lidarr, you can probably use the same bot, as this script only takes temporary control.
|
||||
|
|
Loading…
Reference in a new issue