-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsoundboardio.json
More file actions
159 lines (159 loc) · 3.86 KB
/
soundboardio.json
File metadata and controls
159 lines (159 loc) · 3.86 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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "Pulp Fiction",
"shortName": "pulp-fiction",
"description": "Does he look like a bitch?",
"story": [
"Pulp Fiction is a 1994 film directed by Quentin Tarantino, known for its nonlinear storytelling and stylized violence.",
"The movie weaves together several interconnected stories involving gangsters, hitmen, and other morally complex characters, set against a darkly comedic backdrop.",
"Its iconic dialogue, memorable scenes, and eclectic soundtrack have cemented it as a classic in modern cinema and a defining work of Tarantino's career."
],
"color": "#943100",
"rootUrl": "sounds/",
"author": {
"name": "AquaSoup",
"url": "https://aquasoup.com"
},
"lang": "en",
"version": "1.0.0",
"icons": [
{
"src": "/icons/og-image.jpg",
"sizes": "583x330",
"type": "image/jpeg"
},
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"purpose": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"tiles": [
{
"name": "Yes!",
"filename": "yes.mp3"
},
{
"name": "No no no",
"filename": "nono.mp3"
},
{
"name": "Finished",
"filename": "sayin-2.mp3"
},
{
"name": "STFU",
"filename": "stfu.mp3"
},
{
"name": "STFU, fat man",
"filename": "stfufat.mp3"
},
{
"name": "Correct!",
"filename": "correct.mp3"
},
{
"name": "What's the matter?",
"filename": "matter.mp3"
},
{
"name": "What country you from?",
"filename": "countryfrom.mp3",
"tags": [
"Country"
]
},
{
"name": "What ain't no country",
"filename": "countryfrom-2.mp3",
"tags": [
"Country"
]
},
{
"name": "You speak English in What?",
"filename": "countryfrom-3.mp3",
"tags": [
"Country"
]
},
{
"name": "English mother-fucker",
"filename": "engspeak.mp3",
"tags": [
"Country"
]
},
{
"name": "Righteous man",
"filename": "ezk2517-2.mp3",
"tags": [
"Ezekiel"
]
},
{
"name": "I lay my vengeance upon you",
"filename": "ezk2517-8.mp3",
"tags": [
"Ezekiel"
]
},
{
"name": "Asking you a goddam think",
"filename": "askinu.mp3"
},
{
"name": "Big Kahuna Burger",
"filename": "bigkahb.mp3"
},
{
"name": "Tasty burger",
"filename": "tastyb.mp3"
},
{
"name": "How you doin' baby?",
"filename": "howdoin.mp3"
},
{
"name": "Does he look like a bitch?",
"filename": "marclook-3.mp3"
},
{
"name": "Does he look like a bitch??",
"filename": "marclook-4.mp3"
},
{
"name": "I'm a mushroom-cloud-layin'",
"filename": "mushroom.mp3"
},
{
"name": "Nervous",
"filename": "nervous-2.mp3"
},
{
"name": "Say what again!",
"filename": "saywhat.mp3"
}
],
"references": [
{
"name": "Pulp Fiction",
"source": "IMDB",
"url": "https://www.imdb.com/title/tt0110912/"
}
],
"lyrics": [
"You ever read the Bible, Brett?",
"There's a passage I got memorized, seems appropriate for this situation: Ezekiel 25:17.",
"The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men.",
"Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children.",
"And I will strike down upon thee with great vengeance and furious anger those who attempt to poison and destroy my brothers.",
"And you will know my name is the Lord when I lay my vengeance upon you."
]
}