Update extended.conf
This commit is contained in:
parent
d202167f8f
commit
ff068eb535
1 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,8 @@ enableBeetsTagging="true" # true = enabled :: Downloads will be processed and ta
|
||||||
downloadPath="/config/extended/downloads" # Temporary download location that is used by the scripted download clients
|
downloadPath="/config/extended/downloads" # Temporary download location that is used by the scripted download clients
|
||||||
addFeaturedVideoArtists="true" # 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
|
addFeaturedVideoArtists="true" # 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 guidence, 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.
|
youtubeSubtitleLanguage="en" # Desired Language Code :: For guidence, please see yt-dlp documentation.
|
||||||
retryNotFound=90 ## :: Number of days between re-attempting the download of previously notfound albums
|
retryNotFound="90" ## :: Number of days between re-attempting the download of previously notfound albums
|
||||||
tidalCountryCode=US # Country Code required for tidal
|
tidalCountryCode="US" # Country Code required for tidal
|
||||||
plexUrl="" # ONLY used if PlexNotify.bash is used, example: http://x.x.x.x:32400
|
plexUrl="" # ONLY used if PlexNotify.bash is used, example: http://x.x.x.x:32400
|
||||||
plexToken="" # ONLY used if PlexNotify.bash is used
|
plexToken="" # ONLY used if PlexNotify.bash is used
|
||||||
|
|
Loading…
Reference in a new issue