Hi all,
i have searched the web for a long time but i havent found a simple solution to display a full screen sized backdrop for the movie, which is currently selected in the list of the myvideos view. All the plugins and addons i saw are using a central database and such a thing i dont want to have. i just want to have the backdrop in the same folder of my movie with the same name.
So, for example:
E:\TV-Recordings\MyMovie.ts
E:\TV-Recordings\MyMovie.jpg
In the default myvideos-view, the file MyMovie.jpg is displayed in the dvd cover. So i made a simple change in the myvideo.xml to get this picture full sized:
myvideo.xml
<control>
<type>image</type>
<description>artist art image</description>
<id>1000</id>
<posX>0</posX>
<posY>00</posY>
<width>1366</width>
<height>768</height>
<keepaspectratio>yes</keepaspectratio>
<centered>yes</centered>
<zoom>yes</zoom>
<texture flipY="true" diffuse="Thumb_Mask.png">#selectedthumb</texture>
<visible>[facadeview.list|facadeview.album|facadeview.playlist]+control.hasfocus(50)</visible>
<animation effect="fade" time="250" reversible="false">visible</animation>
</control>
Now the pictures have the size i want them to have - but the file selection menu is now overlayed/partially in the background.
How can i change this behaviour and put the menu in the foreground/in front of the picture?
Thanks in advance
Mads
i have searched the web for a long time but i havent found a simple solution to display a full screen sized backdrop for the movie, which is currently selected in the list of the myvideos view. All the plugins and addons i saw are using a central database and such a thing i dont want to have. i just want to have the backdrop in the same folder of my movie with the same name.
So, for example:
E:\TV-Recordings\MyMovie.ts
E:\TV-Recordings\MyMovie.jpg
In the default myvideos-view, the file MyMovie.jpg is displayed in the dvd cover. So i made a simple change in the myvideo.xml to get this picture full sized:
myvideo.xml
<control>
<type>image</type>
<description>artist art image</description>
<id>1000</id>
<posX>0</posX>
<posY>00</posY>
<width>1366</width>
<height>768</height>
<keepaspectratio>yes</keepaspectratio>
<centered>yes</centered>
<zoom>yes</zoom>
<texture flipY="true" diffuse="Thumb_Mask.png">#selectedthumb</texture>
<visible>[facadeview.list|facadeview.album|facadeview.playlist]+control.hasfocus(50)</visible>
<animation effect="fade" time="250" reversible="false">visible</animation>
</control>
Now the pictures have the size i want them to have - but the file selection menu is now overlayed/partially in the background.
How can i change this behaviour and put the menu in the foreground/in front of the picture?
Thanks in advance
Mads