Normal
What for? If the same FH can work with any directories? And has properties like: #fanarthandler.music.artistclearart.selectedTo be honest, I don’t understand why DVDArt is needed when there is FH (or MePoTools).And you can always do it universally, FH, MepoTools, DVDArt, for example (but I would leave one FH):[CODE=xml] <!-- ClearArt --> <control> <description>ClearArt</description> <type>image</type> <id>258456950</id> <posX>1650</posX> <posY>190</posY> <width>200</width> <height>77</height> <texture>#fanarthandler.music.artistclearart.selected</texture> <visible>![facadeview.filmstrip|facadeview.coverflow]</visible> <animation effect="fade" time="500">Visible</animation> <animation effect="fade" time="250">Hidden</animation> <shouldCache>false</shouldCache> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> <control> <description>ClearArt</description> <type>image</type> <id>258456951</id> <posX>1650</posX> <posY>190</posY> <width>200</width> <height>77</height> <texture>..\..\..\Thumbs\ClearArt\Music\#(string.trim(#music.Artist)).png</texture> <visible>![facadeview.filmstrip|facadeview.coverflow]+!control.hasthumb(258456950)</visible> <animation effect="fade" time="500">Visible</animation> <animation effect="fade" time="250">Hidden</animation> <shouldCache>false</shouldCache> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> <control> <description>ClearArt</description> <type>image</type> <id>0</id> <posX>1650</posX> <posY>190</posY> <width>200</width> <height>77</height> <texture>..\..\..\Thumbs\ClearArt\Music\#(string.trim(#music.albumArtist)).png</texture> <animation effect="fade" time="500">VisibleChange</animation> <animation effect="fade" time="250">Hidden</animation> <visible>![facadeview.filmstrip|facadeview.coverflow]+!control.hasthumb(258456950)+!control.hasthumb(258456951)</visible> <shouldCache>false</shouldCache> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> <control> <description>ClearArt</description> <type>image</type> <id>258456953</id> <posX>860</posX> <posY>850</posY> <width>200</width> <height>77</height> <texture>#fanarthandler.music.artistclearart.selected</texture> <visible>[facadeview.filmstrip|facadeview.coverflow]</visible> <animation effect="fade" time="500">Visible</animation> <animation effect="fade" time="250">Hidden</animation> <shouldCache>false</shouldCache> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> <control> <description>ClearArt</description> <type>image</type> <id>258456952</id> <posX>860</posX> <posY>850</posY> <width>200</width> <height>77</height> <texture>..\..\..\Thumbs\ClearArt\Music\#(string.trim(#music.Artist)).png</texture> <visible>[facadeview.filmstrip|facadeview.coverflow]+!control.hasthumb(258456953)</visible> <animation effect="fade" time="500">Visible</animation> <animation effect="fade" time="250">Hidden</animation> <shouldCache>false</shouldCache> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> <control> <description>ClearArt</description> <type>image</type> <id>0</id> <posX>860</posX> <posY>850</posY> <width>200</width> <height>77</height> <texture>..\..\..\Thumbs\ClearArt\Music\#(string.trim(#music.albumArtist)).png</texture> <animation effect="fade" time="500">Visible</animation> <animation effect="fade" time="250">Hidden</animation> <visible>[facadeview.filmstrip|facadeview.coverflow]+!control.hasthumb(258456952)+!control.hasthumb(258456953)</visible> <shouldCache>false</shouldCache> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> <!-- -->[/CODE]
What for? If the same FH can work with any directories? And has properties like: #fanarthandler.music.artistclearart.selected
To be honest, I don’t understand why DVDArt is needed when there is FH (or MePoTools).
And you can always do it universally, FH, MepoTools, DVDArt, for example (but I would leave one FH):
[CODE=xml] <!-- ClearArt -->
<control>
<description>ClearArt</description>
<type>image</type>
<id>258456950</id>
<posX>1650</posX>
<posY>190</posY>
<width>200</width>
<height>77</height>
<texture>#fanarthandler.music.artistclearart.selected</texture>
<visible>![facadeview.filmstrip|facadeview.coverflow]</visible>
<animation effect="fade" time="500">Visible</animation>
<animation effect="fade" time="250">Hidden</animation>
<shouldCache>false</shouldCache>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<id>258456951</id>
<texture>..\..\..\Thumbs\ClearArt\Music\#(string.trim(#music.Artist)).png</texture>
<visible>![facadeview.filmstrip|facadeview.coverflow]+!control.hasthumb(258456950)</visible>
<id>0</id>
<texture>..\..\..\Thumbs\ClearArt\Music\#(string.trim(#music.albumArtist)).png</texture>
<animation effect="fade" time="500">VisibleChange</animation>
<visible>![facadeview.filmstrip|facadeview.coverflow]+!control.hasthumb(258456950)+!control.hasthumb(258456951)</visible>
<id>258456953</id>
<posX>860</posX>
<posY>850</posY>
<visible>[facadeview.filmstrip|facadeview.coverflow]</visible>
<id>258456952</id>
<visible>[facadeview.filmstrip|facadeview.coverflow]+!control.hasthumb(258456953)</visible>
<visible>[facadeview.filmstrip|facadeview.coverflow]+!control.hasthumb(258456952)+!control.hasthumb(258456953)</visible>
<!-- -->
[/CODE]