• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 12
Mod Share your themes : Custom lists
#16
Vue Panel+ Text /

https://www.dropbox.com/sh/tsqe2er4i23vv...hpDDa?dl=0

For best results, use Block 2X1 / 2x2 / 2X3 and 3X1 / 3x2 / 3x3
Then adapt your views with other block as desired.

Here one example :

watch gallery

Image
Reply
#17
Widget Poster : Bloc 1 (1x2)+ Bloc Info (1x1) : http://prntscr.com/a47m9d

Image



Code:
<itemlayout width="170" height="$PARAM[height]">        
        <control type="group">    
        <top>80</top>
                <control type="image">
                <left>0</left>                    
                 <width>150</width>
            <height>210</height>
                <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$INFO[ListItem.Icon]</texture>
                </control>    
        </control>
        </itemlayout>
        
        <focusedlayout width="170" height="$PARAM[height]">
          <animation type="Conditional" condition="Control.HasFocus(9000)" reversible="false">
                <effect type="Slide"  center="auto" start="0,0" end="0,0" easing="In" tween="Cubic"/>
            </animation>
            <animation type="Conditional" condition="!Control.HasFocus(9000)" reversible="false">
                <effect type="Slide" time="450" center="auto" start="0,0" end="0,0" easing="In" tween="Cubic"/>
            </animation>    
            <control type="group">          
       <top>80</top>
        
              <control type="image">
                    <left>-6</left>
                   <top>-5</top>
                    <width>162</width>
            <height>222</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1ItemF)]">common/white.png</texture>
                </control>
                <control type="image">
                    <left>0</left>
                    
                    <width>150</width>
            <height>210</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$INFO[ListItem.Icon]</texture>
                </control>
        </control>    
         </focusedlayout>




++++++++++++++++++


With effect flipy :
Image

Code:
<itemlayout width="170" height="$PARAM[height]">        
        <control type="group">    
        <top>80</top>
          <control type="image">
                    <left>-6</left>
                   <top>-5</top>
                    <width>162</width>
            <height>222</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1ItemNF)]">common/white.png</texture>
                </control>
                <control type="image">
                <left>0</left>                    
                 <width>150</width>
            <height>210</height>
                <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$INFO[ListItem.Icon]</texture>
                 </control>                
                  <control type="image">
                   <left>-6</left>
                   <top>220</top>
                    <width>162</width>
            <height>222</height>
                    <aspectratio>scale</aspectratio>
                    <texture flipy="true" colordiffuse="$INFO[Skin.String(Color.B1ItemNF)]">common/white.png</texture>
                <animation effect="fade" start="25" end="25" time="300" condition="true">Conditional</animation>
        
                </control>
                 <control type="image">
                 <top>220</top>
                    <left>0</left>
                    <width>150</width>
            <height>210</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF"flipy="true">$INFO[ListItem.Icon]</texture>
                <animation effect="fade" start="25" end="25" time="300" condition="true">Conditional</animation>
        
                </control>
        </control>
        </itemlayout>
        <focusedlayout width="170" height="$PARAM[height]">
              
            <control type="group">          
       <top>80</top>
              <control type="image">
                    <left>-6</left>
                   <top>-5</top>
                    <width>162</width>
            <height>222</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1ItemF)]">common/white.png</texture>
                </control>
                
                <control type="image">
                    <left>0</left>
                    <width>150</width>
            <height>210</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$INFO[ListItem.Icon]</texture>
                </control>
                  <control type="image">
                 <top>220</top>
                    <left>0</left>
                    <width>150</width>
            <height>210</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF"flipy="true">$INFO[ListItem.Icon]</texture>
                    <animation effect="fade" start="25" end="25" time="300" condition="true">Conditional</animation>
        
                </control>
        </control>    
         </focusedlayout>
Reply
#18
Reynald thanks for all your custom list contributions, the hard part now is deciding which ones to use given we only have 6 lists available to use. You're a machine and I also will share lists with the community once I work out how to do so. I'm using your submissions to read and understand the code.

I've increased your rep rating as credit for all your hard work - well done and thanks again.

Jay I've also added to your rep rating - it's long overdue for creating such a unique and amazing skin. The concept and execution is astonishing. I'm so grateful for all your creativity and ongoing support. Just amazing
Reply
#19
(2016-02-16, 21:19)Reynald Wrote: Vue Panel+ Text /
Confused

For best results, use Block 2X1 / 2x2 / 2X3 and 3X1 / 3x2 / 3x3
Then adapt your views with other block as desired.

Here one example :

Image

Love this view
Reply
#20
(2016-02-17, 08:26)Kokonutcreme Wrote: Reynald thanks for all your custom list contributions, the hard part now is deciding which ones to use given we only have 6 lists available to use. You're a machine and I also will share lists with the community once I work out how to do so. I'm using your submissions to read and understand the code.

I've increased your rep rating as credit for all your hard work - well done and thanks again.

Jay I've also added to your rep rating - it's long overdue for creating such a unique and amazing skin. The concept and execution is astonishing. I'm so grateful for all your creativity and ongoing support. Just amazing

Thank you very much, but if you look at a code, read one of Jay for learn, there are best. This is what I do, I'm not a coder, and I'm not about perfection in my programming. Thank you very much for your increase my rating. Smile
After , i create new view , with effect mirrors.
Reply
#21
Image


Poster reflect View : https://www.dropbox.com/sh/rm3m88a4v2efa...AIu9a?dl=0

Bloc 1 : 1X3 ( Bottom) . select image reflect_Poster Background
Bloc 2 : 1x1 , select image Fond Black background for Background
Bloc 3 Iddent
Bloc 4 : Fallback logo .select Fond Black Background for Background
Bloc Background , select image Poster_Mirrors_overlays

HIdden sidebar , Fanart Background Visible .

Code:
<itemlayout width="170" height="$PARAM[height]">        
        <control type="group">    
        <left>15</left>
        <top>80</top>
          <control type="image">
                    <left>-6</left>
                   <top>-5</top>
                    <width>162</width>
            <height>222</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1ItemNF)]">common/white.png</texture>
                </control>
                <control type="image">
                <left>0</left>                    
                 <width>150</width>
            <height>210</height>
                <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$INFO[ListItem.Icon]</texture>
                 </control>                
                  <control type="image">
                   <left>-6</left>
                   <top>220</top>
                    <width>162</width>
            <height>222</height>
                    <aspectratio>scale</aspectratio>
                    <texture flipy="true" colordiffuse="$INFO[Skin.String(Color.B1ItemNF)]">common/white.png</texture>
                <animation effect="fade" start="25" end="25" time="300" condition="true">Conditional</animation>
        
                </control>
                 <control type="image">
                 <top>220</top>
                    <left>0</left>
                    <width>150</width>
            <height>210</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF"flipy="true">$INFO[ListItem.Icon]</texture>
                <animation effect="fade" start="25" end="25" time="300" condition="true">Conditional</animation>
        
                </control>
        </control>
        <control type="group">
                <right>1</right>
                <top>73</top>
                <width>100</width>
                <height>100</height>
                <control type="image">
                    <right>0</right>
                    <top>0</top>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$VAR[CategoryColor]">common/corner.png</texture>
                </control>
                <control type="image">
                    <right>5</right>
                    <top>5</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">material/check.png</texture>
                    <visible>!ListItem.HasTimer + !ListItem.IsRecording + !ListItem.IsResumable</visible>
                </control>
                <control type="image">
                    <right>6</right>
                    <top>6</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">osd/pause.png</texture>
                    <visible>ListItem.IsResumable</visible>
                </control>
                <!-- Recording image -->
                <control type="image">
                    <right>5</right>
                    <top>5</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">osd/record.png</texture>
                    <visible>ListItem.IsRecording</visible>
                </control>
                <!-- Timer image -->
                <control type="image">
                    <right>5</right>
                    <top>5</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">material/clock.png</texture>
                    <visible>ListItem.HasTimer + !ListItem.IsRecording</visible>
                </control>            

            <visible>[Skin.HasSetting(WatchedFlag) + [Container.Content(movies) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | [Container.Content(episodes) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | [Container.Content(seasons) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | [Container.Content(tvshows) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | ListItem.IsResumable] | ListItem.IsRecording | ListItem.HasTimer</visible>
            </control>
        </itemlayout>
        <focusedlayout width="170" height="$PARAM[height]">
              
            <control type="group">          
       <top>80</top>
       <left>15</left>
              <control type="image">
                    <left>-6</left>
                   <top>-5</top>
                    <width>162</width>
            <height>222</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1ItemF)]">common/white.png</texture>
                </control>
                
                <control type="image">
                    <left>0</left>
                    <width>150</width>
            <height>210</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$INFO[ListItem.Icon]</texture>
                </control>
                  <control type="image">
                 <top>220</top>
                    <left>0</left>
                    <width>150</width>
            <height>210</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF"flipy="true">$INFO[ListItem.Icon]</texture>
                    <animation effect="fade" start="25" end="25" time="300" condition="true">Conditional</animation>
        
                </control>
        </control>
        <control type="group">
                <right>1</right>
                <top>73</top>
                <width>100</width>
                <height>100</height>
                <control type="image">
                    <right>0</right>
                    <top>0</top>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$VAR[CategoryColor]">common/corner.png</texture>
                </control>
                <control type="image">
                    <right>5</right>
                    <top>5</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">material/check.png</texture>
                    <visible>!ListItem.HasTimer + !ListItem.IsRecording + !ListItem.IsResumable</visible>
                </control>
                <control type="image">
                    <right>6</right>
                    <top>6</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">osd/pause.png</texture>
                    <visible>ListItem.IsResumable</visible>
                </control>
                <!-- Recording image -->
                <control type="image">
                    <right>5</right>
                    <top>5</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">osd/record.png</texture>
                    <visible>ListItem.IsRecording</visible>
                </control>
                <!-- Timer image -->
                <control type="image">
                    <right>5</right>
                    <top>5</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">material/clock.png</texture>
                    <visible>ListItem.HasTimer + !ListItem.IsRecording</visible>
                </control>            

            <visible>[Skin.HasSetting(WatchedFlag) + [Container.Content(movies) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | [Container.Content(episodes) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | [Container.Content(seasons) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | [Container.Content(tvshows) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | ListItem.IsResumable] | ListItem.IsRecording | ListItem.HasTimer</visible>
            </control>
         </focusedlayout>
Reply
#22
View Panel Poster / ( With for this example = Bloc Playing FallBack ClearART , Bloc 1 = 2x2 , Bloc 2= 1X1 / Fanart Global .

Image
Code:
<itemlayout width="212" height="360">        
        <control type="group">    
        
          <control type="image">
                    <width>213</width>
            <height>315</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1ItemNF)]">common/white.png</texture>
                </control>
                <control type="image">
                <top>10</top>
                <left>6</left>                    
                 <width>200</width>
            <height>295</height>
                <aspectratio>stretch</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$INFO[ListItem.Icon]</texture>
                 </control>
        </control>
        <control type="group">
                <right>1</right>
                <top>0</top>
                <width>100</width>
                <height>100</height>
                <control type="image">
                    <right>0</right>
                    <top>0</top>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$VAR[CategoryColor]">common/corner.png</texture>
                </control>
                <control type="image">
                    <right>5</right>
                    <top>5</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">material/check.png</texture>
                    <visible>!ListItem.HasTimer + !ListItem.IsRecording + !ListItem.IsResumable</visible>
                </control>
                <control type="image">
                    <right>6</right>
                    <top>6</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">osd/pause.png</texture>
                    <visible>ListItem.IsResumable</visible>
                </control>
                <!-- Recording image -->
                <control type="image">
                    <right>5</right>
                    <top>5</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">osd/record.png</texture>
                    <visible>ListItem.IsRecording</visible>
                </control>
                <!-- Timer image -->
                <control type="image">
                    <right>5</right>
                    <top>5</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">material/clock.png</texture>
                    <visible>ListItem.HasTimer + !ListItem.IsRecording</visible>
                </control>            

            <visible>[Skin.HasSetting(WatchedFlag) + [Container.Content(movies) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | [Container.Content(episodes) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | [Container.Content(seasons) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | [Container.Content(tvshows) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | ListItem.IsResumable] | ListItem.IsRecording | ListItem.HasTimer</visible>
            </control>
        </itemlayout>
        <focusedlayout width="212" height="360">              
            <control type="group">    
              <control type="image">                  
                    <width>213</width>
            <height>315</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1ItemF)]">common/white.png</texture>
                </control>                
                <control type="image">
                <top>10</top>
                    <left>6</left>
                    <width>200</width>
            <height>295</height>
                    <aspectratio>stretch</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$INFO[ListItem.Icon]</texture>
                </control>
                
        </control>    
        <control type="group">
                <right>1</right>
                <top>0</top>
                <width>100</width>
                <height>100</height>
                <control type="image">
                    <right>0</right>
                    <top>0</top>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$VAR[CategoryColor]">common/corner.png</texture>
                </control>
                <control type="image">
                    <right>5</right>
                    <top>5</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">material/check.png</texture>
                    <visible>!ListItem.HasTimer + !ListItem.IsRecording + !ListItem.IsResumable</visible>
                </control>
                <control type="image">
                    <right>6</right>
                    <top>6</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">osd/pause.png</texture>
                    <visible>ListItem.IsResumable</visible>
                </control>
                <!-- Recording image -->
                <control type="image">
                    <right>5</right>
                    <top>5</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">osd/record.png</texture>
                    <visible>ListItem.IsRecording</visible>
                </control>
                <!-- Timer image -->
                <control type="image">
                    <right>5</right>
                    <top>5</top>
                    <width>25</width>
                    <height>25</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1Txt1F)]">material/clock.png</texture>
                    <visible>ListItem.HasTimer + !ListItem.IsRecording</visible>
                </control>            

            <visible>[Skin.HasSetting(WatchedFlag) + [Container.Content(movies) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | [Container.Content(episodes) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | [Container.Content(seasons) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | [Container.Content(tvshows) + stringcompare(ListItem.Overlay,OverlayWatched.png)] | ListItem.IsResumable] | ListItem.IsRecording | ListItem.HasTimer</visible>
            </control>

Other example :

https://www.dropbox.com/sh/cd4g8csuhslpi...b09Xa?dl=0

Image
Reply
#23
List Poster Fanart

Bloc 1 = 3X3

Image

Code:
<itemlayout width="1919"height="356">
        <control type="group">
     <left>15</left>
     <control type="image">    
            <left>1120</left>
            <width>790</width>
                <height>356</height>
                <aspectratio>stretch</aspectratio>
                <texture colordiffuse="    $INFO[Skin.String(Color.B1Bg)]">common/white.png</texture>
        </control>
        <control type="image">            
        <width>825</width>
                <height>356</height>
                <aspectratio>stretch</aspectratio>
                <texture colordiffuse="    $INFO[Skin.String(Color.B1Bg)]">common/white.png</texture>
            </control>
            <control type="label">
            <left>25</left>
                <height>70</height>
                <left>24</left>
                <align>left</align>
                <aligny>center</aligny>
                <font>Font30</font>
                <textcolor>$INFO[Skin.String(Color.B1Txt1NF)]</textcolor>
                <label>$INFO[ListItem.Label]</label>
            </control>
            <control type="textbox">
            <left>25</left>
                    <top>50</top>
                    <width>754</width>
                    <height>260</height>
                    <align>justify</align>
                <aligny>center</aligny>
                    <font>Font27</font>
                    <textcolor>$INFO[Skin.String(Color.B1Txt2NF)]</textcolor>
                    <label>$INFO[ListItem.Plot]</label>
                </control>
            </control>
            <control type="group">
             <left>860</left>
            <control type="image">
                  <left>4.5</left>
                    <top>3.5</top>
                    <width>245</width>
                    <height>345</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$VAR[ThumbPortrait]</texture>
                </control>
                </control>
                <control type="group">
            
                 <control type="image">
                <left>1143</left>
                <top>2.5</top>
               <width>756</width>
                 <height>348</height>
                <align>center</align>
                <aligny>top</aligny>
                <aspectratio>scale</aspectratio>
                <texture background="true" colordiffuse="FFFFFFFF">$INFO[ListItem.Art(fanart)]</texture>                
            </control>
            </control>
        </itemlayout>

        <focusedlayout width="1919" height="356">
            <control type="group">
     <left>15</left>
            <control type="image">    
            <left>1120</left>
            <width>790</width>
                <height>356</height>
                <aspectratio>stretch</aspectratio>
                <texture colordiffuse="$VAR[CategoryColor]">common/white.png</texture>
        </control>
            <control type="image">    
            <width>825</width>
                <height>356</height>
                <aspectratio>stretch</aspectratio>
                <texture colordiffuse="$VAR[CategoryColor]">common/white.png</texture>
            </control>
            <control type="label">            
                <left>25</left>
                <height>70</height>                
                <align>left</align>
                <aligny>center</aligny>
                <font>Font30</font>
                <textcolor>$INFO[Skin.String(Color.B1Txt1F)]</textcolor>
                <label>$INFO[ListItem.Label]</label>
            </control>
             <control type="textbox">
            <left>25</left>
                    <top>50</top>
                    <width>754</width>
                    <height>260</height>
                    <align>justify</align>
                <aligny>center</aligny>
                    <font>Font27</font>
                    <textcolor>$INFO[Skin.String(Color.B1Txt2F)]</textcolor>
                    <label>$INFO[ListItem.Plot]</label>
                </control>    
                </control>    
                <control type="group">
             <left>860</left>
             <control type="image">    
              <width>256</width>
                <height>355</height>
                <aspectratio>stretch</aspectratio>
                <texture colordiffuse="$VAR[CategoryColor]">common/white.png</texture>
            </control>
            <control type="image">
                    <left>4.5</left>
                    <top>3.5</top>
                    <width>245</width>
                    <height>345</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$VAR[ThumbPortrait]</texture>
                </control>
                </control>
                <control type="group">
            
                 <control type="image">
                <left>1143</left>
                <top>2.5</top>
               <width>756</width>
                 <height>348</height>
                <align>center</align>
                <aligny>top</aligny>
                <aspectratio>scale</aspectratio>
                <texture background="true" colordiffuse="FFFFFFFF">$INFO[ListItem.Art(fanart)]</texture>              
            </control>
            </control>
        </focusedlayout>
Reply
#24
Widget et View Square reflect for music .
https://www.dropbox.com/sh/m6gc21l6m6uy0...F_Mqa?dl=0

Image

Code:
<itemlayout width="170" height="$PARAM[height]">        
        <control type="group">    
        <left>15</left>
        <top>80</top>
          <control type="image">
                    <left>-6</left>
                   <top>-5</top>
                    <width>162</width>
            <height>162</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1ItemNF)]">common/white.png</texture>
                </control>
                <control type="image">
                <left>0</left>                    
                 <width>150</width>
            <height>150</height>
                <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$INFO[ListItem.Icon]</texture>
                 </control>                
                  <control type="image">
                   <left>-6</left>
                   <top>220</top>
                    <width>162</width>
            <height>162</height>
                    <aspectratio>scale</aspectratio>
                    <texture flipy="true" colordiffuse="$INFO[Skin.String(Color.B1ItemNF)]">common/white.png</texture>
                <animation effect="fade" start="20" end="20" time="300" condition="true">Conditional</animation>
        
                </control>
                 <control type="image">
                 <top>160</top>
                    <left>0</left>
                        <width>150</width>
            <height>150</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF"flipy="true">$INFO[ListItem.Icon]</texture>
                <animation effect="fade" start="25" end="25" time="300" condition="true">Conditional</animation>
        
                </control>
        </control>
        </itemlayout>
        <focusedlayout width="170" height="$PARAM[height]">
              
            <control type="group">          
       <top>80</top>
       <left>15</left>
              <control type="image">
                    <left>-6</left>
                   <top>-5</top>
                    <width>162</width>
            <height>162</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1ItemF)]">common/white.png</texture>
                </control>
                
                <control type="image">
                    <left>0</left>
                        <width>150</width>
            <height>150</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$INFO[ListItem.Icon]</texture>
                </control>
                  <control type="image">
                 <top>160</top>
                    <left>0</left>
                        <width>150</width>
            <height>150</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF"flipy="true">$INFO[ListItem.Icon]</texture>
                    <animation effect="fade" start="25" end="25" time="300" condition="true">Conditional</animation>
        
                </control>
        </control>    
         </focusedlayout>
Reply
#25
Mini Square for Album .
Image
Image

Code:
<itemlayout width="175" height="175">    
        <control type="group">    
        <left>15</left>
        <top>35</top>
          <control type="image">
                    <left>-6</left>
                   <top>-5</top>
                    <width>162</width>
            <height>162</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1ItemNF)]">common/white.png</texture>
                </control>
                <control type="image">
                <left>0</left>                    
                 <width>150</width>
            <height>150</height>
                <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$INFO[ListItem.Icon]</texture>
                 </control>        
        </control>
        </itemlayout>
        <focusedlayout width="175" height="175">.             
            <control type="group">    
       <left>15</left>
       <top>35</top>
              <control type="image">
                    <left>-6</left>
                   <top>-5</top>
                    <width>162</width>
            <height>162</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="$INFO[Skin.String(Color.B1ItemF)]">common/white.png</texture>
                </control>
                
                <control type="image">
                    <left>0</left>
                        <width>150</width>
            <height>150</height>
                    <aspectratio>scale</aspectratio>
                    <texture colordiffuse="FFFFFFFF">$INFO[ListItem.Icon]</texture>
                </control>                
        </control>    
         </focusedlayout>
Reply
#26
(2016-02-16, 21:19)Reynald Wrote: Vue Panel+ Text /

For best results, use Block 2X1 / 2x2 / 2X3 and 3X1 / 3x2 / 3x3
Then adapt your views with other block as desired.

Here one example :

Image

Reynald, did you apply a specific overlay image on the bloc fanart? Or did you just adjust the opacity of the bloc fanart to achieve this effect?
Reply
#27
(2016-02-21, 01:56)Kokonutcreme Wrote: Reynald, did you apply a specific overlay image on the bloc fanart? Or did you just adjust the opacity of the bloc fanart to achieve this effect?

Select Image in Wallpaper Fanart , and add this png . https://www.dropbox.com/s/gtq9w2p5qq6ebt...d.png?dl=0
Reply
#28
If you want I'll make a backup of all my current views white. I just love it

Image
Reply
#29
(2016-02-21, 02:32)Reynald Wrote:
(2016-02-21, 01:56)Kokonutcreme Wrote: Reynald, did you apply a specific overlay image on the bloc fanart? Or did you just adjust the opacity of the bloc fanart to achieve this effect?

Select Image in Wallpaper Fanart , and add this png . https://www.dropbox.com/s/gtq9w2p5qq6ebt...d.png?dl=0

Thanks
Reply
#30
All my Videos Views . you must choose the Light color work well with my setup view.

watch gallery


Here are all the images, file templates for each entry view in separate folders. You will need to reassign each image corresponding to the block. You also have a Full backup video , if you want to use all views.
In some case there are personalized lists (Custom) consider adding 16X9 in your folder of your skin.
You can also choose to use a single view, there are the templates files in EVERY folder views.

https://www.dropbox.com/s/w0wxt6ccxq8dkm...G.rar?dl=0

It is difficult to explain how to rebuild each view, but KOVER is easy to understand and work very well file sharing. If you need help finding an image path, let me know.
Reply
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 12

Logout Mark Read Team Forum Stats Members Help
Share your themes : Custom lists1