Kodi Community Forum

Full Version: Need your help ;)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I created a new view
Well displayed in menu view, edit viewicon2.xml file includes.xml, menu.xml, myvideoNav.xml and variable.xml,

view works well, but I can not display the title information and other information.

Is that I forgot a few things? I saw this "detail_Thumbnails"

but I do not understand why it does not work. Is that I forgot to change some things?

Can you help me?

Thank you and sorry for my bad english.

Cheers
Who can help me? I do not understand why the information is not displayed, but the flag post and view and not to be displayed correctly. Why? I'm lost!


PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--STRIP POSTER--> 
    <include name="viewIcon2Portrait-ContainerCommons">
        <control type="image">
            <width>184</width>
            <height>266</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">    
                <width>170</width>
                <height>252</height>
                <texture background="true">thumbs/default_Portrait.png</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <left>37</left>
                <top>78</top>
                <width>96</width>
                <height>96</height>
                <include>art_DefaultIcon</include>
            </control>
            <control type="image">
                <width>170</width>
                <height>252</height>
                <texture background="true">$VAR[thumb_Portrait]</texture>
                <aspectratio align="center" aligny="top">scale</aspectratio>
            </control>
            <control type="group">
                <left>144</left>
                <top>226</top>
                <include>status_Info</include>
            </control>
        </control>
    </include>
    <include name="view_Icon2Portrait">
        <control type="panel" id="58">
            <viewtype label="Strip">bigicon</viewtype>    
            <left>35</left>
            <top>250</top>
            <width>1272</width>
            <height>425</height>
            <onup>6000</onup>
            <ondown>71</ondown>
            <onleft>52</onleft>
            <onright>52</onright>
            <focusposition>1</focusposition>
            <pagecontrol>71</pagecontrol>
            <orientation>horizontal</orientation>
            <include>global_Scrolltime</include>
            <include>transition_Content</include>
            <include>transition_Info</include>
            <include>toggle_Menu</include>
            <visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(sets)</visible>
            <itemlayout width="194" height="277">
                <include>viewIcon2Portrait-ContainerCommons</include>
            </itemlayout>                                            
            <focusedlayout width="194" height="277">
                <control type="image">
                    <width>184</width>
                    <height>266</height>
                    <include>art_Frame-fo</include>
                </control>
                <include>viewIcon2Portrait-ContainerCommons</include>
            </focusedlayout>
        </control>
    </include>
    
<!--POSTERSMALL-->
    <include name="view_Icon2PortraitSmall-ContainerCommons">
        <control type="image">
            <width>129</width>
            <height>184</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">    
                <width>115</width>
                <height>170</height>
                <texture background="true">thumbs/default_Portrait.png</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <left>25</left>
                <top>53</top>
                <width>64</width>
                <height>64</height>
                <texture>$INFO[ListItem.ActualIcon]</texture>
                <aspectratio>keep</aspectratio>
                <visible>IsEmpty(ListItem.Thumb)</visible>
            </control>
            <control type="image">
                <width>115</width>
                <height>170</height>
                <texture background="true">$VAR[thumb_Portrait]</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="group">
                <left>89</left>
                <top>144</top>
                <include>status_Info</include>
            </control>
        </control>
    </include>
    <include name="view_Icon2PortraitSmall">
        <control type="panel" id="581">
            <viewtype label="Strip">icon</viewtype>    
            <left>55</left>
            <top>250</top>
            <width>1272</width>
            <height>250</height>
            <onup>6000</onup>
            <ondown>71</ondown>
            <onleft>52</onleft>
            <onright>52</onright>
            <preloaditems>1</preloaditems>
            <focusposition>1</focusposition>
            <pagecontrol>71</pagecontrol>            
            <orientation>horizontal</orientation>
            <include>global_Scrolltime</include>
            <include>transition_Content</include>
            <include>transition_Info</include>
            <include>toggle_Menu</include>
            <visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(sets)</visible>
            <itemlayout width="139" height="194">
                <include>view_Icon2PortraitSmall-ContainerCommons</include>
            </itemlayout>                                            
            <focusedlayout width="139" height="194">
                <control type="image">
                    <width>129</width>
                    <height>184</height>
                    <include>art_Frame-fo</include>
                </control>
                <include>view_Icon2PortraitSmall-ContainerCommons</include>
            </focusedlayout>
        </control>
    </include>
    <include name="detail_Thumbnails">
        <control type="group">
            <!--flags-->
                <control type="image">
                    <right>77</right>
                    <top>640</top>
                    <include>detail_StarRating</include>
                    <aspectratio align="right" aligny="top">keep</aspectratio>
                    <visible>IntegerGreaterThan(ListItem.Rating,0)</visible>
                </control>
                <control type="image">
                    <right>72</right>
                    <top>640</top>
                    <width>128</width>
                    <height>64</height>
                    <texture>$VAR[flag_Studio]</texture>
                    <aspectratio align="right" aligny="center">keep</aspectratio>
                    <visible>SubString(Container.FolderPath,plugin://plugin.video.the.trailers)</visible>
                </control>
                <control type="group">
                    <left>60</left>
                    <top>645</top>
                    <control type="label">
                        <label>$VAR[global_Title]</label>
                        <width>1100</width>
                        <include>detail_Title</include>
                    </control>
                    <control type="label">
                        <top>25</top>
                        <label>$VAR[global_Info]</label>
                        <width>750</width>
                        <include>detail_Sub</include>
                        <visible>!SubString(Container.FolderPath,plugin) + !SubString(ListItem.Icon,default)</visible>
                    </control>
                    <control type="label">
                        <top>25</top>
                        <label>$VAR[global_Info.Addon]</label>
                        <width>750</width>
                        <include>detail_Sub</include>
                        <visible>SubString(Container.FolderPath,plugin) + !SubString(ListItem.Icon,default)</visible>
                    </control>
                </control>
            </control>
            <!--large grid-->
            <control type="group">
                <visible>Control.IsVisible(58)</visible>
            <!--small grid-->
            <control type="group">
                <left>770</left>
                <top>93</top>
                <visible>Control.IsVisible(581) + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons)]</visible>
                <control type="grouplist" id="1000">
                    <itemgap>0</itemgap>
                    <control type="label">
                        <width>460</width>
                        <label>$INFO[ListItem.Label]</label>
                        <include>detail_Title</include>
                    </control>
                    <control type="label">
                        <width>460</width>
                        <label>$INFO[ListItem.Genre]</label>
                        <include>detail_Sub</include>
                        <visible>Container.Content(movies)</visible>
                    </control>
                    <control type="label">
                        <width>460</width>
                        <label>$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[16101] $LOCALIZE[20360]]</label>
                        <include>detail_Sub</include>
                        <visible>Container.Content(tvshows) + !IsEmpty(ListItem.TVShowTitle)</visible>
                    </control>
                    <control type="label">
                        <width>460</width>
                        <label>$INFO[ListItem.Year]$INFO[ListItem.Duration, • , $LOCALIZE[31701]]</label>
                        <include>detail_Sub</include>
                        <visible>Container.Content(movies)</visible>
                    </control>
                    <control type="label">
                        <width>460</width>
                        <label>$VAR[nextaired_Info]</label>
                        <include>detail_Sub</include>
                        <visible>Container.Content(tvshows) + !IsEmpty(ListItem.TVShowTitle)</visible>
                    </control>
                    <control type="image">
                        <width>112</width>
                        <height>40</height>
                        <include>detail_StarRating</include>
                        <aspectratio align="left" aligny="center">keep</aspectratio>
                    </control>
                    <control type="textbox" id="4">
                        <width>460</width>
                        <height>355</height>
                        <label>$VAR[global_Plot]</label>
                        <include>detail_Text</include>
                        <visible>!SubString(ListItem.Icon,default)</visible>
                    </control>
                </control>
                <control type="image">
                    <bottom>40</bottom>
                    <width>128</width>
                    <height>48</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>$VAR[flag_Studio]</texture>
                </control>
            </control>
        </control>
</include>
</includes> 
Maybe a screenshot will help, because I don't really understand what the exact problem is.
Thx Smile Image

To properly place my movie information, I should be able to see them, and there I see nothing. normally on the panel, and over there titles and information! if I am not mistaken in the xml, but I can view and see nothing. Thank you again for your help Smile i believe you're the only one on the forum Smile

cheer

New test :

PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--POSTER--> 
    <include name="viewIcon2Portrait-ContainerCommons">
        <control type="image">
            <width>184</width>
            <height>266</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">    
                <width>170</width>
                <height>252</height>
                <texture background="true">thumbs/default_Portrait.png</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <left>37</left>
                <top>78</top>
                <width>96</width>
                <height>96</height>
                <include>art_DefaultIcon</include>
            </control>
            <control type="image">
                <width>170</width>
                <height>252</height>
                <texture background="true">$VAR[thumb_Portrait]</texture>
                <aspectratio align="center" aligny="top">scale</aspectratio>
            </control>
            <control type="group">
                <left>144</left>
                <top>226</top>
                <include>status_Info</include>
            </control>
        </control>
    </include>
    <include name="view_Icon2Portrait">
        <control type="panel" id="58">
            <viewtype label="Strip">bigicon</viewtype>    
            <left>25</left>
            <top>400</top>
            <width>1272</width>
            <height>425</height>
            <onup>6000</onup>
            <ondown>71</ondown>
            <onleft>52</onleft>
            <onright>52</onright>
            <pagecontrol>71</pagecontrol>
            <preloaditems>2</preloaditems>
            <orientation>horizontal</orientation>
            <include>global_Scrolltime</include>
            <include>transition_Content</include>
            <include>toggle_Menu</include>
            <include>transition_Info</include>
            <visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(sets) | Container.Content(actors)</visible>
            <itemlayout width="194" height="277">
                <include>viewIcon2Portrait-ContainerCommons</include>
            </itemlayout>                                            
            <focusedlayout width="194" height="277">
                <control type="image">
                    <width>184</width>
                    <height>266</height>
                    <include>art_Frame-fo</include>
                </control>
                <include>viewIcon2Portrait-ContainerCommons</include>
            </focusedlayout>
        </control>
    </include>
    
<!--POSTERSMALL-->
    <include name="view_Icon2PortraitSmall-ContainerCommons">
        <control type="image">
            <width>129</width>
            <height>184</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">    
                <width>115</width>
                <height>170</height>
                <texture background="true">thumbs/default_Portrait.png</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <left>25</left>
                <top>53</top>
                <width>64</width>
                <height>64</height>
                <texture>$INFO[ListItem.ActualIcon]</texture>
                <aspectratio>keep</aspectratio>
                <visible>IsEmpty(ListItem.Thumb)</visible>
            </control>
            <control type="image">
                <width>115</width>
                <height>170</height>
                <texture background="true">$VAR[thumb_Portrait]</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="group">
                <left>89</left>
                <top>144</top>
                <include>status_Info</include>
            </control>
        </control>
    </include>
    <include name="view_Icon2PortraitSmall">
        <control type="panel" id="581">
            <viewtype label="Strip">bigicon</viewtype>    
            <left>25</left>
            <top>450</top>
            <width>1272</width>
            <height>250</height>
            <onup>6000</onup>
            <ondown>71</ondown>
            <onleft>52</onleft>
            <onright>52</onright>
            <pagecontrol>71</pagecontrol>
            <preloaditems>2</preloaditems>
            <orientation>horizontal</orientation>
            <include>global_Scrolltime</include>
            <include>transition_Content</include>
            <include>toggle_Menu</include>
            <include>transition_Info</include>
            <visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(sets)</visible>
            <itemlayout width="139" height="194">
                <include>view_Icon2PortraitSmall-ContainerCommons</include>
            </itemlayout>                                            
            <focusedlayout width="139" height="194">
                <control type="image">
                    <width>129</width>
                    <height>184</height>
                    <include>art_Frame-fo</include>
                </control>
                <include>view_Icon2PortraitSmall-ContainerCommons</include>
            </focusedlayout>
        </control>
    </include>

<!--SQUARE-->
    <include name="view_IconSquare-ContainerCommons">
        <control type="image">
            <width>178</width>
            <height>178</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">    
                <width>164</width>
                <height>164</height>
                <texture background="true">thumbs/default_Square.png</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <left>34</left>
                <top>34</top>
                <width>96</width>
                <height>96</height>
                <include>art_DefaultIcon</include>
                <visible>StringCompare(Container.FolderName,$LOCALIZE[24032])</visible>
            </control>
            <control type="image">
                <left>34</left>
                <top>34</top>
                <width>96</width>
                <height>96</height>
                <include>art_DefaultIcon</include>
                <visible>!StringCompare(Container.FolderName,$LOCALIZE[24032])</visible>
            </control>
            <control type="image">
                <width>164</width>
                <height>164</height>
                <texture background="true">$VAR[thumb_Square]</texture>
                <aspectratio>scale</aspectratio>
            </control>
        </control>
    </include>
    <include name="view_IconSquare">
        <control type="group">
            <left>87</left>
            <top>652</top>
            <include>toggle_Menu</include>
            <include>transition_Content</include>
            <include>transition_Info</include>
            <visible>Control.IsVisible(572)</visible>
            <control type="label">
                <label>$VAR[global_Title]</label>
                <width>1000</width>
                <include>detail_Title</include>
            </control>
            <control type="label">
                <top>25</top>
                <label>$VAR[global_Info]</label>
                <width>1128</width>
                <include>detail_Sub</include>
            </control>
            <control type="label">
                <left>1085</left>
                <top>25</top>
                <width>300</width>
                <label>$INFO[ListItem.Duration]</label>
                <align>right</align>
                <include>detail_Sub</include>
            </control>
            <control type="image">
                <top>4</top>
                <right>87</right>
                <width>128</width>
                <height>22</height>
                <aspectratio align="right" aligny="top">keep</aspectratio>
                <include>detail_StarRating</include>
            </control>
        </control>
        <control type="panel" id="572">
            <viewtype label="31113">icons</viewtype>
            <left>80</left>
            <top>90</top>
            <width>1128</width>
            <height>564</height>
            <onleft>6000</onleft>
            <onright>70</onright>
            <onup>572</onup>
            <ondown>572</ondown>
            <pagecontrol>70</pagecontrol>
            <preloaditems>2</preloaditems>
            <include>global_ListScroll</include>
            <include>transition_Content</include>
            <include>transition_Info</include>
            <include>toggle_Menu</include>
            <visible>Container.Content(addons) | Container.Content(albums) | Container.Content(artists) | Container.Content(songs) | Window.IsActive(pictures)</visible>
            <itemlayout width="188" height="188">
                <include>view_IconSquare-ContainerCommons</include>
            </itemlayout>                                            
            <focusedlayout height="188" width="188">
                <control type="image">
                    <width>178</width>
                    <height>178</height>
                    <include>art_Frame-fo</include>
                </control>
                <include>view_IconSquare-ContainerCommons</include>
            </focusedlayout>
        </control>
    </include>

<!--SQUARE SMALL-->
    <include name="view_IconSquareSmall">
        <control type="group">
            <include>toggle_Menu</include>
            <include>transition_Content</include>
            <include>transition_Info</include>
            <visible>Control.IsVisible(574)</visible>
            <!--info-->
            <control type="grouplist" id="1000">
                <left>790</left>
                <top>103</top>
                <itemgap>0</itemgap>
                <control type="label" id="1">
                    <width>440</width>
                    <label>$INFO[ListItem.Label]</label>
                    <include>detail_Title</include>
                </control>
                <control type="label">
                    <width>440</width>
                    <label>$LOCALIZE[19114]: $INFO[ListItem.Property(Addon.Version)]</label>
                    <include>detail_Sub</include>
                    <visible>!IsEmpty(ListItem.Property(Addon.Version))</visible>
                </control>
                <control type="image">
                    <aspectratio align="left" aligny="center">keep</aspectratio>
                    <include>detail_StarRating</include>
                </control>
                <control type="textbox" id="4">
                    <width>440</width>
                    <height>413</height>
                    <label>$INFO[ListItem.Property(Addon.Description)]</label>
                    <textcolor>Color1</textcolor>
                    <include>detail_Text</include>
                    <visible>!IsEmpty(ListItem.Property(Addon.Description))</visible>
                </control>
                <control type="textbox" id="4">
                    <width>440</width>
                    <height>413</height>
                    <label>$INFO[ListItem.Plot]</label>
                    <textcolor>Color4</textcolor>
                    <include>detail_Text</include>
                    <visible>!IsEmpty(ListItem.Plot)</visible>
                </control>
            </control>
            <!--container-->
            <control type="panel" id="574">
                <viewtype label="31113">bigicon</viewtype>
                <left>35</left>
                <top>110</top>
                <width>736</width>
                <height>552</height>
                <onleft>6000</onleft>
                <onright>70</onright>
                <onup>574</onup>
                <ondown>574</ondown>
                <pagecontrol>70</pagecontrol>
                <preloaditems>2</preloaditems>
                <include>global_ListScroll</include>
                <visible>Container.Content(addons) | Container.Content(albums) | Container.Content(artists) | Container.Content(songs) | Window.IsActive(pictures)</visible>
                <itemlayout height="184" width="184">
                    <control type="image">
                        <width>174</width>
                        <height>174</height>
                        <include>art_Frame-nf</include>
                    </control>
                    <control type="group">
                        <left>7</left>
                        <top>7</top>
                        <control type="image">
                            <width>160</width>
                            <height>160</height>
                            <texture>thumbs/default_Square.png</texture>
                        </control>
                        <control type="image">
                            <centerleft>80</centerleft>
                            <centertop>80</centertop>
                            <width>96</width>
                            <height>96</height>
                            <include>art_DefaultIcon</include>
                        </control>
                        <control type="image">
                            <width>160</width>
                            <height>160</height>
                            <texture background="true">$VAR[thumb_Square]</texture>
                            <aspectratio>scale</aspectratio>
                        </control>
                    </control>
                </itemlayout>                                            
                <focusedlayout height="184" width="184">
                    <control type="image">
                        <width>174</width>
                        <height>174</height>
                        <include>art_Frame-nf</include>
                    </control>
                    <control type="image">
                        <width>174</width>
                        <height>174</height>
                        <include>art_Frame-fo</include>
                    </control>
                    <control type="group">
                        <left>7</left>
                        <top>7</top>
                        <control type="image">
                            <width>160</width>
                            <height>160</height>
                            <texture>thumbs/default_Square.png</texture>
                        </control>
                        <control type="image">
                            <centerleft>80</centerleft>
                            <centertop>80</centertop>
                            <width>96</width>
                            <height>96</height>
                            <include>art_DefaultIcon</include>
                        </control>
                        <control type="image">
                            <width>160</width>
                            <height>160</height>
                            <texture background="true">$VAR[thumb_Square]</texture>
                            <aspectratio>scale</aspectratio>
                        </control>
                    </control>
                </focusedlayout>
            </control>
        </control>
    </include>

<!--BIGWIDE-->
    <include name="view_ThumbEpisode-ContainerCommons">
        <control type="image">
            <width>394</width>
            <height>219</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">
                <width>380</width>
                <height>205</height>
                <texture background="true">thumbs/default_Landscape.png</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <centerleft>190</centerleft>
                <centertop>102.5</centertop>
                <width>96</width>
                <height>96</height>
                <include>art_DefaultIcon</include>
            </control>
            <control type="image">
                <width>380</width>
                <height>205</height>
                <texture background="true">$VAR[thumb_Landscape]</texture>
                <aspectratio>scale</aspectratio>
            </control>
            <control type="group">
                <left>354</left>
                <top>179</top>
                <include>status_Info</include>
            </control>
        </control>
        <control type="image">
            <centerleft>190</centerleft>
            <top>142</top>
            <width>340</width>
            <height>64</height>
            <include>art_ClearLogo</include>
        </control>
    </include>
    <include name="view_IconWide">
        <control type="panel" id="575">
            <viewtype label="31113">bigicon</viewtype>
            <left>35</left>
            <top>105</top>
            <width>1224</width>
            <height>572</height>
            <onleft>6000</onleft>
            <onright>70</onright>
            <onup>575</onup>
            <ondown>575</ondown>
            <pagecontrol>70</pagecontrol>
            <preloaditems>2</preloaditems>
            <include>global_ListScroll</include>
            <include>toggle_Menu</include>
            <include>transition_Content</include>
            <include>transition_Info</include>
            <visible>[Container.Content(episodes) | Container.Content(musicvideos) | [Container.Content(files) + Container.HasFiles]] + !StringCompare(Container.FolderPath,special://videoplaylists/)</visible>
            <itemlayout width="404" height="286">
                <include>view_ThumbEpisode-ContainerCommons</include>
                <control type="group">
                    <left>7</left>
                    <top>225</top>
                    <control type="label" id="110">
                        <width>380</width>
                        <label>$VAR[global_Title]</label>
                        <include>detail_Title</include>
                    </control>
                    <control type="label" id="110">
                        <top>22</top>
                        <width>380</width>
                        <label>$VAR[global_Info]</label>
                        <include>detail_Sub</include>
                    </control>
                </control>
            </itemlayout>                                            
            <focusedlayout width="404" height="286">
                <control type="image">
                    <width>394</width>
                    <height>219</height>
                    <include>art_Frame-fo</include>
                </control>
                <include>view_ThumbEpisode-ContainerCommons</include>
                <control type="group">
                    <left>7</left>
                    <top>225</top>
                    <control type="label" id="110">
                        <width>380</width>
                        <label>$VAR[global_Title]</label>
                        <selectedcolor>Color1</selectedcolor>
                        <include>detail_Title</include>
                    </control>
                    <control type="label" id="110">
                        <top>22</top>
                        <width>380</width>
                        <label>$VAR[global_Info]</label>
                        <selectedcolor>Color2</selectedcolor>
                        <include>detail_Sub</include>
                    </control>
                </control>
            </focusedlayout>
        </control>
    </include>

    <include name="detail_Thumbnails">
        <control type="group">
            <include>transition_Content</include>
            <include>transition_Info</include>
            <include>toggle_Menu</include>
            <!--large grid-->
            <control type="group">
                <visible>Control.IsVisible(57)</visible>
                <!--flags-->
                <control type="image">
                    <right>77</right>
                    <top>640</top>
                    <include>detail_StarRating</include>
                    <aspectratio align="right" aligny="top">keep</aspectratio>
                    <visible>IntegerGreaterThan(ListItem.Rating,0)</visible>
                </control>
                <control type="image">
                    <right>72</right>
                    <top>640</top>
                    <width>128</width>
                    <height>64</height>
                    <texture>$VAR[flag_Studio]</texture>
                    <aspectratio align="right" aligny="center">keep</aspectratio>
                    <visible>SubString(Container.FolderPath,plugin://plugin.video.the.trailers)</visible>
                </control>
                <control type="group">
                    <left>60</left>
                    <top>645</top>
                    <control type="label">
                        <label>$VAR[global_Title]</label>
                        <width>1100</width>
                        <include>detail_Title</include>
                    </control>
                    <control type="label">
                        <top>25</top>
                        <label>$VAR[global_Info]</label>
                        <width>750</width>
                        <include>detail_Sub</include>
                        <visible>!SubString(Container.FolderPath,plugin) + !SubString(ListItem.Icon,default)</visible>
                    </control>
                    <control type="label">
                        <top>25</top>
                        <label>$VAR[global_Info.Addon]</label>
                        <width>750</width>
                        <include>detail_Sub</include>
                        <visible>SubString(Container.FolderPath,plugin) + !SubString(ListItem.Icon,default)</visible>
                    </control>
                </control>
            </control>
            <!--small grid-->
            <control type="group">
                <left>770</left>
                <top>93</top>
                <visible>Control.IsVisible(581) + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons)]</visible>
                <control type="grouplist" id="1000">
                    <itemgap>0</itemgap>
                    <control type="label">
                        <width>460</width>
                        <label>$INFO[ListItem.Label]</label>
                        <include>detail_Title</include>
                    </control>
                    <control type="label">
                        <width>460</width>
                        <label>$INFO[ListItem.Genre]</label>
                        <include>detail_Sub</include>
                        <visible>Container.Content(movies)</visible>
                    </control>
                    <control type="label">
                        <width>460</width>
                        <label>$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[16101] $LOCALIZE[20360]]</label>
                        <include>detail_Sub</include>
                        <visible>Container.Content(tvshows) + !IsEmpty(ListItem.TVShowTitle)</visible>
                    </control>
                    <control type="label">
                        <width>460</width>
                        <label>$INFO[ListItem.Year]$INFO[ListItem.Duration, • , $LOCALIZE[31701]]</label>
                        <include>detail_Sub</include>
                        <visible>Container.Content(movies)</visible>
                    </control>
                    <control type="label">
                        <width>460</width>
                        <label>$VAR[nextaired_Info]</label>
                        <include>detail_Sub</include>
                        <visible>Container.Content(tvshows) + !IsEmpty(ListItem.TVShowTitle)</visible>
                    </control>
                    <control type="image">
                        <width>112</width>
                        <height>40</height>
                        <include>detail_StarRating</include>
                        <aspectratio align="left" aligny="center">keep</aspectratio>
                    </control>
                    <control type="textbox" id="4">
                        <width>460</width>
                        <height>355</height>
                        <label>$VAR[global_Plot]</label>
                        <include>detail_Text</include>
                        <visible>!SubString(ListItem.Icon,default)</visible>
                    </control>
                </control>
                <control type="image">
                    <bottom>40</bottom>
                    <width>128</width>
                    <height>48</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>$VAR[flag_Studio]</texture>
                </control>
            </control>
        </control>
    </include>
</includes> 
You have to include VAR global title in your view. Look at how square is done in your example.
Ok thx , i check this Wink
I did this now, and this does not work, I remove the Squares because I don't want in view available.

What I do not understand is that I have replaced everything else in the xml, so I reuse the code of refocus , why it does not work. this is banging my head against the wall!

PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="detail_Thumbnails">
        <control type="group">
            <include>transition_Info</include>
            <include>toggle_Menu</include>
            <include>transition_Content</include>
            <visible>Control.IsVisible(58) | Control.IsVisible(581)</visible>
                <control type="image">
                <left>80</left>
                <top>480</top>
                <width>92</width>
                <height>48</height>
                <aspectratio align="right">keep</aspectratio>
                <texture>$VAR[flag_Studio]</texture>
                </control>
                <control type="group">
                <left>192</left>
                <top>477</top>
                <control type="group">
                    <control type="label">
                        <width>960</width>
                        <label>$VAR[global_Title]</label>
                        <include>detail_Title</include>
                    </control>    
                    <control type="label">
                        <top>25</top>
                        <label>$VAR[global_Info]</label>
                        <width>750</width>
                        <include>detail_Sub</include>
                        <visible>!SubString(Container.FolderPath,plugin) + !SubString(ListItem.Icon,default)</visible>
                    </control>
                    <control type="label">
                        <top>25</top>
                        <label>$VAR[global_Info.Addon]</label>
                        <width>750</width>
                        <include>detail_Sub</include>
                        <visible>SubString(Container.FolderPath,plugin) + !SubString(ListItem.Icon,default)</visible>
                    </control>
                    <control type="textbox">
                        <top>60</top>
                        <width>960</width>
                        <height>110</height>
                        <label>$VAR[global_Plot]</label>
                        <include>detail_Text</include>
                    </control>
                    <control type="grouplist">
                    <top>180</top>
                    <width>900</width>
                    <height>64</height>
                    <itemgap>10</itemgap>
                    <orientation>horizontal</orientation>
                    <control type="image">
                        <width>128</width>
                        <height>32</height> 
                        <texture>$VAR[global_Rating]</texture>
                        <aspectratio align="center">keep</aspectratio>
                        <visible>!Container.Content(files)</visible>
                    </control>
                    <control type="image">
                        <width>96</width>
                        <height>34</height>
                        <aspectratio align="center">keep</aspectratio>
                        <texture>$INFO[Listitem.VideoResolution,flags/video/resolution/,.png]</texture>
                        <visible>!IsEmpty(Listitem.VideoResolution)</visible>
                    </control>
                    <control type="image">
                        <width>53</width>
                        <height>34</height>
                        <aspectratio align="center">keep</aspectratio>
                        <texture>$INFO[Listitem.AudioChannels,flags/audio/,.png]</texture>
                        <visible>!IsEmpty(Listitem.AudioChannels)</visible>
                    </control>
                </control>
                </control>
            </control>
            
<!--POSTERBIG-->        
<include name="view_Icon2Portrait">
        <control type="panel" id="58">
            <viewtype label="Strip">bigicon</viewtype>    
            <left>25</left>
            <top>400</top>
            <width>1272</width>
            <height>425</height>
            <onup>6000</onup>
            <ondown>71</ondown>
            <onleft>52</onleft>
            <onright>52</onright>
            <pagecontrol>71</pagecontrol>
            <preloaditems>2</preloaditems>
            <orientation>horizontal</orientation>
            <include>global_Scrolltime</include>
            <include>transition_Content</include>
            <include>toggle_Menu</include>
            <include>transition_Info</include>
            <visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(sets) | Container.Content(actors)</visible>
            <itemlayout width="194" height="277">
                <include>viewIcon2Portrait-ContainerCommons</include>
            </itemlayout>                                            
            <focusedlayout width="194" height="277">
                <control type="image">
                    <width>184</width>
                    <height>266</height>
                    <include>art_Frame-fo</include>
                </control>
                <include>viewIcon2Portrait-ContainerCommons</include>
            </focusedlayout>
        </control>
    </include>
<include name="viewIcon2Portrait-ContainerCommons">
        <control type="image">
            <width>184</width>
            <height>266</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">    
                <width>170</width>
                <height>252</height>
                <texture background="true">thumbs/default_Portrait.png</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <left>37</left>
                <top>78</top>
                <width>96</width>
                <height>96</height>
                <include>art_DefaultIcon</include>
            </control>
            <control type="image">
                <width>170</width>
                <height>252</height>
                <texture background="true">$VAR[thumb_Portrait]</texture>
                <aspectratio align="center" aligny="top">scale</aspectratio>
            </control>
            <control type="group">
                <left>144</left>
                <top>226</top>
                <include>status_Info</include>
            </control>
        </control>
    </include>
    
<!--POSTERSMALL-->    
    <include name="view_Icon2PortraitSmall">
        <control type="panel" id="581">
            <viewtype label="Strip">icon</viewtype>    
            <left>25</left>
            <top>450</top>
            <width>1272</width>
            <height>250</height>
            <onleft>521</onleft>
            <onright>521</onright>
            <onup>6000</onup>
            <ondown>71</ondown>
            <focusposition>1</focusposition>
            <pagecontrol>71</pagecontrol>
            <preloaditems>2</preloaditems>
            <orientation>horizontal</orientation>
            <include>global_Scrolltime</include>
            <include>transition_Content</include>
            <include>transition_Info</include>
            <include>toggle_Menu</include>
            <visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(sets)</visible>
            <itemlayout width="139" height="194">
                <include>view_Icon2PortraitSmall-ContainerCommons</include>
            </itemlayout>                                            
            <focusedlayout width="139" height="194">
                <control type="image">
                    <width>129</width>
                    <height>184</height>
                    <include>art_Frame-fo</include>
                </control>
                <include>view_Icon2PortraitSmall-ContainerCommons</include>
            </focusedlayout>
        </control>
    </include>
    <include name="view_Icon2PortraitSmall-ContainerCommons">
        <control type="image">
            <width>129</width>
            <height>184</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">    
                <width>115</width>
                <height>170</height>
                <texture background="true">thumbs/default_Portrait.png</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <left>25</left>
                <top>53</top>
                <width>64</width>
                <height>64</height>
                <texture>$INFO[ListItem.ActualIcon]</texture>
                <aspectratio>keep</aspectratio>
                <visible>IsEmpty(ListItem.Thumb)</visible>
            </control>
            <control type="image">
                <width>115</width>
                <height>170</height>
                <texture background="true">$VAR[thumb_Portrait]</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="group">
                <left>89</left>
                <top>144</top>
                <include>status_Info</include>
            </control>
        </control>
    </include>
</includes> 
Haven't got the time to really look into it now, but maybe a visibility condition somewhere? What I would do is just start with the original file and only change size and position first, then try to make it a separate view and look every time and see where it goes wrong.
this is what I do, I change (early after it is the real mess) view, I already made ​​a mod you can to see on the topic refocus glass. Then I created a separate tab view renomé the Xml and now it no longer works.
I did as you told me, I did well in order. I had to miss an episode.

Thank you very MUCH Smile you are great Smile
So the title and all was still there until you made it a separate view? So you changed probably some id's to get that new view, which leads me to believe there must be some visibility condition somewhere where you have to include your new view.

Another tip: duplicate the skin and delete everything in the view except the title stuff. Get that first back on screen and when you got that just build the view again from your other folder.
Yes this is what happens, I have forgotten the value of visibility. but what? this is the big question Smile!!

I do not quite understand (sorry) that you give me tips like: I duplicate the skin (for backup I suppose?) I empty the xml for the new view? or other? I really not understand! Thx and sorry Sad
I deleted all the values ​​in the view, which are original and I took the new values​​, with another example file. And it works. I put all the values ​​at the beginning of the code.


PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="detail_Slide">
        <control type="group">
            <include>transition_Info</include>
            <include>toggle_Menu</include>
            <include>transition_Content</include>
            <visible>Control.IsVisible(58) | Control.IsVisible(581)</visible>
            <control type="image">
                <left>30</left>
                <top>477</top>
                <width>125</width>
                <height>75</height>
                <aspectratio align="right">keep</aspectratio>
                <texture>$VAR[flag_Studio]</texture>
            </control>
            <control type="image">
                       <left>55</left>
                       <width>90</width>
                       <height>60</height>
                       <top>560</top>
                       <aspectratio align="right">keep</aspectratio>
                        <texture>$INFO[Listitem.VideoResolution,flags/video/resolution/,.png]</texture>
                        <visible>!IsEmpty(Listitem.VideoResolution)</visible>
                    </control>
                        <control type="image">
                        <left>70</left>
                        <top>630</top>
                        <width>60</width>
                        <height>45</height>
                        <aspectratio align="center">keep</aspectratio>
                        <texture>$INFO[Listitem.AudioChannels,flags/audio/,.png]</texture>
                        <visible>!IsEmpty(Listitem.AudioChannels)</visible>
                    </control>
            <control type="group">
                <left>192</left>
                <top>100</top>
                <animation effect="slide" start="0" end="57" time="0" condition="Control.IsVisible(58)">Conditional</animation>
                <control type="group">
                    <control type="label">
                    <left>-2</left>
                        <width>1000</width>
                        <label>$VAR[global_Title]</label>
                        <include>detail_Title</include>
                    </control>
                    <control type="group">
                        <top>30</top>
                        <left>-2</left>
                        <visible>!SubString(ListItem.Icon,default)</visible>
                        <control type="label">
                            <width>960</width>
                            <label>$VAR[global_Info]</label>
                            <include>detail_Sub</include>
                            <visible>![Container.Content(addons) | Container.Content(programs)]</visible>
                        </control>
                        <control type="label">
                            <width>960</width>
                            <label>$LOCALIZE[19114] $INFO[ListItem.Property(Addon.Version),, • ]$LOCALIZE[31144] $INFO[ListItem.Property(Addon.Creator)]</label>
                            <include>detail_Sub</include>
                            <visible>[Container.Content(addons) | Container.Content(programs)]</visible>
                        </control>
                    </control>
                    <control type="textbox">
                        <top>90</top>
                        <width>995</width>
                        <height>110</height>
                        <label>$VAR[global_Plot]</label>
                        <include>detail_Text</include>
                    </control>
                </control>
                <control type="grouplist">
                    <top>53</top>
                    <left>-5</left>
                    <width>600</width>
                    <height>40</height>
                    <itemgap>10</itemgap>
                    <orientation>horizontal</orientation>
                    <control type="image">
                        <width>128</width>
                        <height>32</height> 
                        <texture>$VAR[global_Rating]</texture>
                        <aspectratio align="center">keep</aspectratio>
                        <visible>!Container.Content(files)</visible>
                    </control>
                </control>
            </control>
        </control>
    </include>
<!--POSTER--> 
    <include name="viewIcon2Portrait-ContainerCommons">
        <control type="image">
            <width>184</width>
            <height>266</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">    
                <width>170</width>
                <height>252</height>
                <texture background="true">thumbs/default_Portrait.png</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <left>37</left>
                <top>78</top>
                <width>96</width>
                <height>96</height>
                <include>art_DefaultIcon</include>
            </control>
            <control type="image">
                <width>170</width>
                <height>252</height>
                <texture background="true">$VAR[thumb_Portrait]</texture>
                <aspectratio align="center" aligny="top">scale</aspectratio>
            </control>
            <control type="group">
                <left>144</left>
                <top>226</top>
                <include>status_Info</include>
            </control>
        </control>
    </include>
    <include name="view_Icon2Portrait">
        <control type="fixedlist" id="58">
            <viewtype label="Strip">bigicon</viewtype>
            <hitrect x="0" y="-10" w="1280" h="190"/>            
            <left>25</left>
            <top>400</top>
            <width>1272</width>
            <height>425</height>
            <onup>6000</onup>
            <ondown>71</ondown>
            <onleft>58</onleft>
            <onright>58</onright>
            <pagecontrol>71</pagecontrol>
            <preloaditems>2</preloaditems>
            <orientation>horizontal</orientation>
            <include>global_Scrolltime</include>
            <include>transition_Content</include>
            <include>toggle_Menu</include>
            <include>transition_Info</include>
            <visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(sets) | Container.Content(actors)</visible>
            <itemlayout width="194" height="277">
                <include>viewIcon2Portrait-ContainerCommons</include>
            </itemlayout>                                            
            <focusedlayout width="194" height="277">
                <control type="image">
                    <width>184</width>
                    <height>266</height>
                    <include>art_Frame-fo</include>
                </control>
                <include>viewIcon2Portrait-ContainerCommons</include>
            </focusedlayout>
        </control>
    </include>    
<!--POSTERSMALL-->
    <include name="view_Icon2PortraitSmall-ContainerCommons">
        <control type="image">
            <width>129</width>
            <height>184</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">    
                <width>115</width>
                <height>170</height>
                <texture background="true">thumbs/default_Portrait.png</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <left>25</left>
                <top>53</top>
                <width>64</width>
                <height>64</height>
                <texture>$INFO[ListItem.ActualIcon]</texture>
                <aspectratio>keep</aspectratio>
                <visible>IsEmpty(ListItem.Thumb)</visible>
            </control>
            <control type="image">
                <width>115</width>
                <height>170</height>
                <texture background="true">$VAR[thumb_Portrait]</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="group">
                <left>89</left>
                <top>144</top>
                <include>status_Info</include>
            </control>
        </control>
    </include>
    <include name="view_Icon2PortraitSmall">
        <control type="fixedlist" id="581">
            <viewtype label="Strip">bigicon</viewtype>  
            <hitrect x="0" y="-10" w="1280" h="190"/>            
            <left>25</left>
            <top>450</top>
            <width>1272</width>
            <height>250</height>
            <onup>6000</onup>
            <ondown>71</ondown>
            <onleft>581</onleft>
            <onright>581</onright>
            <pagecontrol>71</pagecontrol>
            <preloaditems>2</preloaditems>
            <orientation>horizontal</orientation>
            <include>global_Scrolltime</include>
            <include>transition_Content</include>
            <include>toggle_Menu</include>
            <include>transition_Info</include>
            <visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(sets)</visible>
            <itemlayout width="139" height="194">
                <include>view_Icon2PortraitSmall-ContainerCommons</include>
            </itemlayout>                                            
            <focusedlayout width="139" height="194">
                <control type="image">
                    <width>129</width>
                    <height>184</height>
                    <include>art_Frame-fo</include>
                </control>
                <include>view_Icon2PortraitSmall-ContainerCommons</include>
            </focusedlayout>
        </control>
    </include>   
</includes> 
I found the problem is the "detail_Thumbnails" value, because when I replace it with "detail_Slide" it works. I do not know where is the setting of this value? variable may be in, but I can not find. I'' ve forgotten the back link to my new view may be . I'll try, thank you again for your help Smile
With sublime text you can search for text in multiple files so it's easier to find a specific text.
yeah super yes, I found thank you to you Smile A tiny line in MyvideoNav .. you're a god , dude Smile
Pages: 1 2