Recently added widget...
#1
So here's my question, when an item is marked as watched. It's not dynamically updated. It still only shows the last item added whether it was watched or not.

However if you go to the recently added on the TV shows bar and have hide watched ticked. It adjust accordingly and will hide obviously what is watched.

Now my concern with this, is that somebody suggested if I want it to work the way that I would like it to work / the way that I honestly feel that it should work.

Is that I should create a smart playlist. With two rules. Plays equal to zero. As well as say added within the last 30 days.

So here's my question, while I could very easily go to a more editable skin. As someone suggested along with / in addition to the smart playlist idea.

I really love the way Confluence looks.

So here's the deal...

In what XML file and where, assuming this is even possible. What needs to be edited to replace the currently existing widget with that of a smart playlist?

But in the end, getting me the same look and appeal to the currently existing one. As you will see in the image.

Which someone said I could get using a skin like Aura or Eminence which I can't stand to look at even though the widget can be replaced with that of one created from a smart playlist from within one of the skin menus.

Image
Image
Reply
#2
You can easily replace the widgets there with a playlist and you can also increase the number. Let me know how later.
Reply
#3
(2020-08-19, 06:55)SkinBase Wrote: You can easily replace the widgets there with a playlist and you can also increase the number. Let me know how later.
Let you know what later ?

I'm asking how to replace the widget with a smart playlist. Since someone in their Infinite Wisdom designed a widget that doesn't update dynamically when something is watched. Whereas if I can replace it with a smart playlist, it should / Will based on what someone previously told me.
Image
Reply
#4
I've prepared something for you.
Reply
#5
<?xml version='1.0' encoding='UTF-8'?>
<includes>
<include name="HomeRecentlyAddedInfo">
<control id="9003" type="group">
<top>10</top>
<onup>20</onup>
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<visible>!Window.IsVisible(Favourites)</visible>
<include>VisibleFadeEffect</include>
<animation delay="1000" effect="fade" time="300">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
<control type="group">
<left>190</left>
<top>50</top>
<visible>Library.HasContent(Movies)</visible>
<visible>Container(9000).Hasfocus(10) + !Skin.HasSetting(HomepageHideRecentlyAddedVideo)</visible>
<include>VisibleFadeEffect</include>
<control type="label">
<description>Title label</description>
<left>180</left>
<top>220</top>
<height>20</height>
<width>540</width>
<label>20386</label>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control id="8000" type="list">
<animation condition="StringCompare(Container(8000).NumItems,2)" effect="slide" end="90,0" start="0,0" time="0">conditional</animation>
<animation condition="StringCompare(Container(8000).NumItems,1)" effect="slide" end="180,0" start="0,0" time="0">conditional</animation>
<left>0</left>
<top>0</top>
<width>900</width>
<height>220</height>
<onleft>8000</onleft>
<onright>8000</onright>
<onup>20</onup>
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<orientation>Horizontal</orientation>
<itemlayout height="220" width="180">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>180</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="220" width="180">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>180</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<visible>Control.HasFocus(8000)</visible>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<visible>!Control.HasFocus(8000)</visible>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(8000)</visible>
</control>
</focusedlayout>
<content target="video">special://skin/playlists/1080p.xsp</content>
</control>
<control type="button">
<description>left Arrow</description>
<left>-40</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-left.png</texturefocus>
<texturenofocus>arrow-big-left.png</texturenofocus>
<onclick>Control.Move(8000,-1)</onclick>
<visible>Control.HasFocus(8000) + Container(8000).HasPrevious</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="button">
<description>right Arrow</description>
<left>910</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-right.png</texturefocus>
<texturenofocus>arrow-big-right.png</texturenofocus>
<onclick>Control.Move(8000,1)</onclick>
<visible>Control.HasFocus(8000) + Container(8000).HasNext</visible>
<include>VisibleFadeEffect</include>
</control>
</control>

<control type="group">
<left>775</left>
<top>50</top>
<visible>Library.HasContent(TVShows)</visible>
<visible>Container(9000).Hasfocus(11) + !Skin.HasSetting(HomepageHideRecentlyAddedVideo)</visible>
<include>VisibleFadeEffect</include>
<control type="label">
<description>Title label</description>
<left>0</left>
<top>220</top>
<height>20</height>
<width>480</width>
<label>20387</label>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control id="8001" type="list">
<animation condition="StringCompare(Container(8001).NumItems,2)" effect="slide" end="120,0" start="0,0" time="0">conditional</animation>
<animation condition="StringCompare(Container(8001).NumItems,1)" effect="slide" end="240,0" start="0,0" time="0">conditional</animation>
<left>0</left>
<top>0</top>
<width>480</width>
<height>240</height>
<onleft>8001</onleft>
<onright>8001</onright>
<onup>20</onup>
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<orientation>Horizontal</orientation>
<focusposition>1</focusposition>
<movement>2</movement>
<itemlayout height="220" width="240">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>240</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>220</width>
<height>155</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<left>20</left>
<top>168</top>
<width>200</width>
<height>20</height>
<font>font10</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.TVShowTitle]</label>
</control>
<control type="label">
<left>20</left>
<top>185</top>
<width>200</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="220" width="240">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>240</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>220</width>
<height>155</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<visible>Control.HasFocus(8001)</visible>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>220</width>
<height>155</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<visible>!Control.HasFocus(8001)</visible>
</control>
<control type="label">
<left>20</left>
<top>168</top>
<width>200</width>
<height>20</height>
<font>font10</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.TVShowTitle]</label>
</control>
<control type="label">
<left>20</left>
<top>185</top>
<width>200</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>20</left>
<top>185</top>
<width>200</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(8001)</visible>
</control>
</focusedlayout>
<content target="video">videodb://recentlyaddedepisodes</content>
</control>
<control type="button">
<description>left Arrow</description>
<left>-30</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-left.png</texturefocus>
<texturenofocus>arrow-big-left.png</texturenofocus>
<onclick>Control.Move(8001,-1)</onclick>
<visible>Control.HasFocus(8001) + Container(8001).HasPrevious + !Skin.HasSetting(NoArrow)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="button">
<description>right Arrow</description>
<left>480</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-right.png</texturefocus>
<texturenofocus>arrow-big-right.png</texturenofocus>
<onclick>Control.Move(8001,1)</onclick>
<visible>Control.HasFocus(8001) + Container(8001).HasNext + !Skin.HasSetting(NoArrow)</visible>
<include>VisibleFadeEffect</include>
</control>
</control>
<control type="group">
<left>655</left>
<top>50</top>
<visible>Library.HasContent(Music)</visible>
<visible>Container(9000).Hasfocus(3) + !Skin.HasSetting(HomepageHideRecentlyAddedAlbums)</visible>
<include>VisibleFadeEffect</include>
<control type="label">
<description>Title label</description>
<left>60</left>
<top>220</top>
<height>20</height>
<width>480</width>
<label>359</label>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control id="8002" type="list">
<animation condition="StringCompare(Container(8002).NumItems,2)" effect="slide" end="100,0" start="0,0" time="0">conditional</animation>
<animation condition="StringCompare(Container(8002).NumItems,1)" effect="slide" end="200,0" start="0,0" time="0">conditional</animation>
<left>0</left>
<top>0</top>
<width>600</width>
<height>240</height>
<onleft>8002</onleft>
<onright>8002</onright>
<onup>20</onup>
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<orientation>Horizontal</orientation>
<itemlayout height="220" width="200">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>180</width>
<height>155</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<left>10</left>
<top>170</top>
<width>180</width>
<height>20</height>
<font>font10</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
<control type="label">
<left>10</left>
<top>190</top>
<width>180</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="220" width="200">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>180</width>
<height>155</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<visible>Control.HasFocus(8002)</visible>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>180</width>
<height>155</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<visible>!Control.HasFocus(8002)</visible>
</control>
<control type="label">
<left>10</left>
<top>170</top>
<width>180</width>
<height>20</height>
<font>font10</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
<control type="label">
<left>10</left>
<top>190</top>
<width>180</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>10</left>
<top>190</top>
<width>180</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(8002)</visible>
</control>
</focusedlayout>
<content target="music">musicdb://recentlyaddedalbums/</content>
</control>
<control type="button">
<description>left Arrow</description>
<left>-30</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-left.png</texturefocus>
<texturenofocus>arrow-big-left.png</texturenofocus>
<onclick>Control.Move(8002,-1)</onclick>
<visible>Control.HasFocus(8002) + Container(8002).HasPrevious + !Skin.HasSetting(NoArrow)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="button">
<description>right Arrow</description>
<left>600</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-right.png</texturefocus>
<texturenofocus>arrow-big-right.png</texturenofocus>
<onclick>Control.Move(8002,1)</onclick>
<visible>Control.HasFocus(8002) + Container(8002).HasNext + !Skin.HasSetting(NoArrow)</visible>
<include>VisibleFadeEffect</include>
</control>
</control>
<control type="group">
<left>715</left>
<top>50</top>
<visible>Library.HasContent(Movies) | System.HasAddon(script.randomandlastitems)</visible>
<visible>Container(9000).Hasfocus(27) + !Skin.HasSetting(HomepageHideRecentlyAddedVideo)</visible>
<visible>!IsEmpty(Container(8004).ListItem().Icon)</visible>
<include>VisibleFadeEffect</include>
<control type="label">
<description>Title label</description>
<left>0</left>
<top>220</top>
<height>20</height>
<width>540</width>
<label>50038</label>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control id="8004" type="list">
<animation condition="StringCompare(Container(8004).NumItems,2)" effect="slide" end="90,0" start="0,0" time="0">conditional</animation>
<animation condition="StringCompare(Container(8004).NumItems,1)" effect="slide" end="180,0" start="0,0" time="0">conditional</animation>
<left>0</left>
<top>0</top>
<width>540</width>
<height>220</height>
<onleft>8004</onleft>
<onright>8004</onright>
<onup>20</onup>
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<orientation>Horizontal</orientation>
<itemlayout height="220" width="180">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>180</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="220" width="180">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>180</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<visible>Control.HasFocus(8004)</visible>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<visible>!Control.HasFocus(8004)</visible>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(8004)</visible>
</control>
</focusedlayout>
<content target="video">special://skin/playlists/recentlyadded/1080p.xsp</content>
</control>
<control type="button">
<description>left Arrow</description>
<left>-30</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-left.png</texturefocus>
<texturenofocus>arrow-big-left.png</texturenofocus>
<onclick>Control.Move(8004,-1)</onclick>
<visible>Control.HasFocus(8004) + Container(8004).HasPrevious + !Skin.HasSetting(NoArrow)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="button">
<description>right Arrow</description>
<left>540</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-right.png</texturefocus>
<texturenofocus>arrow-big-right.png</texturenofocus>
<onclick>Control.Move(8004,1)</onclick>
<visible>Control.HasFocus(8004) + Container(8004).HasNext + !Skin.HasSetting(NoArrow)</visible>
<include>VisibleFadeEffect</include>
</control>
</control>
<control type="group">
<left>715</left>
<top>50</top>
<visible>Library.HasContent(Musicvideos)</visible>
<visible>Container(9000).Hasfocus(17) + !Skin.HasSetting(HomepageHideRecentlyAddedVideo)</visible>
<include>VisibleFadeEffect</include>
<control type="label">
<description>Title label</description>
<left>0</left>
<top>220</top>
<height>20</height>
<width>540</width>
<label>50039</label>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control id="8003" type="list">
<animation condition="StringCompare(Container(8003).NumItems,2)" effect="slide" end="90,0" start="0,0" time="0">conditional</animation>
<animation condition="StringCompare(Container(8003).NumItems,1)" effect="slide" end="180,0" start="0,0" time="0">conditional</animation>
<left>0</left>
<top>0</top>
<width>540</width>
<height>220</height>
<onleft>8003</onleft>
<onright>8003</onright>
<onup>20</onup>
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<orientation>Horizontal</orientation>
<itemlayout height="220" width="180">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>180</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="220" width="180">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>180</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<visible>Control.HasFocus(8003)</visible>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<visible>!Control.HasFocus(8003)</visible>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(8003)</visible>
</control>
</focusedlayout>
<content target="video">videodb://recentlyaddedmusicvideos/</content>
</control>
<control type="button">
<description>left Arrow</description>
<left>-30</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-left.png</texturefocus>
<texturenofocus>arrow-big-left.png</texturenofocus>
<onclick>Control.Move(8003,-1)</onclick>
<visible>Control.HasFocus(8003) + Container(8003).HasPrevious + !Skin.HasSetting(NoArrow)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="button">
<description>right Arrow</description>
<left>540</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-right.png</texturefocus>
<texturenofocus>arrow-big-right.png</texturenofocus>
<onclick>Control.Move(8003,1)</onclick>
<visible>Control.HasFocus(8003) + Container(8003).HasNext + !Skin.HasSetting(NoArrow)</visible>
<include>VisibleFadeEffect</include>
</control>
</control>
<control type="group">
<left>715</left>
<top>50</top>
<visible>Library.HasContent(Movies)</visible>
<visible>Container(9000).Hasfocus(35) + !Skin.HasSetting(HomeMenuNoHDMoviesButton)</visible>
<include>VisibleFadeEffect</include>
<control type="label">
<description>Title label</description>
<left>0</left>
<top>220</top>
<height>20</height>
<width>540</width>
<label>$LOCALIZE[20386] (HD)</label>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control id="8005" type="list">
<animation condition="StringCompare(Container(8005).NumItems,2)" effect="slide" end="180,0" start="0,0" time="0">conditional</animation>
<animation condition="StringCompare(Container(8005).NumItems,1)" effect="slide" end="270,0" start="0,0" time="0">conditional</animation>
<left>0</left>
<top>0</top>
<width>540</width>
<height>220</height>
<onleft>8005</onleft>
<onright>8005</onright>
<onup>20</onup>
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<orientation>Horizontal</orientation>
<itemlayout height="220" width="180">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>180</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="220" width="180">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>180</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<visible>Control.HasFocus(8005)</visible>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<visible>!Control.HasFocus(8005)</visible>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(8005)</visible>
</control>
</focusedlayout>
<content target="video">special://skin/playlists/recentlyadded/HDMovies.xsp</content>
</control>
<control type="button">
<description>left Arrow</description>
<left>-30</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-left.png</texturefocus>
<texturenofocus>arrow-big-left.png</texturenofocus>
<onclick>Control.Move(8005,-1)</onclick>
<visible>Control.HasFocus(8005) + Container(8005).HasPrevious + !Skin.HasSetting(NoArrow)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="button">
<description>right Arrow</description>
<left>540</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-right.png</texturefocus>
<texturenofocus>arrow-big-right.png</texturenofocus>
<onclick>Control.Move(8005,1)</onclick>
<visible>Control.HasFocus(8005) + Container(8005).HasNext + !Skin.HasSetting(NoArrow)</visible>
<include>VisibleFadeEffect</include>
</control>
</control>
</control>
<control type="group">
<include>VisibleFadeEffect</include>
<visible>Window.IsVisible(home)</visible>
<visible>[Skin.HasSetting(SPLBackgroundCustom1)+Container(9000).HasFocus(15)]|[Skin.HasSetting(SPLBackgroundCustom2)+Container(9000).HasFocus(16)]</visible>
<control type="panel" id="8006">
<left>-10</left>
<top>-10</top>
<width>1</width>
<height>1</height>
<onleft>8006</onleft>
<onright>8006</onright>
<onup>20</onup>
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<scrolltime>-</scrolltime>
<autoscroll>false</autoscroll>
<viewtype label="536">icon</viewtype>
<pagecontrol>-</pagecontrol>
<itemlayout height="0" width="0">
</itemlayout>
<focusedlayout height="0" width="0">
</focusedlayout>
<content limit="4">$INFO[Container(9000).ListItem.Property(spl)]</content>
</control>
<control type="group">
<top>20</top>
<animation effect="slide" start="0,0" end="0,60" time="0" condition="Skin.HasSetting(LowerMenu)">Conditional</animation>
<control type="image">
<left>100</left>
<top>100</top>
<width>300</width>
<height>190</height>
<animation effect="rotate" end="25" center="auto" condition="true">Conditional</animation>
<texture>$INFO[Container(8006).ListItem(0).Thumb]</texture>
<bordertexture border="5">button-focus2.png</bordertexture>
<bordersize>4</bordersize>
<visible>!IsEmpty(Container(8006).ListItem(0).Episode)</visible>
</control>
<control type="image">
<left>100</left>
<top>100</top>
<width>300</width>
<height>190</height>
<animation effect="rotate" end="25" center="auto" condition="true">Conditional</animation>
<texture>$INFO[Container(8006).ListItem(0).Art(fanart)]</texture>
<bordertexture border="5">button-focus2.png</bordertexture>
<bordersize>4</bordersize>
<visible>IsEmpty(Container(8006).ListItem(0).Episode)</visible>
</control>
<control type="image">
<left>300</left>
<top>200</top>
<width>300</width>
<height>190</height>
<animation effect="rotate" end="-15" center="auto" condition="true">Conditional</animation>
<texture>$INFO[Container(8006).ListItem(1).Thumb]</texture>
<bordertexture border="5">button-focus2.png</bordertexture>
<bordersize>4</bordersize>
<visible>!IsEmpty(Container(8006).ListItem(1).Episode)</visible>
</control>
<control type="image">
<left>300</left>
<top>200</top>
<width>300</width>
<height>190</height>
<animation effect="rotate" end="-15" center="auto" condition="true">Conditional</animation>
<texture>$INFO[Container(8006).ListItem(1).Art(fanart)]</texture>
<bordertexture border="5">button-focus2.png</bordertexture>
<bordersize>4</bordersize>
<visible>IsEmpty(Container(8006).ListItem(1).Episode)</visible>
</control>
<control type="image">
<left>850</left>
<top>150</top>
<width>300</width>
<height>190</height>
<animation effect="rotate" end="-30" center="auto" condition="true">Conditional</animation>
<texture>$INFO[Container(8006).ListItem(3).Thumb]</texture>
<bordertexture border="5">button-focus2.png</bordertexture>
<bordersize>4</bordersize>
<visible>!IsEmpty(Container(8006).ListItem(3).Episode)</visible>
</control>
<control type="image">
<left>850</left>
<top>150</top>
<width>300</width>
<height>190</height>
<animation effect="rotate" end="-30" center="auto" condition="true">Conditional</animation>
<texture>$INFO[Container(8006).ListItem(3).Art(fanart)]</texture>
<bordertexture border="5">button-focus2.png</bordertexture>
<bordersize>4</bordersize>
<visible>IsEmpty(Container(8006).ListItem(3).Episode)</visible>
</control>
<control type="image">
<left>550</left>
<top>100</top>
<width>300</width>
<height>190</height>
<animation effect="rotate" end="10" center="auto" condition="true">Conditional</animation>
<texture>$INFO[Container(8006).ListItem(2).Thumb]</texture>
<bordertexture border="5">button-focus2.png</bordertexture>
<bordersize>4</bordersize>
<visible>!IsEmpty(Container(8006).ListItem(2).Episode)</visible>
</control>
<control type="image">
<left>550</left>
<top>100</top>
<width>300</width>
<height>190</height>
<animation effect="rotate" end="10" center="auto" condition="true">Conditional</animation>
<texture>$INFO[Container(8006).ListItem(2).Art(fanart)]</texture>
<bordertexture border="5">button-focus2.png</bordertexture>
<bordersize>4</bordersize>
<visible>IsEmpty(Container(8006).ListItem(2).Episode)</visible>
</control>
</control>
</control>
</include>
</includes>
Reply
#6
Where it says it
<content target = "video"> special: //skin/playlists/1080p.xsp </content>
you can now replace it with your own playlist

The best thing to do is to copy the whole text and exchange it, it may not work otherwise. I just tested it.
Reply
#7
At the suggestion of someone, I went with a difference skin that basically gives me the same achievement even though I have to tweak it a little to my liking.

But here's something you can maybe help with if you don't mind and want to give it a look.

https://r.tapatalk.com/shareLink/topic?u...source=app

I don't know if the link will work for you though if you don't have the Tapatalk app installed on your phone like I do.
Image
Reply
#8
(2020-08-20, 09:14)MoreBloodWine Wrote: At the suggestion of someone, I went with a difference skin that basically gives me the same achievement even though I have to tweak it a little to my liking.

But here's something you can maybe help with if you don't mind and want to give it a look.

https://r.tapatalk.com/shareLink/topic?u...source=app

I don't know if the link will work for you though if you don't have the Tapatalk app installed on your phone like I do.
First select main menu settings, user addon shortcut 1.
Then select link 1.
And then select addons.
But why such a skin?
The Confluence Exendet Shortcuts is much better, you can set it up freely and it is not that complicated
Reply
#9
(2020-08-20, 11:33)SkinBase Wrote:
(2020-08-20, 09:14)MoreBloodWine Wrote: At the suggestion of someone, I went with a difference skin that basically gives me the same achievement even though I have to tweak it a little to my liking.

But here's something you can maybe help with if you don't mind and want to give it a look.

https://r.tapatalk.com/shareLink/topic?u...source=app

I don't know if the link will work for you though if you don't have the Tapatalk app installed on your phone like I do.
First select main menu settings, user addon shortcut 1.
Then select link 1.
And then select addons.
But why such a skin?
The Confluence Exendet Shortcuts is much better, you can set it up freely and it is not that complicated
Show thisImage
Reply
#10
(2020-08-20, 11:40)SkinBase Wrote:
(2020-08-20, 11:33)SkinBase Wrote:
(2020-08-20, 09:14)MoreBloodWine Wrote: At the suggestion of someone, I went with a difference skin that basically gives me the same achievement even though I have to tweak it a little to my liking.

But here's something you can maybe help with if you don't mind and want to give it a look.

https://r.tapatalk.com/shareLink/topic?u...source=app

I don't know if the link will work for you though if you don't have the Tapatalk app installed on your phone like I do.
First select main menu settings, user addon shortcut 1.
Then select link 1.
And then select addons.
But why such a skin?
The Confluence Exendet Shortcuts is much better, you can set it up freely and it is not that complicated
Show thisImage
And this Image
Reply
#11
(2020-08-20, 11:33)SkinBase Wrote:
(2020-08-20, 09:14)MoreBloodWine Wrote: At the suggestion of someone, I went with a difference skin that basically gives me the same achievement even though I have to tweak it a little to my liking.

But here's something you can maybe help with if you don't mind and want to give it a look.

https://r.tapatalk.com/shareLink/topic?u...source=app

I don't know if the link will work for you though if you don't have the Tapatalk app installed on your phone like I do.
First select main menu settings, user addon shortcut 1.
Then select link 1.
And then select addons.
But why such a skin?
The Confluence Exendet Shortcuts is much better, you can set it up freely and it is not that complicated
The why is simple, because it does widgets much more easily than what I was trying to do.
Image
Reply
#12
I've seen that on Kodi Matrix on the "recently added episodes" it's now a dynamic list, like "recently added". But the thing is: I liked the way it was before, a pure list of recent videos, regardless if it has been watched or not. I understand some people like the old setting, some people will like the new one so why not add it as a configuration option on the skin? the old code exists, the new one too... it could be configurable. So here's a suggestion for the skin devs.

If there's anywhere (config file or somewhere else) I could change a setting to revert back to confluence's old way please point me to it. Thanks a lot everyone for all the work you put on this awesome skin!

DiabboVerdde
Reply
#13
(2020-08-19, 17:51)SkinBase Wrote: Where it says it
<content target = "video"> special: //skin/playlists/1080p.xsp </content>
you can now replace it with your own playlist

The best thing to do is to copy the whole text and exchange it, it may not work otherwise. I just tested it.
Which XML file is this replacing? I was hoping to do this exact thing. Replace the Recently added episodes widget with a smart playlist.
Reply

Logout Mark Read Team Forum Stats Members Help
Recently added widget...0