-
Notifications
You must be signed in to change notification settings - Fork 2
/
playlists.json
36 lines (36 loc) · 1.13 KB
/
playlists.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
{
"playlists": [
{
"name": "crimson",
"filePath": "E:\\src\\playgen\\playlists\\crimson-playlist.txt",
"description": "Crimson Blues and solo works by Mark 'Mississippi Slide' Jeghers",
"redundantTitleThreshold": 20,
"partialTitleDelimiters": "(,/",
"redundantArtistThreshold": 0
},
{
"name": "johnson",
"filePath": "E:\\src\\playgen\\playlists\\johnson-playlist.txt",
"description": "Songs by Robert Johnson",
"redundantTitleThreshold": 0,
"partialTitleDelimiters": "",
"redundantArtistThreshold": 0
},
{
"name": "retro",
"filePath": "E:\\src\\playgen\\playlists\\retro-playlist.txt",
"description": "Retro Blues songs from pre-War years",
"redundantTitleThreshold": 10,
"partialTitleDelimiters": "",
"redundantArtistThreshold": 4
},
{
"name": "jingles",
"filePath": "E:\\src\\playgen\\jingles-playlist.txt",
"description": "All of the jingles",
"redundantTitleThreshold": 0,
"partialTitleDelimiters": "",
"redundantArtistThreshold": 0
}
]
}