-
Notifications
You must be signed in to change notification settings - Fork 1
/
songs.pl
625 lines (625 loc) · 27.9 KB
/
songs.pl
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
:- discontiguous label/2.
:- discontiguous song/4.
label("rock music",0).
label("English",0).
label("Queen",0).
song("Love of My Life", "rock music", "English", "Queen").
label("chanson",0).
label("French",0).
label("Édith Piaf",0).
song("La Vie en rose", "chanson", "French", "Édith Piaf").
label("popular music",0).
song("Non, je ne regrette rien", "popular music", "French", "Édith Piaf").
song("Hymne à l'amour", "chanson", "French", "Édith Piaf").
label("nu metal",0).
label("Linkin Park",0).
song("Runaway", "nu metal", "English", "Linkin Park").
label("pop music",0).
label("German",0).
label("Guildo Horn",0).
song("Guildo hat euch lieb!", "pop music", "German", "Guildo Horn").
label("acid house",0).
label("Guru Josh",0).
song("Infinity", "acid house", "English", "Guru Josh").
label("Alizée",0).
song("Moi... Lolita", "pop music", "French", "Alizée").
label("country music",0).
label("Neil Diamond",0).
song("Solitary Man", "country music", "English", "Neil Diamond").
label("J-pop",0).
label("Japanese",0).
label("AKB48",0).
song("Sugar Rush", "J-pop", "Japanese", "AKB48").
label("synthpop",0).
label("Modern Talking",0).
song("Witchqueen of Eldorado", "synthpop", "English", "Modern Talking").
label("psychedelic folk",0).
label("Pink Floyd",0).
song("Cirrus Minor", "psychedelic folk", "English", "Pink Floyd").
label("puzzle video game",0).
label("Ollie McGill",0).
song("Dumb Ways to Die", "puzzle video game", "English", "Ollie McGill").
label("Emily Lubitz",0).
label("Australian English",0).
song("Shooting Star", "synthpop", "English", "Modern Talking").
label("electronic music",0).
label("Rihanna",0).
song("Diamonds", "electronic music", "English", "Rihanna").
label("hip hop",0).
label("Snoop Dogg",0).
song("Signs", "hip hop", "English", "Snoop Dogg").
label("Justin Timberlake",0).
label("Charlie Wilson",0).
label("grunge",0).
label("Silverchair",0).
song("Tomorrow", "grunge", "English", "Silverchair").
label("Jacques Brel",0).
song("Amsterdam", "chanson", "French", "Jacques Brel").
label("folk rock",0).
label("Led Zeppelin",0).
song("Stairway to Heaven", "folk rock", "English", "Led Zeppelin").
label("funk",0).
label("Michael Jackson",0).
song("Billie Jean", "funk", "English", "Michael Jackson").
label("baroque pop",0).
label("The Beatles",0).
song("Yesterday", "baroque pop", "English", "The Beatles").
label("Jean-Jacques Goldman",0).
song("Là-bas", "pop music", "French", "Jean-Jacques Goldman").
label("Sirima",0).
label("rhythm and blues",0).
song("Beat It", "rhythm and blues", "English", "Michael Jackson").
label("hard rock",0).
song("Mean Mr. Mustard", "rock music", "English", "The Beatles").
song("Octopus's Garden", "pop music", "English", "The Beatles").
label("psychedelic rock",0).
song("Because", "psychedelic rock", "English", "The Beatles").
label("art pop",0).
song("Sun King", "art pop", "English", "The Beatles").
song("Golden Slumbers", "rock music", "English", "The Beatles").
song("Polythene Pam", "rock music", "English", "The Beatles").
label("Britney Spears",0).
song("3", "pop music", "English", "Britney Spears").
label("Patti Page",0).
song("Tennessee Waltz", "country music", "English", "Patti Page").
song("The Battle of Evermore", "folk rock", "English", "Led Zeppelin").
song("Bron-Y-Aur Stomp", "folk rock", "English", "Led Zeppelin").
label("bossa nova",0).
label("Portuguese",0).
label("Antônio Carlos Jobim",0).
song("Água de Beber", "bossa nova", "Portuguese", "Antônio Carlos Jobim").
label("glam rock",0).
label("Racey",0).
song("Mickey", "glam rock", "English", "Racey").
song("Chapter 24", "art pop", "English", "Pink Floyd").
song("Ramble On", "folk rock", "English", "Led Zeppelin").
label("contemporary Christian music",0).
label("Secret Garden",0).
song("You Raise Me Up", "contemporary Christian music", "English", "Secret Garden").
song("Communication Breakdown", "hard rock", "English", "Led Zeppelin").
label("Latin pop",0).
label("Spanish",0).
label("José José",0).
song("El Triste", "Latin pop", "Spanish", "José José").
label("Hebrew",0).
label("Kaveret",0).
song("Natati La Khayay", "rock music", "Hebrew", "Kaveret").
label("Swedish",0).
label("Ulf Lundell",0).
song("Öppna landskap", "rock music", "Swedish", "Ulf Lundell").
label("art rock",0).
song("A Day in the Life", "art rock", "English", "The Beatles").
song("A Pillow of Winds", "psychedelic folk", "English", "Pink Floyd").
label("Christmas carol",0).
label("Celine Dion",0).
song("O Holy Night", "Christmas carol", "French", "Celine Dion").
label("Whitney Houston",0).
label("Mariah Carey",0).
label("Bing Crosby",0).
label("Tino Rossi",0).
label("Serge Gainsbourg",0).
song("Je t'aime... moi non plus", "pop music", "French", "Serge Gainsbourg").
label("Jane Birkin",0).
label("rocksteady",0).
label("Atomic Kitten",0).
song("The Tide Is High", "rocksteady", "English", "Atomic Kitten").
label("The Paragons",0).
label("folk pop",0).
song("Criminal", "folk pop", "English", "Britney Spears").
label("Beyoncé",0).
song("Single Ladies (Put a Ring on It)", "rhythm and blues", "English", "Beyoncé").
label("dance-pop",0).
song("Halo", "pop music", "English", "Beyoncé").
label("contemporary R&B",0).
song("The Song Remains the Same", "hard rock", "English", "Led Zeppelin").
label("electropop",0).
label("Lady Gaga",0).
song("Poker Face", "electropop", "English", "Lady Gaga").
label("Idina Menzel",0).
label("Lea Michele",0).
song("Bad Romance", "electropop", "English", "Lady Gaga").
label("The Doors",0).
song("The End", "psychedelic rock", "English", "The Doors").
label("Katy Perry",0).
song("I Kissed a Girl", "electropop", "English", "Katy Perry").
song("My Heart Will Go On", "pop music", "English", "Celine Dion").
song("California Gurls", "electropop", "English", "Snoop Dogg").
label("jazz",0).
label("Judy Garland",0).
song("Over the Rainbow", "jazz", "English", "Judy Garland").
label("ballad",0).
song("Firework", "dance-pop", "English", "Katy Perry").
label("Kesha",0).
song("Tik Tok", "electropop", "English", "Kesha").
label("Eurodance",0).
label("Sonny Boy Williamson II",0).
song("Bring It On Home", "hard rock", "English", "Sonny Boy Williamson II").
label("The Rolling Stones",0).
song("Live with Me", "hard rock", "English", "The Rolling Stones").
label("blues",0).
label("Adele",0).
song("Rolling in the Deep", "blues", "English", "Adele").
label("soul music",0).
song("Bohemian Rhapsody", "rock music", "English", "Queen").
song("Judas", "electropop", "English", "Lady Gaga").
label("USA for Africa",0).
song("We Are the Word", "pop music", "English", "USA for Africa").
song("Set Fire to the Rain", "pop music", "English", "Adele").
label("Schlager",0).
label("Nora Nova",0).
song("Man gewöhnt sich so schnell an das Schöne", "Schlager", "German", "Nora Nova").
label("Carly Rae Jepsen",0).
song("Call Me Maybe", "dance-pop", "English", "Carly Rae Jepsen").
label("teen pop",0).
song("Across the Universe", "pop music", "English", "The Beatles").
label("pop rock",0).
song("With a Little Help from My Friends", "pop rock", "English", "The Beatles").
label("Canzone Napoletana",0).
label("Neapolitan",0).
label("Mario Lanza",0).
song("Funiculì, Funiculà", "Canzone Napoletana", "Neapolitan", "Mario Lanza").
label("country blues",0).
song("I Me Mine", "country blues", "English", "The Beatles").
label("garage rock",0).
label("The Jimi Hendrix Experience",0).
song("Hey Joe", "garage rock", "French", "The Jimi Hendrix Experience").
label("The Leaves",0).
song("The Lemon Song", "rock music", "English", "Led Zeppelin").
song("Scheiße", "dance-pop", "German", "Lady Gaga").
label("rock and roll",0).
label("Ivory Joe Hunter",0).
song("Since I Met You Baby", "rock and roll", "English", "Ivory Joe Hunter").
song("Thriller", "pop music", "English", "Michael Jackson").
label("disco",0).
label("Dschinghis Khan",0).
song("Dschinghis Khan", "disco", "German", "Dschinghis Khan").
label("B.J. Thomas",0).
song("Hooked on a Feeling", "pop music", "English", "B.J. Thomas").
song("Part of Me", "dance-pop", "English", "Katy Perry").
label("power pop",0).
song("Radar", "electropop", "English", "Britney Spears").
label("Elton John",0).
song("Your Song", "pop music", "French", "Elton John").
label("Dixieland",0).
song("Good Company", "Dixieland", "English", "Queen").
label("experimental music",0).
song("Speak to Me", "experimental music", "English", "Pink Floyd").
label("Guns N’ Roses",0).
song("The Garden", "art rock", "English", "Guns N’ Roses").
label("Carola Häggkvist",0).
song("Invincible", "Schlager", "Swedish", "Carola Häggkvist").
label("heavy metal music",0).
song("Paradise City", "heavy metal music", "English", "Guns N’ Roses").
song("Hot n Cold", "pop music", "English", "Katy Perry").
label("Stratovarius",0).
song("Hunting High and Low", "heavy metal music", "English", "Stratovarius").
song("S.O.S.", "heavy metal music", "English", "Stratovarius").
song("The Kiss of Judas", "heavy metal music", "English", "Stratovarius").
song("Will the Sun Rise?", "heavy metal music", "English", "Stratovarius").
song("Father Time", "heavy metal music", "English", "Stratovarius").
song("A Million Light Years Away", "heavy metal music", "English", "Stratovarius").
label("power metal",0).
song("I'm a Slave 4 U", "rhythm and blues", "English", "Britney Spears").
song("Christmas Tree", "dance-pop", "English", "Lady Gaga").
label("Space Cowboy",0).
song("Drive My Car", "rock music", "English", "The Beatles").
label("Lily Allen",0).
song("The Fear", "electropop", "English", "Lily Allen").
label("Black Sabbath",0).
song("Iron Man", "heavy metal music", "English", "Black Sabbath").
song("Paranoid", "heavy metal music", "English", "Black Sabbath").
label("Jordy",0).
song("Dur dur d'être bébé!", "pop music", "French", "Jordy").
label("folk music",0).
label("Leonard Cohen",0).
song("Famous Blue Raincoat", "folk music", "English", "Leonard Cohen").
label("blues rock",0).
song("Voodoo Child", "blues rock", "English", "The Jimi Hendrix Experience").
label("Simon & Garfunkel",0).
song("El cóndor pasa (song)", "folk rock", "English", "Simon & Garfunkel").
song("I.R.S.", "hard rock", "English", "Guns N’ Roses").
label("The Who",0).
song("Odorono", "psychedelic rock", "English", "The Who").
label("contemporary folk music",0).
song("The Sound of Silence", "contemporary folk music", "English", "Simon & Garfunkel").
song("Wait", "folk rock", "English", "The Beatles").
label("Metallica",0).
song("The Unforgiven", "heavy metal music", "English", "Metallica").
label("Sandie Shaw",0).
song("Puppet on a String", "pop music", "English", "Sandie Shaw").
label("progressive rock",0).
song("The Prophet's Song", "progressive rock", "English", "Queen").
label("protest song",0).
song("War Pigs", "protest song", "English", "Black Sabbath").
song("Great King Rat", "hard rock", "English", "Queen").
song("What Is and What Should Never Be", "psychedelic rock", "English", "Led Zeppelin").
song("Your Time Is Gonna Come", "rock music", "English", "Led Zeppelin").
label("Slipknot",0).
song("Wait and Bleed", "nu metal", "English", "Slipknot").
song("On the Run", "electronic music", "English", "Pink Floyd").
label("classical music",0).
label("Sarah Brightman",0).
song("Amigos Para Siempre", "classical music", "Spanish", "Sarah Brightman").
label("José Carreras",0).
label("Catalan",0).
song("Blackbird", "folk music", "English", "The Beatles").
label("Plastic Ono Band",0).
song("Happy Xmas (War Is Over)", "rock music", "English", "Plastic Ono Band").
label("Christmas music",0).
label("Fats Domino",0).
song("The Fat Man", "rock and roll", "English", "Fats Domino").
label("boogie-woogie",0).
label("Norwegian",0).
label("Ketil Stokkan",0).
song("Brandenburger Tor", "Schlager", "Norwegian", "Ketil Stokkan").
label("Otis Rush",0).
song("I Can't Quit You Baby", "blues rock", "English", "Otis Rush").
label("show tune",0).
label("Mary Kay Bergman",0).
song("Blame Canada", "show tune", "English", "Mary Kay Bergman").
song("Dogs", "protest song", "English", "Pink Floyd").
song("Two of Us", "folk rock", "English", "The Beatles").
label("jump blues",0).
label("Roy Brown",0).
song("Good Rocking Tonight", "jump blues", "English", "Roy Brown").
song("One", "heavy metal music", "English", "Metallica").
label("thrash metal",0).
label("Lorie",0).
song("Week End", "pop rock", "French", "Lorie").
label("Madonna",0).
song("La Isla Bonita", "Latin pop", "English", "Madonna").
label("Pernilla Karlsson",0).
song("När jag blundar", "pop music", "Swedish", "Pernilla Karlsson").
label("Michel Polnareff",0).
song("La Poupée qui fait non", "pop music", "French", "Michel Polnareff").
song("What Do You Want from Me", "protest song", "English", "Pink Floyd").
label("Depeche Mode",0).
song("Stripped", "synthpop", "English", "Depeche Mode").
label("blue-eyed soul",0).
label("The Righteous Brothers",0).
song("Unchained Melody", "blue-eyed soul", "French", "The Righteous Brothers").
label("Anggun",0).
song("Echo (You and I)", "dance-pop", "French", "Anggun").
label("musical",0).
label("Julie Covington",0).
song("Don't Cry for Me Argentina", "musical", "English", "Julie Covington").
song("Heavy Metal Lover", "electropop", "English", "Lady Gaga").
label("Toto",0).
song("Africa", "pop music", "English", "Toto").
label("Cilla Black",0).
song("Step Inside Love", "folk rock", "English", "Cilla Black").
label("techno",0).
label("Scooter",0).
song("Army of Hardcore", "techno", "English", "Scooter").
song("Thank You", "rock music", "English", "Led Zeppelin").
song("Heartbreaker", "hard rock", "English", "Led Zeppelin").
label("Lou Gold",0).
song("Ain't She Sweet", "rock and roll", "English", "Lou Gold").
label("Tin Pan Alley",0).
label("Jessy Matador",0).
song("Allez Ola Olé", "pop music", "French", "Jessy Matador").
label("Harry Simeone",0).
song("The Little Drummer Boy", "Christmas carol", "English", "Harry Simeone").
label("Queens of the Stone Age",0).
song("Always on My Mind", "country music", "English", "Queens of the Stone Age").
label("Mylène Farmer",0).
song("XXL", "rock music", "French", "Mylène Farmer").
song("Yet Another Movie", "progressive rock", "English", "Pink Floyd").
song("Norwegian Wood", "contemporary folk music", "English", "The Beatles").
song("Hallelujah", "folk rock", "English", "Leonard Cohen").
song("Kashmir", "hard rock", "English", "Led Zeppelin").
label("Dutch",0).
label("Harry Belafonte",0).
song("Mary's Boy Child", "Christmas music", "Dutch", "Harry Belafonte").
song("Fångad av en stormvind", "Schlager", "Swedish", "Carola Häggkvist").
label("Bubblegum dance",0).
label("Smile.dk",0).
song("Butterfly", "Bubblegum dance", "English", "Smile.dk").
label("Ma Rainey",0).
song("See See Rider", "blues", "English", "Ma Rainey").
song("Your Love Is My Drug", "dance-pop", "English", "Kesha").
label("crunkcore",0).
song("Paparazzi", "electropop", "English", "Lady Gaga").
label("Paul McCartney",0).
song("Calico Skies", "rock music", "English", "Paul McCartney").
label("The Mamas & the Papas",0).
song("California Dreamin'", "pop rock", "English", "The Mamas & the Papas").
label("alternative rock",0).
label("Blue October",0).
song("Calling You", "alternative rock", "English", "Blue October").
label("jazz standard",0).
label("Tony Bennett",0).
song("I Can't Give You Anything but Love, Baby", "jazz standard", "English", "Tony Bennett").
song("Never Let Me Down Again", "synthpop", "English", "Depeche Mode").
song("Just Can't Get Enough", "synthpop", "English", "Depeche Mode").
label("King Diamond",0).
song("No Presents for Christmas", "thrash metal", "English", "King Diamond").
label("Jerry Lee Lewis",0).
song("Great Balls of Fire", "rock and roll", "English", "Jerry Lee Lewis").
label("Kim Wilde",0).
song("Cambodia", "synthpop", "English", "Kim Wilde").
label("Hi-NRG",0).
song("Hair", "Hi-NRG", "English", "Lady Gaga").
label("The Boomtown Rats",0).
song("I Don't Like Mondays", "rock music", "English", "The Boomtown Rats").
label("Ernie Sabella",0).
song("Can You Feel the Love Tonight", "pop music", "English", "Ernie Sabella").
label("Nathan Lane",0).
label("Joseph Williams",0).
label("Sally Dworsky",0).
label("soft rock",0).
label("REO Speedwagon",0).
song("Can't Fight This Feeling", "soft rock", "English", "REO Speedwagon").
label("Caramell",0).
song("Caramelldansen", "Eurodance", "Swedish", "Caramell").
label("The Beach Boys",0).
song("Heroes and Villains", "pop music", "English", "The Beach Boys").
song("I Walk to My Own Song", "heavy metal music", "English", "Stratovarius").
label("Pink",0).
song("So What", "pop rock", "English", "Pink").
song("Carry That Weight", "progressive rock", "English", "The Beatles").
label("Britpop",0).
label("Oasis",0).
song("Wonderwall", "Britpop", "English", "Oasis").
song("Liar", "hard rock", "English", "Queen").
label("Ted Nugent",0).
song("Cat Scratch Fever", "hard rock", "English", "Ted Nugent").
song("Save Me", "rock music", "English", "Queen").
label("Everly Brothers",0).
song("Cathy's Clown", "pop music", "English", "Everly Brothers").
song("Jugband Blues", "psychedelic folk", "English", "Pink Floyd").
label("Korean",0).
label("2NE1",0).
song("Hate You", "electropop", "Korean", "2NE1").
song("How Many More Times", "blues rock", "English", "Led Zeppelin").
song("Helter Skelter", "hard rock", "English", "The Beatles").
label("traditional heavy metal",0).
label("Koreana",0).
song("Hand in Hand", "pop music", "Korean", "Koreana").
song("Echoes", "progressive rock", "English", "Pink Floyd").
song("A New Machine", "progressive rock", "English", "Pink Floyd").
song("She's Leaving Home", "baroque pop", "English", "The Beatles").
song("Allan", "synthpop", "French", "Mylène Farmer").
song("Getting Better", "rock music", "English", "The Beatles").
song("Little Child", "rock and roll", "English", "The Beatles").
label("vispop",0).
label("Lasse Berghagen",0).
song("Teddybjörnen Fredriksson", "vispop", "Swedish", "Lasse Berghagen").
song("Breathe", "progressive rock", "English", "Pink Floyd").
label("freestyle music",0).
label("Selena",0).
song("Enamorada de Ti", "freestyle music", "Spanish", "Selena").
song("Good Morning Good Morning", "pop rock", "English", "The Beatles").
song("Paint Box", "psychedelic rock", "English", "Pink Floyd").
label("Italo disco",0).
label("Sabrina Salerno",0).
song("Boys", "Italo disco", "English", "Sabrina Salerno").
label("Indian classical music",0).
song("Within You Without You", "Indian classical music", "English", "The Beatles").
label("Ravi Shankar",0).
song("Like a Virgin", "dance-pop", "English", "Madonna").
label("Son cubano",0).
label("Compay Segundo",0).
song("Chan Chan", "Son cubano", "Spanish", "Compay Segundo").
label("space rock",0).
song("Set the Controls for the Heart of the Sun", "space rock", "English", "Pink Floyd").
label("Gwen Stefani",0).
song("Hollaback Girl", "hip hop", "English", "Gwen Stefani").
label("Tiny Bradshaw",0).
song("Train Kept A-Rollin'", "rock music", "English", "Tiny Bradshaw").
label("Swahili",0).
label("Boney M.",0).
song("Malaika", "pop music", "Swahili", "Boney M.").
label("easy listening",0).
label("Vicky Leandros",0).
song("L'amour est bleu", "easy listening", "French", "Vicky Leandros").
label("Greek",0).
label("Paso doble",0).
label("Samantha",0).
song("Eviva España", "Paso doble", "Dutch", "Samantha").
song("'39", "progressive rock", "English", "Queen").
song("Pigs on the Wing", "folk rock", "English", "Pink Floyd").
song("Take Up Thy Stethoscope and Walk", "psychedelic rock", "English", "Pink Floyd").
song("Speechless", "rock music", "English", "Lady Gaga").
label("Corinne Hermès",0).
song("Si la vie est cadeau", "chanson", "French", "Corinne Hermès").
label("Bessie Smith",0).
song("Saint Louis Blues", "blues", "English", "Bessie Smith").
label("Muddy Waters",0).
song("You Shook Me", "blues rock", "English", "Muddy Waters").
label("Ella Fitzgerald",0).
song("Let It Snow! Let It Snow! Let It Snow!", "Christmas music", "English", "Ella Fitzgerald").
label("Jessica Simpson",0).
song("Moby Dick", "blues rock", "English", "Led Zeppelin").
label("alternative metal",0).
label("System of a Down",0).
song("Boom!", "alternative metal", "English", "System of a Down").
label("Limp Bizkit",0).
song("My Way", "nu metal", "English", "Limp Bizkit").
label("Genesis",0).
song("The Musical Box", "progressive rock", "English", "Genesis").
song("Is This the World We Created...?", "protest song", "English", "Queen").
label("Samuel E. Wright",0).
song("Kiss the Girl", "pop music", "English", "Samuel E. Wright").
label("Calypso",0).
label("Piano rock",0).
song("The Bridge", "Piano rock", "English", "Elton John").
label("French house",0).
label("Stardust",0).
song("Music Sounds Better with You", "French house", "English", "Stardust").
song("Les Mots", "pop music", "French", "Mylène Farmer").
label("Seal",0).
song("Third Stone from the Sun", "psychedelic rock", "English", "The Jimi Hendrix Experience").
label("Bruce Springsteen",0).
song("No Surrender", "pop rock", "English", "Bruce Springsteen").
label("Ludacris",0).
song("Stand Up", "hip hop", "English", "Ludacris").
label("Shawnna",0).
song("My Love Is Your Love", "contemporary R&B", "English", "Whitney Houston").
song("Shine On You Crazy Diamond", "progressive rock", "English", "Pink Floyd").
label("ABBA",0).
song("Gimme! Gimme! Gimme!", "disco", "English", "ABBA").
song("Mother Nature's Son", "folk music", "English", "The Beatles").
label("house music",0).
song("Vogue", "house music", "English", "Madonna").
song("For Whom the Bell Tolls", "protest song", "English", "Metallica").
label("Nirvana",0).
song("In Bloom", "grunge", "English", "Nirvana").
song("Lithium", "protest song", "English", "Nirvana").
song("Wish You Were Here", "progressive rock", "English", "Pink Floyd").
song("Red House", "blues", "English", "The Jimi Hendrix Experience").
label("Barry Manilow",0).
song("Copacabana", "disco", "English", "Barry Manilow").
song("White Christmas", "Christmas music", "English", "Bing Crosby").
label("Robert Johnson",0).
song("Dust My Broom", "blues", "English", "Robert Johnson").
label("Pearl Jam",0).
song("State of Love and Trust", "grunge", "English", "Pearl Jam").
song("Erotica", "pop music", "English", "Madonna").
label("Gino Santercole",0).
song("South of the Border", "popular music", "English", "Gino Santercole").
label("Aerosmith",0).
song("Crazy", "blues rock", "English", "Aerosmith").
song("When I'm Sixty-Four", "jazz", "English", "The Beatles").
song("Cross Road Blues", "blues", "English", "Robert Johnson").
label("reggae",0).
label("Tina Turner",0).
song("Don't Turn Around", "reggae", "English", "Tina Turner").
label("Tommy James and the Shondells",0).
song("Mony Mony", "rock music", "English", "Tommy James and the Shondells").
label("One Direction",0).
song("Kiss You", "power pop", "English", "One Direction").
label("Nat King Cole",0).
song("Smile", "soul music", "English", "Nat King Cole").
song("Future Shock", "heavy metal music", "English", "Stratovarius").
label("Totò",0).
song("Malafemmena", "Canzone Napoletana", "Neapolitan", "Totò").
song("I'm Walkin'", "rhythm and blues", "English", "Fats Domino").
song("Danny Boy", "folk music", "English", "The Beach Boys").
label("Nightwish",0).
song("Walking in the Air", "Christmas music", "English", "Nightwish").
label("Survivor",0).
song("Eye of the Tiger", "rock music", "French", "Survivor").
label("Dire Straits",0).
song("Money for Nothing", "rock music", "English", "Dire Straits").
label("Christopher Cross",0).
song("Sailing", "soft rock", "English", "Christopher Cross").
label("Noir Désir",0).
song("Le vent nous portera", "alternative rock", "French", "Noir Désir").
song("Misfire", "rock music", "English", "Queen").
song("My Fairy King", "progressive rock", "English", "Queen").
label("Die Ärzte",0).
song("Mach die Augen zu", "pop rock", "German", "Die Ärzte").
song("Only a Northern Song", "psychedelic rock", "English", "The Beatles").
label("electronica",0).
label("Sammy Davis, Jr.",0).
song("Singin' in the Rain", "electronica", "English", "Sammy Davis, Jr.").
label("Bob Marley",0).
song("War", "protest song", "English", "Bob Marley").
song("Ponytail to Shushu", "J-pop", "Japanese", "AKB48").
label("Fergie",0).
song("Do-Re-Mi", "show tune", "English", "Fergie").
label("will.i.am",0).
label("Louis Prima",0).
song("Sing, Sing, Sing", "jazz", "English", "Louis Prima").
label("new wave music",0).
label("Culture Club",0).
song("Do You Really Want to Hurt Me", "new wave music", "English", "Culture Club").
song("Please Let Me Wonder", "pop music", "English", "The Beach Boys").
label("Nina Simone",0).
song("Don't Let Me Be Misunderstood", "jazz", "English", "Nina Simone").
label("progressive house music",0).
label("Swedish House Mafia",0).
song("Don't You Worry Child", "progressive house music", "English", "Swedish House Mafia").
label("John Martin",0).
label("Sugababes",0).
song("Stronger", "rhythm and blues", "English", "Sugababes").
song("Dig It", "rock music", "English", "The Beatles").
label("Woody Guthrie",0).
song("This Land Is Your Land", "protest song", "English", "Woody Guthrie").
label("American folk music",0).
song("Yer Blues", "pop music", "English", "The Beatles").
label("John Lennon",0).
song("God", "protest song", "English", "John Lennon").
song("The Impossible Dream (The Quest)", "ballad", "French", "Jacques Brel").
song("Green Is the Colour", "psychedelic folk", "English", "Pink Floyd").
song("The Dogs of War", "protest song", "English", "Pink Floyd").
song("Pourvu qu'elles soient douces", "synthpop", "French", "Mylène Farmer").
song("L'Âme-stram-gram", "techno", "French", "Mylène Farmer").
song("Piggies", "baroque pop", "English", "The Beatles").
song("Honey Pie", "rock music", "English", "The Beatles").
song("Crying Song", "psychedelic folk", "English", "Pink Floyd").
label("acid rock",0).
song("Savoy Truffle", "acid rock", "English", "The Beatles").
song("The Fool on the Hill", "baroque pop", "English", "The Beatles").
song("Music", "synthpop", "English", "Madonna").
song("No Reply", "rock music", "English", "The Beatles").
song("Wild Honey Pie", "pop music", "English", "The Beatles").
label("Chesney Hawkes",0).
song("The One and Only", "pop rock", "English", "Chesney Hawkes").
song("Ces Gens-Là", "chanson", "French", "Jacques Brel").
song("Oh Yoko!", "rock music", "English", "John Lennon").
label("Arthur Alexander",0).
song("Anna", "soul music", "English", "Arthur Alexander").
song("Bleu Noir", "pop rock", "French", "Mylène Farmer").
label("electronic rock",0).
label("instrumental music",0).
label("The Tornados",0).
song("Telstar", "electronic rock", "instrumental music", "The Tornados").
song("Everybody's Got Something to Hide Except Me and My Monkey", "pop music", "English", "The Beatles").
song("The Continuing Story of Bungalow Bill", "pop music", "English", "The Beatles").
label("Neil Young",0).
song("Hey Hey, My My (Into the Black)", "rock music", "English", "Neil Young").
label("Crazy Horse",0).
song("Another Brick in the Wall", "progressive rock", "English", "Pink Floyd").
label("Stephen Foster",0).
song("Oh! Susanna", "contemporary folk music", "English", "Stephen Foster").
label("polka",0).
label("minstrel show",0).
song("Don't Bother Me", "rock and roll", "English", "The Beatles").
label("soundtrack",0).
label("Ilene Woods",0).
song("A Dream Is a Wish Your Heart Makes", "soundtrack", "English", "Ilene Woods").
label("Disney Channel Circle of Stars",0).
label("Village People",0).
song("Y.M.C.A.", "disco", "English", "Village People").
label("Peter Gabriel",0).
song("Sledgehammer", "rock music", "English", "Peter Gabriel").
song("Matilda Mother", "art pop", "English", "Pink Floyd").
label("Deep Purple",0).
song("Space Truckin'", "hard rock", "English", "Deep Purple").
song("Sympathy for the Devil", "rock music", "English", "The Rolling Stones").
song("Being for the Benefit of Mr. Kite!", "psychedelic rock", "English", "The Beatles").
song("Magical Mystery Tour", "psychedelic rock", "English", "The Beatles").
label("Ary Barroso",0).
song("Aquarela do Brasil", "disco", "Portuguese", "Ary Barroso").
label("Jennifer Lopez",0).
song("(What Is) Love?", "electropop", "English", "Jennifer Lopez").
label("music hall",0).
song("Martha My Dear", "music hall", "English", "The Beatles").
song("1983... (A Merman I Should Turn to Be)", "psychedelic rock", "English", "The Jimi Hendrix Experience").
song("Lonely Lisa", "dance-pop", "French", "Mylène Farmer").
label("Chumbawamba",0).
song("On Ebay", "alternative rock", "English", "Chumbawamba").
label("anarcho-punk",0).
song("When the Levee Breaks", "blues rock", "English", "The Beatles").