Updated default settings

This commit is contained in:
RemixDev 2021-12-19 17:27:01 +01:00
parent 9906043b31
commit ed22a396c8
No known key found for this signature in database
GPG Key ID: B33962B465BDB51C
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ DEFAULTS = {
"illegalCharacterReplacer": "_", "illegalCharacterReplacer": "_",
"queueConcurrency": 3, "queueConcurrency": 3,
"maxBitrate": str(TrackFormats.MP3_320), "maxBitrate": str(TrackFormats.MP3_320),
"fallbackBitrate": True, "fallbackBitrate": False,
"fallbackSearch": False, "fallbackSearch": False,
"logErrors": True, "logErrors": True,
"logSearched": False, "logSearched": False,
@ -55,11 +55,11 @@ DEFAULTS = {
"coverImageTemplate": "cover", "coverImageTemplate": "cover",
"saveArtworkArtist": False, "saveArtworkArtist": False,
"artistImageTemplate": "folder", "artistImageTemplate": "folder",
"jpegImageQuality": 80, "jpegImageQuality": 90,
"dateFormat": "Y-M-D", "dateFormat": "Y-M-D",
"albumVariousArtists": True, "albumVariousArtists": True,
"removeAlbumVersion": False, "removeAlbumVersion": False,
"removeDuplicateArtists": False, "removeDuplicateArtists": True,
"featuredToTitle": FeaturesOption.NO_CHANGE, "featuredToTitle": FeaturesOption.NO_CHANGE,
"titleCasing": "nothing", "titleCasing": "nothing",
"artistCasing": "nothing", "artistCasing": "nothing",