-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
32 lines (27 loc) · 880 Bytes
/
Copy pathconfig.example.json
File metadata and controls
32 lines (27 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"SpotifyClientId": "",
"SpotifyClientSecret": "",
"OutputDirectory": "~/Music/TrackBridge",
"DefaultFormat": "json",
"YTDLP_TextFilePattern": "spotify_{playlist_id}_yt-dlp.txt",
"AudioPreferredFormats": ["m4a", "aac", "mp3", "flac", "alac"],
"MaxParallelDownloads": 2,
"AudioOutputExtension": "m4a",
"AudioFilenameTemplate": "{track_number_padded} {title_sanitized}",
"MaxFilenameLength": 80,
"DownloadMaxRetries": 2,
"RegistryEnabled": true,
"RegistryStoreSpotifyUrl": true,
"SkipExistingFiles": true,
"KnownAudioExtensions": [
"m4a", "aac", "mp3", "flac", "alac",
"aiff", "aif", "wav",
"webm", "opus"
],
"DJCompatibilityProfile": "cdj2000nxs2",
"DJWarnOnIncompatible": true,
"DenyWAVCompletely": false,
"AllowReencodeForIncompatible": true,
"PreferredHighQualityTarget": "aiff",
"RemoveSourceAfterReencode": true
}