Just a small update to the myMounter application I posted yesterday.
It was requested to perhaps include DVD covers, so I added that as well as a different selectionscreen. Now, to get the images displayed, they have to be JPEG files, in the same folder as the ISO. For example, if you have an ISO, mymovie.iso in F:\Movies - you'll have to create a file named mymovie.jpg in the same folder.
Ok, same install instructions as last time really, but I'll go through them quickly anyhow.
Download and run the installer, it'll install itself on the Pictures+Videos menu in Media Center (if it's not there, you'll find it in Program Library, where you can right click the tile (or press 'i' on the remote) and select Display on Main Menu).
If this is the first time you've installed myMounter, you'll have to edit the Settings file. Do this by launching the application once, it'll tell you
Created Settings.xml file, please edit it appropriately and restart application.
So exit Media Center, and open up C:\ProgramData\senseIT\myMounter\Settings.xml in notepad. Here you'll have to insert the paths to folders to watch, these go under <ISOFolders>. You should also make sure <DaemonPath> is the correct path to your daemon.exe file. If you have ISO files in a different format from the ones listed under <FileTypes> simply add them to the list.
That's it. Save the file and launch the application again, it should display a list of your ISOs.
Here's a sample Settings.xml file;
<?xml version="1.0" encoding="utf-8"?>
<myMounterSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ScreenFormat>Default</ScreenFormat>
<DaemonPath>C:\Program Files\DAEMON Tools\daemon.exe</DaemonPath>
<FileTypes>
<string>iso</string>
<string>cdi</string>
<string>pdi</string>
<string>nrg</string>
<string>mds</string>
<string>isz</string>
<string>bin</string>
<string>cue</string>
<string>ccd</string>
<string>bwt</string>
<string>b5t</string>
<string>b6t</string>
<string>img</string>
</FileTypes>
<ISOFolders>
<string>\\STORE\Video\DVD</string>
<string>\\store\various\Software\Rescue DVD\Microsoft\Microsoft Windows Vista</string>
<string>\\store\Software\Rescue DVD\Microsoft\Microsoft Windows XP MCE 2005</string>
</ISOFolders>
</myMounterSettings>
Oh, almost forgot - there's a new setting in this version, ScreenFormat. This can either be set to Default (which is the standard ListView) or Secondary (which is the ImageView).