Kodi Community Forum
How to recover extrafanart with plug MOVIE SET? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: How to recover extrafanart with plug MOVIE SET? (/showthread.php?tid=198506)



How to recover extrafanart with plug MOVIE SET? - Reynald - 2014-06-23

Hello friends

PHP Code:
<control type="image">
                     <
left>550</left>
                    <
top>10</top>
                     <
width>780</width>
                     <
height>450</height>
                     <
texture background="true">frames/Landscape-overlays.png</texture>
                     <
aspectratio>scale</aspectratio>
                     <
colordiffuse>accent_5</colordiffuse>
                     <
visible>Control.IsVisible(591)</visible>                     
                  </
control>
                  <
control type="image">
                     <
left>375</left>
                    <
top>80</top>
                     <
width>780</width>
                     <
height>450</height>
                     <
texture background="true">frames/Landscape-overlays.png</texture>
                     <
aspectratio>scale</aspectratio>
                     <
colordiffuse>accent_5</colordiffuse>
                     <
visible>Control.IsVisible(591)</visible>                     
                  </
control>
            
                <
control type="image">
                    <
right>screenright</right>
                    <
top>125</top>
                    <
width>780</width>
                    <
height>450</height>
                    <
aspectratio scalediffuse="false">scale</aspectratio>                    
                    <
texture diffuse="overlays/Fanart_Diffuse.png" background="false" fallback="overlays/Fanart_Fallback.png">$VAR[global_Fanart]</texture>
                 <
visible>Control.IsVisible(591)</visible>
                </
control>
                
                <
control type="multiimage">
                <
right>screenright</right>
                    <
top>125</top>
                    <
width>780</width>
                    <
height>450</height>
                <
imagepath diffuse="overlays/Fanart_Diffuse.png"  background="false"fallback="overlays/Fanart_Fallback.png">$VAR[extrafanart.path]</imagepath>
                    <
aspectratio scalediffuse="false">scale</aspectratio>
                <include>
fadeinout</include>    
                <
timeperimage>9000</timeperimage>
                    <
randomize>true</randomize>
                    <
fadetime>5</fadetime>                    
                    <
loop>yes</loop>                                 
                <
visible>Control.IsVisible(591) + Skin.HasSetting(gallery.extrafanart)</visible>
-----------------------------------
here ???
                <
visible>!Container.Content(sets)</visible>
-------------------------------------------
                </
control

I coded it for a view, but I no see the container MovieSet displays extra fanart because it does not use . How permitted for movies and tv show and recover into Movie Set?

EDIT: When I go to movies with this view and then I go MovieSet (plug) extra fanart remains displayed and hides the fanart sets

Thx Wink


RE: how interdict a container for extra fanart ? - Reynald - 2014-06-23

http://forum.xbmc.org/showthread.php?tid=89163

I read it again , but I understand not how to use these codes to either allow extra fanarts
or refuse

if i add this code , extra fanart are not display on the view movies

PHP Code:
<visible>!IsEmpty(Window(10025).Property(Content.MovieSets))</visible

Edit : The ideal would be to recover the extra fanart stored in folders movies. I think there is a relation,But I do not succeed

PHP Code:
<visible>!IsEmpty(Window(10025).Property(Content.MovieSets)) | StringCompare(Container.FolderPath,videodb://1/7/)</visible> 



RE: How to recover extrafanart with plug MOVIE SET? - Reynald - 2014-06-23

the problem !!!! when is enable extra fanart for movies and tv show !


Image


RE: How to recover extrafanart with plug MOVIE SET? - Reynald - 2014-06-24

Nobody can help me?

Maybe I expressed myself badly?