Update extended.conf
Default should be false in case of problems.
This commit is contained in:
parent
8d191f5e35
commit
af6492fee7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ enableReplaygainTags="true" # true = enabled :: Downloads will be tagged with Re
|
||||||
arlToken="" # OPTIONAL (fallback using Freyr) - User ARL token for deemix client
|
arlToken="" # OPTIONAL (fallback using Freyr) - User ARL token for deemix client
|
||||||
matchDistance="5" # The number of changes required to transform the searched album title into a possible found album title match... (0, requires a perfect match)
|
matchDistance="5" # The number of changes required to transform the searched album title into a possible found album title match... (0, requires a perfect match)
|
||||||
enableBeetsTagging="true" # true = enabled :: Downloads will be processed and tagged by Beets
|
enableBeetsTagging="true" # true = enabled :: Downloads will be processed and tagged by Beets
|
||||||
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="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 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
|
||||||
|
|
Loading…
Reference in a new issue