v17 MQ6 - Widget Movie
#1
hello, ( I'm french )

i have little problem with movie widget, 

I activate option for show me random movie at the home video menu, but no widget when I go look home menu look photo .
Thanks for help Smile  

Image

Image
Reply
#2
YEAH, it's ok i have perfect skin Big Grin

Option it's active :

Image

Home Movie :

Image

Image

Image

And After find option ; go Home movie scroll up for open menu Widget and click for active :

Image

Image

Bonus :

For delete : Star, Genre movie, Date movie : Go code ( Xml : PosterList ) go line 125-172 and delete all code .

Code:
<!-- Estrelas -->
                <control type="image">    
                    <left>300</left>
                    <top>903</top>
                    <width>300</width>
                    <height>30</height>
                    <texture fallback="$VAR[value_styleratingstars,,0.0.png]">$VAR[value_styleratingstars]$INFO[ListItem.Rating,,.png]</texture>
                    <aspectratio align="left" aligny="center">keep</aspectratio>
                    <colordiffuse>$VAR[value_colorratingstars]</colordiffuse>
                    <visible>![Container.Content(artists) | Container.Content(years) | Container.Content(genres) | Container.Content(seasons) | String.IsEqual(ListItem.Label,..)]</visible>
                </control>
                <!-- Nota -->
                <control type="label">    
                    <left>615</left>
                    <top>900</top>
                    <width>45</width>
                    <height>38</height>
                    <font>Font_subtitle</font>
                    <label>$INFO[ListItem.Rating]</label>
                    <textcolor>FFFFFAF0</textcolor>
                </control>
                <!-- Ano/genero maior -->
                <control type="label">    
                    <left>655</left>
                    <top>900</top>
                    <width>1365</width>
                    <height>38</height>
                    <font>Font_subtitle</font>
                    <label>[COLOR=$INFO[Skin.String(colorheader)]]$VAR[value_ground6_value,[COLOR=50FFFAF0] | [/COLOR]][/COLOR]$INFO[ListItem.Genre,[COLOR=50FFFAF0] | [/COLOR]]</label>
                    <textcolor>FFFFFAF0</textcolor>
                    <scroll>true</scroll>
                    <scrollout>false</scrollout>
                    <visible>String.IsEmpty(Control.GetLabel(1018))</visible>
                </control>
                <!-- Ano/genero menor -->
                <control type="label">    
                    <left>655</left>
                    <top>900</top>
                    <width>1065</width>
                    <height>38</height>
                    <font>Font_subtitle</font>
                    <label>[COLOR=$INFO[Skin.String(colorheader)]]$VAR[value_ground6_value,[COLOR=50FFFAF0] | [/COLOR]][/COLOR]$INFO[ListItem.Genre,[COLOR=50FFFAF0] | [/COLOR]]</label>
                    <textcolor>FFFFFAF0</textcolor>
                    <scroll>true</scroll>
                    <scrollout>false</scrollout>
                    <visible>!String.IsEmpty(Control.GetLabel(1018))</visible>
                </control>


With Star and Date and Movie Genre : 
 Image

After Delete :

Image

Image

Image

Image
Reply

Logout Mark Read Team Forum Stats Members Help
MQ6 - Widget Movie0