Solved need help refocus for glass effect
#46
ah thank you, it works. you're a great guy I must be blind; how I have do for not see them
Reply
#47
Is it possible to create an effect of diffusion on panel background images (shadow effect) without doing this with photoshop? If I have a black frame with sharp edge, is that a code exists to spread the edge blur effect, like a shadow effect. I hope you understand my words
Reply
#48
AFAIK that's not possible, l remember there was some discussion going on about that in the skinning forum. Maybe look there for a definitive answer.
Reply
#49
Ok thank you I'll look. I have a lot of trouble, I am very bad in English. By cons I am trying to galleys, I can not find where is the code for the list view with landscapes + info and list views with large poster.

also i have not yet been found where the lines for the thumbnails. This is really a job schedule skins. Congratulations to all skinner
Reply
#50
The regular list view is located in myvideonav.xml
Reply
#51
ha yeah? Thank you very much I'll get. This is for all skin that lists are in Myvideo nav? or just Refocus? How did you know that? self learn or it is your profession?
Reply
#52
Knew that from the days I was modding a skin myself. Idk if that's for all skins, I guess it is because a list view is sort of standard for all skins.
Reply
#53
I'm going to ask you another helper, I can not find the thumbnail view. They are not in Myvideonav. they are also hidden? I put the download link refocus glass Smile thanks to you and the super skin Jeroen Smile
Reply
#54
Maybe viewicon or viewgallery?
Reply
#55
ok thx, i check Smile
Reply
#56
I'm almost done, and I thank you Smile By cons there is one thing I not understand it, this is in the addons for I have the arrow (I do not know how to explain) to go back in the folder, and the arrow for more addons that have good effect glass, but not the icons of adonns. where is the code for addons in sight? in includesaddons there TVicon, and this is not it?
Reply
#57
That's in the same files as movies, you'll have to look for the visible tag with addon. Below that is the code for an addon view.
Reply
#58
I'll look at it. Without you, I would never have succeeded. it seems for some very easy what I do and would probably do it alone and quickly, it was very hard to understand for me and I am proud of my work.
Reply
#59
well, I do not think for small square icons, whatever I change, I crash refocus. So if it does not bother you early next week, I would ask you a final push for minuatures and square icon. I will take a little XBMC Refocus Glass, now Smile

friendship
Reply
#60
Hi,
Throughout this part I can not find the right positions. when I change the Frame nf, there is a big bug refocus. can you help me on how to place the frame nf for the glass effect is on the image. and not below Smile Thanks




PHP Code:
<!--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>362</left>
                <
top>187</top>
                <include>
overlay_Watch</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(571) + [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
Reply

Logout Mark Read Team Forum Stats Members Help
need help refocus for glass effect0