hey, i looked over the dats manually and there are more matches then just 1 ! u must be doing something wrong

just look at the dats manually almost every game i checked manually had a match in the other dat file just have look at it manually. Maybe ure parsing the file wrong. I'll look into it at as well but i have no clue how i should parse the dat files programmaticly will have to think about it.
gooddat :game (
name "Ballblazer (1984) (Atari-Lucasfilm Games)"
description "Ballblazer (1984) (Atari-Lucasfilm Games)"
year ""
manufacturer ""
rom ( name "Ballblazer (1984) (Atari-Lucasfilm Games) [a1].bin" size 32768 crc 94d97d14 )
rom ( name "Ballblazer (1984) (Atari-Lucasfilm Games).bin" size 32768 crc def2a207 )
)nointro :game (
name "Ballblazer (U)"
description "Ballblazer (U)"
rom ( name "Ballblazer (U).a52" size 32768 crc def2a207 md5 f5cd178cbea0ae7d8cf65b30cfd04225 )
)
gooddat:
game (
name "Astro Chase (1982) (Parker Bros-First Star Software)"
description "Astro Chase (1982) (Parker Bros-First Star Software)"
year ""
manufacturer ""
rom ( name "Astro Chase (1982) (Parker Bros-First Star Software).bin" size 16384 crc 4019ecec )
)
nointro :
game (
name "Astro Chase (U)"
description "Astro Chase (U)"
rom ( name "Astro Chase (U).a52" size 16384 crc 4019ecec md5 bae7c1e5eb04e19ef8d0d0b5ce134332 )
)
...but basicly this is what u have to do :
for each gooddats game filename see if the movie exists (filename with changed extension to avi) if it does exists find the crc entry in the nointro file (u'll have to loop through all games over and over again, until u find a match) if a match is found rename the avi movie gooddat filename with changed avi extension to the nointro game's name with changed avi extension.
lets take the example of ballblaze:
suppose we have a movie filename named : Ballblazer (1984) (Atari-Lucasfilm Games).avi what we do is
we take the first game entry from good dat : Ballblazer (1984) (Atari-Lucasfilm Games) [a1].bin
we change the extension to avi : Ballblazer (1984) (Atari-Lucasfilm Games) [a1].avi
we see if the avi file exists : no it doesn't ok goto next entry in gooddat
we take next entry from good dat : Ballblazer (1984) (Atari-Lucasfilm Games).bin
we change extension to avi : Ballblazer (1984) (Atari-Lucasfilm Games).avi
we check if the movie exists on the hard drive : Yes it does ok look up the crc from good dat file : def2a207
we check in the no intro file the first game's crc : def2a207 Bingo we got a match rename the files
we take the our filename with changed extension (gooddat) : Ballblazer (1984) (Atari-Lucasfilm Games).avi and rename it to the nointro file with changed extension : Ballblazer (U).avi
see that's how it's supposed to be done. I just have to figure out how i can parse the data files if i can parse it and have a list of all game's and crc's i can create the tool myself

goana try some stuff myself. damn it should have some backups of my movies hehe well the remaining 500 i had to do manually can be done like this goana try to parse the dat files now as a starter
Update:
well i made the tool to compare the crc's and out of the 107 no intro romsets for the atari file u said it found 101 matches
now it'll be very easy to add the renaming cabability. Also watch out some crc's are written as 0xXXXXXXXX while others are just written as XXXXXXXX a simple string replace with "0x" and "" will fix this

goana test some other dats now which u gave me
nes : 1876 gooddat matches out of 2366 no intro roms
sega genesis : 1542 gooddat matches out of 1599 no intro roms
see it works now i'm goana add the renaming stuff and test it out with my movies :>
update2 :
added the renaming stuff: well it seems to work great although it still doesn't rename all the movies because most probably the movies were made with roms of an older gooddat set and not the newest, if we knew with what version the roms of the goodtools / dat the movies where created from we could rename them all ! but i guess we'll never know that

i'm happy doh it renamed a lot Of movies! i could even see the mistakes my previous program renamer program made and could fix em ! (wheren't that many) oh yeah thanks for the dats. btw how did u create the dat files ? and did u have a complete set for each of them u created (the gooddat ones) ?. also u don't happen to have a dat file for the goodgba ones. Oh yeah if u want i can send u the program (it's not elegant in any way and it definatly doesn't look good but it works, i even added an option to not rename the files but only show u what emu movie files & how many would be renamed without actually renaming them so u can see if u wanna go ahead with it or not. here's a screenie of how it looks :
http://www.willemssoft.be/misc/emumoviesrenamer.jpgoh yeah could u do me another favor if it's possible, and create a dat file from the sega genesis movies u have. so that i can name them correctly again, i had renamed them already to other goodset filenames and it were 200 of them and i'm not in the mood to do 200 of them manually with the new tool i wrote it should rename more of them thanks in advance