]> git.sesse.net Git - ccbs/blobdiff - parse/parse-ddreurope-tournament.pl
Added even more song mappings.
[ccbs] / parse / parse-ddreurope-tournament.pl
index 09f428ab35a1d8adcb2efad160f12e3cfdb6ab77..83b95f226f5fb0b2bd80f40c31860e8824868f41 100644 (file)
@@ -162,6 +162,16 @@ sub song_map {
        $song =~ s/Burning the floor/Burnin' the Floor/;
        $song =~ s/Never Gonna Make/Never Gonna Make (Factory Team Mix)/;
        $song =~ s/Max300/Max 300/;
+       $song =~ s/Era/era (nostalmix)/;
+       $song =~ s/Electro Tuned/Electro Tuned (the SubS Mix)/;
+       $song =~ s/Make a Jam/Make A Jam!/;
+       $song =~ s/Paranoia KCET -clean mix-/Paranoia KCET (Clean Mix)/;
+       $song =~ s/Cant Stop -Speed Mix-/Can't Stop Fallin' in Love (SPEED MIX)/;
+       $song =~ s/Love This Feelin/Love This Feelin'/;
+       $song =~ s/Trip Machine -Luv mix-/Trip Machine (Luv Mix)/;
+       $song =~ s/Let The Beat Hit Them/Let the Beat Hit 'em!/;
+       $song =~ s/Luv To Me/Luv to Me (AMD Mix)/;
+       $song =~ s/20 November/20th November/;
 
        return $song;
 }