Hi
I've created a small app that will read through a folder and sub folders, and create the XML files used by the new Mede8er to display movie information.
Usage:
Open the application, select your root movie folder, and click OK.
The files will be named according to the folder name. For example:
M:\Movies\Animated\A Bug's Life\MovieInfo.tvixie --> M:\Movies\Animated\A Bug's Life\A Bug's Life.xml
Please note that it does not use all the information from the recently released TViXIE 1.3.3, but it won't crash if it reads that file.
The following information is used from the TViXIE file:
- Title
- Year
- Rating (I use t.Rating * 10)
- Plot
- Outline = Plot
- Directors
- Countries
- Runtime (Formatted from minutes to hh:mm)
- Genres
- Actors
I hope this helps the TViXIE users among us enjoy the same benefits as the YAMJ users

PS. I am willing to share the source code if anyone wants to tinker
[UPDATE 2012/02/13]I've rewritten the program in Java which means that it can now run on Mac as well.
2M8R.zip is the Java version (runs on all platforms)
TViXIE2M8RSetup.zip is the Windows only version
Changes:
1. Now uses the Title of the movie to create the XML file
2. Can convert ACRyan, Tomy, TViXIE and YAMJ files.
Please let me know if any bugs found.