Would it be possible to automatically add a thumbnail for movies missing cover art? I collect a lot of really old movies ( I meant really old!) and a lot of them don't have any cover art. So I usually have to manually add them. Thanks!! 
Would it be possible to automatically add a thumbnail for movies missing cover art? I collect a lot of really old movies ( I meant really old!) and a lot of them don't have any cover art. So I usually have to manually add them. Thanks!!![]()
<control>
<description>Cover Art</description>
<type>image</type>
<id>60</id>
<posX>31</posX>
<posY>254</posY>
<width>257</width>
<height>380</height>
<texture>#MovingPictures.Coverart</texture>
<visible>facadeview.list+control.isvisible(50)</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
</control>
<control>
<description>Cover Art Default</description>
<type>image</type>
<id>60</id>
<posX>31</posX>
<posY>254</posY>
<width>257</width>
<height>380</height>
<texture>default_cover_image_inside_media_folder.png</texture>
<visible>facadeview.list+control.isvisible(50)+!string.equals(#MovingPictures.Coverart,)</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
</control>
<control>
<description>Cover Art</description>
<type>image</type>
<id>60</id>
<posX>31</posX>
<posY>254</posY>
<width>257</width>
<height>380</height>
<texture>#MovingPictures.Coverart</texture>
<visible>facadeview.list+control.isvisible(50)</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
</control>
<visible>facadeview.list+control.isvisible(50)+string.equals(#MovingPictures.Coverart,)</visible>