Updated default settings

This commit is contained in:
RemixDev 2021-12-19 17:27:32 +01:00
parent 854fe57941
commit 3309a04bc9
No known key found for this signature in database
GPG key ID: B33962B465BDB51C

View file

@ -38,7 +38,7 @@ const DEFAULTS = {
illegalCharacterReplacer: "_", illegalCharacterReplacer: "_",
queueConcurrency: 3, queueConcurrency: 3,
maxBitrate: String(TrackFormats.MP3_320), maxBitrate: String(TrackFormats.MP3_320),
fallbackBitrate: true, fallbackBitrate: false,
fallbackSearch: false, fallbackSearch: false,
logErrors: true, logErrors: true,
logSearched: false, logSearched: false,
@ -54,11 +54,11 @@ const 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",