-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjson_template.json
More file actions
75 lines (75 loc) · 1.61 KB
/
json_template.json
File metadata and controls
75 lines (75 loc) · 1.61 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"music": [
{
"id": "0000",
"udio_id": null,
"artist": null,
"title": null,
"prompt": null,
"plays": 0,
"song_path": null,
"tags": [
{
"genres": [
],
"moods": [
]
}
],
"duration": null,
"bpm": null
},
{
"id": "0001",
"udio_id": "fbe6fcb0-a919-40c6-8ffb-ec0e76699ef5",
"artist": "meaton",
"title": "Echoes of Serenity",
"prompt": "Orchestral Ambient Music for deep Focus and Relaxation",
"plays": 0,
"song_path": "https://storage.googleapis.com/udio-artifacts-c33fe3ba-3ffe-471f-92c8-5dfef90b3ea3/samples/dafc02144b194d47b4100ec34ecdba68/1/Echoes%2520of%2520Serenity.mp3",
"tags": [
{
"genres": [
"classical music",
"western classical music",
"modern classical",
"ambient",
"instrumental"
],
"moods": [
"brooding",
"atmospheric",
"melancholic",
"calm",
"peaceful"
]
}
],
"duration": 32,
"bpm": null
},
{
"id": "0002",
"udio_id": null,
"artist": "Thomas Newman",
"title": "Rock Island 1931",
"prompt": null,
"plays": 0,
"song_path": "./1.wav",
"tags": [
{
"genres": [
"soundtrack",
"orchestral soundtrack",
"instrumental"
],
"moods": [
"rousing"
]
}
],
"duration": 202,
"bpm": 140
}
]
}