First of all, thanks for creating a great app. It's a great time saver, and I really appreciate it.
I ran into a small bug when using the app. I started with a brand new build of Vista Ultimate SP1 and ripped to two folders - one on my F drive and the other on my G drive. I ripped using DVDFab 5 with the option of creating the dvdid.xml file.
The utility worked for many of the DVDs I ripped, but gave me the error "Error creating file" when I tried to save the details. I used ProcMon to verify that the issue wasn't related to permmissions. I eventualy tracked down a "illegal character in path" exception that was being thrown my mscorlib.dll and swallowed by the app.
I fixed the entries that were giving me trouble by manually editing the content of the dvdid.xml files. I changed the pipe character to a dash character and the program was able to save successfully. Here is the revised content of ARMAGEDN.dvdid.xml, which is one of the movies that was giving me trouble:
<?xml version="1.0" encoding="utf-8"?>
<Disc>
<Name>ARMAGEDN</Name>
<ID>69122f56-8222b3a</ID>
</Disc>