forked from badumbass/Qo-DL-Reborn
-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json
36 lines (36 loc) · 926 Bytes
/
config.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
29
30
31
32
33
34
35
36
{
"creds":{
"email": "",
"password": ""
},
"prefs":{
"quality": 4,
"keep_cover": false,
"cover_size": 4,
"download_dir": "",
"embed_cover": true,
"filename_template": "{trackpadded}. {title}",
"tags":{
"album": true,
"albumartist": true,
"artist": true,
"comment": "",
"composer": false,
"discnumber": false,
"disctotal": false,
"copyright": false,
"upc": true,
"date": false,
"genre": false,
"isrc": true,
"label": false,
"performer": false,
"title": true,
"tracknumber": true,
"trackpadded": false,
"tracktotal": true,
"url": false,
"year": true
}
}
}