by gamejester on Thu Sep 30, 2004 5:50 pm
Had a bit of a think about this.
If you change the way the import template works for images to allow for the specification of 2 main images and have a third box for all other general images you could have 2 special field names:
coverart
thumbs
and then every other image found in the same dir as the movie imported as:
image3
image4
image5, etc.........
thumbs would be used in layout side left
coverart would be used in layout with thumbs ticked, ie the big image views (this is obviously confusing in the editor so I suggest changing the Thumbs tick box to a thumbs / covart / off toggle)
The new XML format would look something like
<item>
<parameter>D:\data\series\Alias\Alias - 3x03 - Reunion.avi</parameter>
<images>
<coverart>D:\data\series\Alias\AliasSeason3Cast-coverart.jpg</coverart>
<thumbs>D:\data\series\Alias\OK-thumb.jpg</thumbs>
<Image3>D:\data\series\Alias\AliasOther.jpg</Image3>
</images>
<display>Alias</display>
<information>
<name>Alias</name>
<showEP>3x03 </showEP>
<showTitle> Reunion</showTitle>
</information>
</item>
The import template could have 3 boxes and accept parameters taken from current record, for example:
coverart = %showTitle%.jpg, coverart.jpg
thumbs = %name%-thumbs.jpg,%name%-thumbs.gif
otherimages = jpg,jpeg,bmp,gif