Files
beautify-audio/onetagger-autotagger.json

102 lines
1.9 KiB
JSON
Raw Normal View History

{
"platforms": [
"beatport",
"spotify",
"discogs",
"bandcamp"
],
"path": null,
"tags": [
"genre",
"style",
"releaseDate",
"label",
"albumArt",
"artist",
"album",
"title"
],
"separators": {
"id3": ", ",
"vorbis": ", ",
"mp4": ", "
},
"id3v24": true,
"overwrite": true,
"overwriteTags": [],
"threads": 16,
"strictness": 0.8,
"mergeGenres": false,
"albumArtFile": true,
"camelot": false,
"parseFilename": true,
"filenameTemplate": "%artists% - %title%",
"shortTitle": true,
"matchDuration": false,
"maxDurationDifference": 30,
"matchById": false,
"multipleMatches": "Default",
"postCommand": null,
"stylesOptions": "default",
"stylesCustomTag": {
"id3": "STYLE",
"vorbis": "STYLE",
"mp4": "STYLE"
},
"trackNumberLeadingZeroes": 0,
"enableShazam": true,
"forceShazam": false,
"skipTagged": false,
"includeSubfolders": false,
"onlyYear": false,
"titleRegex": null,
"moveSuccess": false,
"moveSuccessPath": null,
"moveFailed": false,
"moveFailedPath": null,
"writeLrc": false,
"enhancedLrc": false,
"capitalizeGenres": false,
"id3CommLang": null,
"removeAllCovers": false,
"multiplatform": false,
"fetchAllResults": false,
"albumTagging": false,
"albumTaggingRatio": 0.5,
"coverFilename": null,
"custom": {
"bpmsupreme": {
"email": "",
"library": "Supreme",
"password": ""
},
"itunes": {
"art_resolution": 1000
},
"discogs": {
"max_albums": 4,
"token": "",
"track_number_int": true
},
"beatsource": {
"art_resolution": 500
},
"beatport": {
"art_resolution": 500,
"ignore_version": false,
"max_pages": 1
},
"deezer": {
"art_resolution": 1200,
"content_language": "en-US"
},
"bandcamp": {
"match_artist": true
}
},
"spotify": {
"clientId": "",
"clientSecret": ""
}
}