Update extended.conf
This commit is contained in:
parent
d128ed788f
commit
b4f48f3565
1 changed files with 2 additions and 2 deletions
|
@ -30,14 +30,14 @@ requireQuality="false" # true = enabled :: Downloads will be checked for quality
|
|||
|
||||
# POST PROCESSING
|
||||
enableBeetsTagging="true" # true = enabled :: Downloads will be processed and tagged by Beets
|
||||
enableReplaygainTags="true" # true = enabled :: Downloads will be tagged with Replaygain Metadata
|
||||
beetsMatchPercentage="90" # 1-100 :: Set this to the minimum percentage required for Beets to match the downloaded album to a musicbrainz release :: Lower percentage is less restrictive
|
||||
enableReplaygainTags="true" # true = enabled :: Downloads will be tagged with Replaygain Metadata
|
||||
|
||||
# ADD ARTIST AUTOMATION
|
||||
topLimit="3" # This setting controls the amount of Top Artist (Albums/Tracks/Artists) to add to Lidarr from Deezer
|
||||
addDeezerTopArtists="false" # true = enabled :: Enabling this will enable the extended script to automatically add artists that are on the Deezer Top Artist Chart to your existing Lidarr instance
|
||||
addDeezerTopAlbumArtists="false" # true = enabled :: Enabling this will enable the extended script to automatically add artists that are on the Deezer Top Album Chart to your existing Lidarr instance
|
||||
addDeezerTopTrackArtists="false" # true = enabled :: Enabling this will enable the extended script to automatically add artists that are on the Deezer Top Track Chart to your existing Lidarr instance
|
||||
topLimit="3" # This setting controls the amount of Top Artist (Albums/Tracks/Artists) to add to Lidarr from Deezer
|
||||
addRelatedArtists="false" # true = enabled :: WARNING !!! WARNING !!! Enabling this can cause an endless loop of additional artists.... Enabling this will enable the extended script to automatically add artists that are related to your existing Lidarr artists from Tidal & Deezer
|
||||
numberOfRelatedArtistsToAddPerArtist="1" # 1-20 :: This will limit the number of related artists to add per artist in your library :: Minimum is 1, Maximum is 20
|
||||
|
||||
|
|
Loading…
Reference in a new issue