Create extended.conf
This commit is contained in:
parent
785465b521
commit
8dc61c662c
1 changed files with 25 additions and 0 deletions
25
lidarr/extended.conf
Normal file
25
lidarr/extended.conf
Normal file
|
@ -0,0 +1,25 @@
|
|||
## SETTINGS
|
||||
enableAutoConfig="true"
|
||||
enableAudio="true"
|
||||
enableVideo="true"
|
||||
dlClientSource="deezer"
|
||||
topLimit="3"
|
||||
addDeezerTopArtists="false"
|
||||
addDeezerTopAlbumArtists="false"
|
||||
addDeezerTopTrackArtists="false"
|
||||
audioLyricType="both"
|
||||
audioFormat="native"
|
||||
audioBitrate="lossless"
|
||||
addRelatedArtists="false"
|
||||
numberOfRelatedArtistsToAddPerArtist="1"
|
||||
beetsMatchPercentage="90"
|
||||
requireQuality="false"
|
||||
searchSort="album"
|
||||
arlToken=""
|
||||
matchDistance=10
|
||||
enableBeetsTagging=true
|
||||
downloadPath=/config/extended/downloads
|
||||
addFeaturedVideoArtists="true"
|
||||
videoFormat="bv[width>=1920]+ba"
|
||||
plexUrl="" # ONLY used if PlexNotify.bash is used, example: http://x.x.x.x:32400
|
||||
plexToken="" # ONLY used if PlexNotify.bash is used
|
Loading…
Reference in a new issue