-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonglist.json
More file actions
62 lines (62 loc) · 1.39 KB
/
songlist.json
File metadata and controls
62 lines (62 loc) · 1.39 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"title": "YYZ",
"artist": "Rush",
"genres": ["Rock", "Instrumental"],
"year": 1981
},
{
"title": "Roll the Bones",
"artist": "Rush",
"genres": ["Rock", "Progressive Rock"],
"year": 1991
},
{
"title": "Red Barchetta",
"artist": "Rush",
"genres": ["Rock", "Progressive Rock"],
"year": 1981
},
{
"title": "Test for Echo",
"artist": "Rush",
"genres": ["Hard Rock", "Progressive Rock", "Rock"],
"year": 1996
},
{
"title": "The Analog Kid",
"artist": "Rush",
"genres": ["Rock", "Progressive Rock"],
"year": 1982
},
{
"title": "Famous Friends",
"artist": "Chris Young",
"genres": ["Country", "Rock"],
"year": 2020
},
{
"title": "As Good as I Once Was",
"artist": "Toby Keith",
"genres": ["Country"],
"year": 2005
},
{
"title": "The Wellerman",
"artist": "The Longest Johns",
"genres": ["Sea Shanty"],
"year": 2018
},
{
"title": "Bones in the Ocean",
"artist": "The Longest Johns",
"genres": ["Sea Shanty"],
"year": 2013
},
{
"title": "Drunken Sailor",
"artist": "The Longest Johns",
"genres": ["Sea Shanty"],
"year": 2016
}
]