Halibutt Wrote:Guys, just checking: does anyone of you have an updated mystudios.xml file for the Media Info Plus? Or perhaps anyone knows of a way to prepare one easily, without having to type all the names by hand?
Cheers
P.S. Added Bazmark to the list
P.S.II - added 8 new icons to FF's site.
I'll chime in here
Since my first manually modified list was off, i created a tool to do it for me.
studioconvert.exe (on mip website) will take your Includes_MediaFlags.xml and parse it out to mip's mystudio2.xml file (build 2891 + required for mip)
I parse all the <control type="image" id="81"> into mip's studio object and then write the xml file..
short how to
put .exe file and Includes_MediaFlags.xml into same directory
run .exe file
copy mystudios2.xml to mip install directory
copy the media images to mips folder for those C:\Program Files\mediainfoplus\customimages\media\flags (not needed, but they will show up in mip if ya have them in that folder)
I could add this to MIP update, however I'd need some version to reference or it would download the same thing over and over. Open to ideas on getting that part to work. If it's possible to output to mip's format, that would work as well.
FernFerret - let me know if the source would help with anything.. it's mostly regex with some string splits and a few char replacements so that only one studio is in each studio object.