forked from vinayak-7-0-3/Tidal-DL-Telegram
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.tidal-dl.json
28 lines (28 loc) · 837 Bytes
/
.tidal-dl.json
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
{
"addAlbumIDBeforeFolder": false,
"addExplicitTag": false,
"addHyphen": true,
"addLyrics": true,
"addTypeFolder": false,
"addYear": false,
"albumFolderFormat": "{ArtistName}/{Flag} {AlbumTitle} [{AlbumID}] [{AlbumYear}]",
"apiKeyIndex": 4,
"artistBeforeTitle": false,
"audioQuality": "Master",
"checkExist": false,
"downloadPath": "./bot/DOWNLOADS",
"includeEP": true,
"language": 0,
"lyricFile": true,
"lyricsServerProxy": "",
"multiThreadDownload": true,
"onlyM4a": false,
"saveAlbumInfo": true,
"saveCovers": true,
"showProgress": false,
"showTrackInfo": false,
"trackFileFormat": "{TrackTitle} - {ArtistName} - {AlbumYear}",
"usePlaylistFolder": false,
"useTrackNumber": false,
"videoQuality": "P360"
}