Skip to content

Commit 381f21d

Browse files
Spelling and formatting
1 parent 2474af8 commit 381f21d

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

lidarr/extended.conf

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22

33
##### PATHS
44
downloadPath="/config/extended/downloads" # OPTIONAL, only change if needed.... Temporary Download Location for incoming Audio files from included clients
5-
videoPath="" # Final destination/location of completed Videos
5+
videoPath="" # Final destination/location of completed Videos
66

77
##### SCRIPT ENABLEMENT
8-
enableAutoConfig="true" # true = enabled :: Automatically configures Lidarr with optimal settings
9-
enableAudio="true" # true = enabled :: Enables the Audio script to run automatically
10-
enableVideo="true" # true = enabled :: Enables the Video script to run automatically
8+
enableAutoConfig="true" # true = enabled :: Automatically configures Lidarr with optimal settings
9+
enableAudio="true" # true = enabled :: Enables the Audio script to run automatically
10+
enableVideo="true" # true = enabled :: Enables the Video script to run automatically
1111
enableUnmappedFilesCleaner="false" # true = enabled :: Enables the UnmappedFilesCleaner script to run automatically
12-
enableQueueCleaner="true" # true = enabled :: Enables the QueueCleaner script to run automatically
12+
enableQueueCleaner="true" # true = enabled :: Enables the QueueCleaner script to run automatically
1313

1414
##### SCRIPT INTERVALS
15-
audioScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script is enabled
16-
videoScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script is enabled
17-
autoArtistAdderInterval=12h #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script is enabled
15+
audioScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script is enabled
16+
videoScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script is enabled
17+
autoArtistAdderInterval=12h #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script is enabled
1818
unmappedFolderCleanerScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script is enabled
19-
queueCleanerScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script is enabled
19+
queueCleanerScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script is enabled
2020

21-
##### ATUOCONFIG SCRIPT SETTINGS
21+
##### AUTOCONFIG SCRIPT SETTINGS
2222
configureMediaManagement="true"
2323
configureMetadataConsumerSettings="true"
2424
configureMetadataProviderSettings="true"
@@ -29,43 +29,43 @@ configureTrackNamingSettings="true"
2929

3030
##### AUDIO SCRIPT
3131
# SEARCH
32-
searchSort="date" # date or album :: Sorts the missing/cutoff list by release date (newest -> oldest) or album type (album -> single) for processing the list
33-
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)
32+
searchSort="date" # date or album :: Sorts the missing/cutoff list by release date (newest -> oldest) or album type (album -> single) for processing the list
33+
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)
3434
lidarrSearchForMissing="true" # true = enabled :: When artists are added, search for them using Lidarr's built in functionality
35-
retryNotFound="90" ## :: Number of days between re-attempting the download of previously notfound albums
35+
retryNotFound="90" ## :: Number of days between re-attempting the download of previously notfound albums
3636

3737
# CLIENT
38-
dlClientSource="deezer" # deezer, tidal or both :: set to both, to use both clients, tidal requires extra steps, view logging output
39-
arlToken="" # OPTIONAL (fallback using Freyr) - User ARL token for deemix client
40-
tidalCountryCode="US" # Country Code required for tidal
41-
failedDownloadAttemptThreshold="6" # Maximum number of attempts to download a particular album ID from the service before considering it a failed download...
38+
dlClientSource="deezer" # deezer, tidal or both :: set to both, to use both clients, tidal requires extra steps, view logging output
39+
arlToken="" # OPTIONAL (fallback using Freyr) - User ARL token for deemix client
40+
tidalCountryCode="US" # Country Code required for tidal
41+
failedDownloadAttemptThreshold="6" # Maximum number of attempts to download a particular album ID from the service before considering it a failed download...
4242
deezerClientTestDownloadId="197472472" # A known good deezer track id that is used to test/verify the client is functioning in the event all download attempts have failed. Prevents the script from exiting...
43-
tidalClientTestDownloadId="166356219" # A known good tidal track id that is used to test/verify the client is functioning in the event all download attempts have failed. Prevents the script from exiting...
43+
tidalClientTestDownloadId="166356219" # A known good tidal track id that is used to test/verify the client is functioning in the event all download attempts have failed. Prevents the script from exiting...
4444

4545
# QUALITY
46-
audioLyricType="both" # both or explicit or clean :: both, is explicit preferred matching, explicit is explicit releases only matching and clean is clean releases only matching
47-
audioFormat="native" # native or alac or mp3 or aac or opus :: native is the native download client file type, selected by the matching audio bitrate
46+
audioLyricType="both" # both or explicit or clean :: both, is explicit preferred matching, explicit is explicit releases only matching and clean is clean releases only matching
47+
audioFormat="native" # native or alac or mp3 or aac or opus :: native is the native download client file type, selected by the matching audio bitrate
4848
audioBitrate="lossless" # master or lossless or high or low or ### :: master = MQA/lossless flac files, lossless = flac files, high = 320K, low = 128k/96k, ### = the output bitrate of converted lossless files to selected audioFormat that is not native, example: 192...
49-
requireQuality="false" # true = enabled :: Downloads will be checked for quality and require to have the requested file format & quality
49+
requireQuality="false" # true = enabled :: Downloads will be checked for quality and require to have the requested file format & quality
5050

5151
# POST PROCESSING
52-
enableBeetsTagging="true" # true = enabled :: Downloads will be processed and tagged by Beets
53-
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
52+
enableBeetsTagging="true" # true = enabled :: Downloads will be processed and tagged by Beets
53+
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
5454
enableReplaygainTags="true" # true = enabled :: Downloads will be tagged with Replaygain Metadata
5555

5656
# ADD ARTIST AUTOMATION
57-
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
58-
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
59-
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
60-
topLimit="3" # This setting controls the amount of Top Artist (Albums/Tracks/Artists) to add to Lidarr from Deezer
61-
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
57+
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
58+
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
59+
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
60+
topLimit="3" # This setting controls the amount of Top Artist (Albums/Tracks/Artists) to add to Lidarr from Deezer
61+
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
6262
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
6363

6464
##### VIDEO SCRIPT
65-
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
65+
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
6666
videoFormat="bv[width>=1920]+ba" # ONLY CHANGE if you know what your doing, for guidence, please see yt-dlp documentation.
67-
youtubeSubtitleLanguage="en" # Desired Language Code :: For guidence, please see yt-dlp documentation.
67+
youtubeSubtitleLanguage="en" # Desired Language Code :: For guidence, please see yt-dlp documentation.
6868

6969
##### PLEX NOTIFY SCRIPT
70-
plexUrl="" # ONLY used if PlexNotify.bash is used, example: http://x.x.x.x:32400
70+
plexUrl="" # ONLY used if PlexNotify.bash is used, example: http://x.x.x.x:32400
7171
plexToken="" # ONLY used if PlexNotify.bash is used

0 commit comments

Comments
 (0)