-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSongs.json
142 lines (142 loc) · 4.03 KB
/
Songs.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
[
{
"album_id": 1,
"artist_address": "0xd6f998affe8ab2ded891178a09f4aff7be682a56a03a3fdf1cf8bc655cbfcfc2",
"name": "Song's Name",
"duration": 300,
"num_likes": 1000,
"current_price": 1,
"date": "2023/12/10",
"cid": "CID Link",
"num_streams": 1200,
"genre": "Rock",
"previewStart": 0,
"previewEnd": 120
},
{
"album_id": 1,
"artist_address": "0xd6f998affe8ab2ded891178a09f4aff7be682a56a03a3fdf1cf8bc655cbfcfc2",
"name": "Another Song",
"duration": 300,
"num_likes": 900,
"current_price": 1,
"date": "2023/12/10",
"cid": "CID Link 2",
"num_streams": 800,
"genre": "Pop",
"previewStart": 0,
"previewEnd": 120
},
{
"album_id": 1,
"artist_address": "0xd6f998affe8ab2ded891178a09f4aff7be682a56a03a3fdf1cf8bc655cbfcfc2",
"name": "Rock Anthem",
"duration": 300,
"num_likes": 1200,
"current_price": 1,
"date": "2023/12/10",
"cid": "CID Link 3",
"num_streams": 1500,
"genre": "Rock",
"previewStart": 0,
"previewEnd": 120
},
{
"album_id": 1,
"artist_address": "0xd6f998affe8ab2ded891178a09f4aff7be682a56a03a3fdf1cf8bc655cbfcfc2",
"name": "Upbeat Vibes",
"duration": 300,
"num_likes": 800,
"current_price": 1,
"date": "2023/12/10",
"cid": "CID Link 4",
"num_streams": 900,
"genre": "Pop",
"previewStart": 0,
"previewEnd": 120
},
{
"album_id": 1,
"artist_address": "0xd6f998affe8ab2ded891178a09f4aff7be682a56a03a3fdf1cf8bc655cbfcfc2",
"name": "Instrumental Harmony",
"duration": 300,
"num_likes": 1500,
"current_price": 1,
"date": "2023/12/10",
"cid": "CID Link 5",
"num_streams": 1800,
"genre": "Instrumental",
"previewStart": 0,
"previewEnd": 120
},
{
"album_id": 1,
"artist_address": "0xd6f998affe8ab2ded891178a09f4aff7be682a56a03a3fdf1cf8bc655cbfcfc2",
"name": "Epic Ballad",
"duration": 300,
"num_likes": 1100,
"current_price": 1,
"date": "2023/12/10",
"cid": "CID Link 6",
"num_streams": 1300,
"genre": "Ballad",
"previewStart": 0,
"previewEnd": 120
},
{
"album_id": 1,
"artist_address": "0xd6f998affe8ab2ded891178a09f4aff7be682a56a03a3fdf1cf8bc655cbfcfc2",
"name": "Jazzy Groove",
"duration": 300,
"num_likes": 950,
"current_price": 1,
"date": "2023/12/10",
"cid": "CID Link 7",
"num_streams": 1000,
"genre": "Jazz",
"previewStart": 0,
"previewEnd": 120
},
{
"album_id": 1,
"artist_address": "0xd6f998affe8ab2ded891178a09f4aff7be682a56a03a3fdf1cf8bc655cbfcfc2",
"name": "Funky Rhythm",
"duration": 300,
"num_likes": 850,
"current_price": 1,
"date": "2023/12/10",
"cid": "CID Link 8",
"num_streams": 950,
"genre": "Funk",
"previewStart": 0,
"previewEnd": 120
},
{
"album_id": 1,
"artist_address": "0xd6f998affe8ab2ded891178a09f4aff7be682a56a03a3fdf1cf8bc655cbfcfc2",
"name": "Acoustic Serenade",
"duration": 300,
"num_likes": 1200,
"current_price": 1,
"date": "2023/12/10",
"cid": "CID Link 9",
"num_streams": 1400,
"genre": "Acoustic",
"previewStart": 0,
"previewEnd": 120
},
{
"album_id": 1,
"artist_address": "0xd6f998affe8ab2ded891178a09f4aff7be682a56a03a3fdf1cf8bc655cbfcfc2",
"name": "Electronic Dreams",
"duration": 300,
"num_likes": 1000,
"current_price": 1,
"date": "2023/12/10",
"cid": "CID Link 10",
"num_streams": 1100,
"genre": "Electronic",
"previewStart": 0,
"previewEnd": 120
}
]