-
Notifications
You must be signed in to change notification settings - Fork 65
/
music.json
45 lines (45 loc) · 1.21 KB
/
music.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
37
38
39
40
41
42
43
44
45
[
{
"name":"Doctor Oidar",
"albums":[
{
"title":"The Queen of Lambs",
"songs":[
{
"title":"Onion",
"length":"5:15"
},
{
"title":"Good Evening, Mr Sparrow",
"length":"4:41"
},
{
"title":"Slowly He Turned",
"length":"4:27"
},
{
"title":"Will",
"length":"3:13"
},
{
"title":"Vauxhall Rose",
"length":"5:01"
},
{
"title":"Mutex",
"length":"4:47"
},
{
"title":"Betray the Spirit",
"length":"4:50"
},
{
"title":"Delimiter",
"length":"5:20"
}
],
"description":"\n\tThe Queen of Lambs is the eighth studio album by Belgian rock band Doctor Oidar, produced by Harry Stanpoor."
}
]
}
]