mirror of
https://gitlab.com/RemixDev/deemix-js.git
synced 2025-01-01 12:25:59 +00:00
Updated default settings
This commit is contained in:
parent
854fe57941
commit
3309a04bc9
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue