]> git.sesse.net Git - ccbs/commitdiff
Add more song aliases.
authorSteinar H. Gunderson <sesse@samfundet.no>
Sun, 13 Feb 2005 19:12:15 +0000 (19:12 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Sun, 13 Feb 2005 19:12:15 +0000 (19:12 +0000)
parse/parse-ddreurope-tournament.pl

index e838dd61fa33c834be20f9e84262113a424693ed..09f428ab35a1d8adcb2efad160f12e3cfdb6ab77 100644 (file)
@@ -156,6 +156,12 @@ sub song_map {
        $song =~ s/Keep On Movin/Keep On Movin'/;
        $song =~ s/So Deep/So Deep (Perfect Sphere Mix)/;
        $song =~ s/Aarons Party/Aaron's Party (Come Get It)/;
+       $song =~ s/Candy \*/Candy/;
+       $song =~ s/www\.blondie girl/www.blonde girl (MOMO Mix)/;
+       $song =~ s/DXY/DXY!/;
+       $song =~ s/Burning the floor/Burnin' the Floor/;
+       $song =~ s/Never Gonna Make/Never Gonna Make (Factory Team Mix)/;
+       $song =~ s/Max300/Max 300/;
 
        return $song;
 }