]> git.sesse.net Git - ccbs/blobdiff - parse/parse-ddreurope-tournament.pl
Add error template.
[ccbs] / parse / parse-ddreurope-tournament.pl
index 6c42f5794eab8b366ca452ac38fdefaf38201b0e..1a55afb42abbcd3bf53c7108de8bfd1729de5a23 100644 (file)
@@ -6,7 +6,7 @@ use Date::Manip;
 # Parses tournament results from the DDR Europe result list
 
 my $season = shift;
-my ($name, $round, @rsongs);
+my ($name, $round, $group, $player, $position, @rsongs);
 die "Missing season (give on command line)." if (!defined($season));
 
 print "begin;\n";
@@ -36,6 +36,57 @@ while (<>) {
                print "    (SELECT scoringsystem FROM scoringsystems WHERE name='$system')\n";
                print ");\n";
        }
+       
+       # Player's results (header)
+       if (/^ <tr><td \s* class=dtd> .*? class="link"> (.*?) <\/a> $/x) {
+               $player = $1;
+
+               # Woot, evil
+               printf "INSERT INTO players SELECT nextval('players_player_seq') AS player, '%s' AS nick WHERE '%s' NOT IN ( SELECT nick FROM players );\n", $player, $player;
+               
+               printf "INSERT INTO roundparticipation (tournament, round, parallel, player, position) VALUES (\n";
+               print "   (SELECT tournament FROM tournaments WHERE name='$name'),\n";
+               print "   $round, $group,\n";
+               print "   (SELECT player FROM players WHERE nick='$player'),\n";
+               print "   $position\n";
+               print ");\n";
+               ++$position;
+       }
+
+       # Player's results (score)
+       if (/<td \s* class=dtdm>/x) {
+               my $i = 0;
+
+               # random songs
+               while (s/<td \s* class=dtdm> (\d+) <\/td>//x) {
+                       printf "INSERT INTO scores (tournament, round, parallel, player, songnumber, song, chosen, score) VALUES (\n";
+                       print "   (SELECT tournament FROM tournaments WHERE name='$name'),\n";
+                       print "   $round, $group,\n";
+                       print "   (SELECT player FROM players WHERE nick='$player'),\n";
+                       print "   $i,\n";
+                       print "   (SELECT song FROM songs WHERE lower(title)=lower('$rsongs[$i]')),\n";
+                       print "   'f',\n";
+                       print "   $1);\n";
+                       ++$i;
+               }
+
+               # chosen songs
+               while (s/<td \s* class=dtdsong> .*? class="link"> (.*?) <\/a> .*? <td \s* class=dtdscore> (\d+) <\/td>//x) {
+                       my $song = song_map($1);
+                       my $score = $2;
+                       $song =~ s/'/\\'/g;
+               
+                       printf "INSERT INTO scores (tournament, round, parallel, player, songnumber, song, chosen, score) VALUES (\n";
+                       print "   (SELECT tournament FROM tournaments WHERE name='$name'),\n";
+                       print "   $round, $group,\n";
+                       print "   (SELECT player FROM players WHERE nick='$player'),\n";
+                       print "   $i,\n";
+                       print "   (SELECT song FROM songs WHERE lower(title)=lower('$song')),\n";
+                       print "   't',\n";
+                       print "   $score);\n";
+                       ++$i;
+               }
+       }
 
        # New round
        if (/<h3 \s* class=dthr> Round \s* (\d+) \s* <\/h3>/x) {
@@ -49,11 +100,13 @@ while (<>) {
        }
        
        # New group, and the random songs for it
-       if (/<th \s* class=dthp> ( Players | Group (\d+) )<\/th>/x) {
+       if (/<th \s* class=dthp> ( Players | Group \s* (\d+) )<\/th>/x) {
                # bit of an evil hack here
-               my $group = $2;
+               $group = $2;
                $group = 0 if ($1 eq 'Players');
 
+               $position = 1;
+
                print "INSERT INTO groups (tournament, round, parallel) VALUES (\n";
                print "   (SELECT tournament FROM tournaments WHERE name='$name'),\n";
                print "   $round, $group);\n";
@@ -62,11 +115,8 @@ while (<>) {
                @rsongs = ();
 
                while (s/<th \s* class=dthpsong> .*? "color:white"> (.*?) <\/a><\/th>//x) {
-                       my $song = $1;
-                       
-                       # different names for songs
-                       $song =~ s/Paranoia -Rebirth-/PARANOiA Rebirth/;
-                       $song =~ s/The Center of the heart/The Centre of the Heart (Stonebridge Club Mix)/;
+                       my $song = song_map($1);
+                       $song =~ s/'/\\'/g;
                
                        push @rsongs, $song;
 
@@ -83,12 +133,49 @@ while (<>) {
                print "  round=$round;\n";
        }
 
-       # Header for chosen song
+       # Header for chosen song (evil)
        if (/<th \s* class=dthp \s* colspan=2>&nbsp<\/th>/x) {
-               printf "UPDATE rounds SET chosensongs=chosensongs+1 WHERE \n";
+               printf "UPDATE rounds SET chosensongs=1 WHERE \n";
                print "  tournament=(SELECT tournament FROM tournaments WHERE name='$name') AND \n";
                print "  round=$round;\n";
        }
+
 }
 
 printf "commit;\n";
+
+# different names for songs
+sub song_map {
+       my $song = shift;
+
+       $song =~ s/Paranoia -Rebirth-/PARANOiA Rebirth/;
+       $song =~ s/The Center of the heart/The Centre of the Heart (Stonebridge Club Mix)/;
+       $song =~ s/Can't stop falling in love/Can't Stop Fallin' in Love/;
+       $song =~ s/B4U -B4 ZA Beat Mix-/B4U (B4 Za Beat Mix)/;
+       $song =~ s/Jam Jam Reggae/Jam Jam Reggae (AM Swing Mix)/;
+       $song =~ s/Trip Machine -Climax-/Trip Machine Climax/;
+       $song =~ s/Dont try to stop it/Don't Try to Stop It/;
+       $song =~ s/Healing Vision -AM-/Healing Vision (Angelic Mix)/;
+       $song =~ s/5,6,7,8/5, 6, 7, 8/;
+       $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/;
+       $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;
+}