Page 5 of 7
Re: [SKIN] Confluence Lite
Posted: Mon Mar 25, 2013 1:23 am
by Ailyn Zel
xbs wrote:Home screen 'Videos' always goes to last mode.
On boot it will take you to file mode but if you open library it will take you to library mode.
File mode can always be accessed in the submenu 'files' button.
Yes, I discovered it going to last mode - was confusing at first. And although I tried to explain to the wife she just had to move down one click to the sub-menu, it was too much for her. Oh well! Still, I love the skin!
Thanxx again.
Re: [SKIN] Confluence Lite
Posted: Fri Apr 12, 2013 10:16 am
by Geeba
Just a quick one... I'm not too worried about it but I never get any "recently added videos" on the home screen?
Its enabled in the settings and I get the 'recently added videos' text on the home screen but no movie thumbs? am I being a muppet and missing something?

Re: [SKIN] Confluence Lite
Posted: Tue Apr 16, 2013 2:01 pm
by xbs
Geeba, did you tried a fresh install?
Re: [SKIN] Confluence Lite
Posted: Wed Apr 17, 2013 9:51 am
by Geeba
Hi xbs! yeah twice now... I thought that first time round... so wiped it down and reinstalled, but still the same

Re: [SKIN] Confluence Lite
Posted: Fri Apr 19, 2013 10:47 am
by xbs
Are you using a recent build?
Could you post a debug log or create a ticket with a debug log?
Thanks
Re: [SKIN] Confluence Lite
Posted: Tue Apr 23, 2013 9:04 am
by Geeba
xbs wrote:Are you using a recent build?
Could you post a debug log or create a ticket with a debug log?
Thanks
Hi xbs! - yep I'm using 3.2.1 Stable, I'll do my best to get a log up asap!
All I can think about at the moment thou is this weekend as we're off to your home land to help fight the Euro debt crisis by consuming gallons of Crystal, Superbock and Sagres around Monchique and Lagos!!
Wooohoooo!!!! roll on Friday!
Re: [SKIN] Confluence Lite
Posted: Tue Apr 23, 2013 11:00 am
by xbs
Thank you for your help
Wish you a pleasant stay.
Re: [SKIN] Confluence Lite
Posted: Thu May 02, 2013 3:14 pm
by Geeba
Back! gesssssssss... my kidneys hurt! Great weekend! I really love Portugal.
Right need to look again at this... I'll try another fresh install, is there any problem using the skin with 3.2.1 Stable?
I've been downloading the nightly builds and just copying it from them.... is that all ok?
Re: [SKIN] Confluence Lite
Posted: Tue May 07, 2013 8:59 am
by Geeba
Right did a fresh install and they worked fine when I just added a few manually... but when I scanned the complete library they disappeared again... just leaving the 'Recently added' text...
I'm guesing your gonna need a log from the point of the fresh install?
Re: [SKIN] Confluence Lite
Posted: Thu May 16, 2013 10:16 am
by Strelki
Hi xbs thanks for have ported this skin for xbox.
I have edited MyPrograms.xml for have WideIconView in programs I have put
<views>50,51,500,501,505</view>
<include>WideIconView</include> <!-- view id = 505 -->
because I have see in ViewsFileMode.xml we have the WideIconView.
But I have a question if it is possible have a fanart view same medialist info 3 for programs?
I have try I have copied of MyVideo.xml to MyPrograms.xml and put in balise view the number 503
<include>MediaListView3</include> <!-- view id = 503 -->
and I have copied all about MediaListView3 ofViewsVideoLibrary.xml to ViewsFileMode.xml but doesn't work for programs but when I go in video (not movies or tv shows) this view work!
What I can do or change for this view work to for programs?
Thanks
Re: [SKIN] Confluence Lite
Posted: Fri May 17, 2013 11:55 am
by xbs
Hmm you probably need to check if the view is specific to video/movies/tvshows. Check the visible condition in the view.
Re: [SKIN] Confluence Lite
Posted: Fri May 17, 2013 1:13 pm
by Geeba
Xbs... just an update on my issue with the 'Recently added' bit.... 3.3 Beta 1 doesnt do it.... its fine... is there much difference between that and 3.2.1 stable?
Re: [SKIN] Confluence Lite
Posted: Tue May 21, 2013 12:56 pm
by Strelki
Hi xbs, I have look the code MediaListView3 this is just for video, please what I have need put in condition for it work for programs too? Sorry for my question I have look in wiki about skining and google I found nothing.
Thanks
Code: Select all
<include name="MediaListView3">
<control type="group">
<visible>Control.IsVisible(503)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="503">
<posx>70</posx>
<posy>245</posy>
<width>580</width>
<height>401</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>503</onup>
<ondown>503</ondown>
<viewtype label="$LOCALIZE[544] 2">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<visible>Container.Content(TVShows) | Container.Content(Seasons) | Container.Content(Episodes) | Container.Content(Movies)</visible>
<itemlayout height="40" width="580">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="label">
<posx>10</posx>
<posy>0</posy>
<width>520</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>510</posx>
<posy>0</posy>
<width>500</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<posx>515</posx>
<posy>8</posy>
<width>40</width>
<height>26</height>
<texture>$INFO[ListItem.VideoResolution,flagging/lists/,.png]</texture>
<visible>Window.IsVisible(Videos) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
</control>
<control type="image">
<posx>555</posx>
<posy>14</posy>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<visible>!ListItem.IsResumable</visible>
</control>
<control type="image">
<posx>555</posx>
<posy>14</posy>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>ListItem.IsResumable</visible>
</control>
</itemlayout>
<focusedlayout height="40" width="580">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(503)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemFO.png</texture>
<visible>Control.HasFocus(503)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<posx>380</posx>
<posy>4</posy>
<width>200</width>
<height>33</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(503) + !IsEmpty(ListItem.Label2)</visible>
</control>
<control type="label">
<posx>10</posx>
<posy>0</posy>
<width>520</width>
<height>40</height>
<font>font13</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>510</posx>
<posy>0</posy>
<width>500</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<posx>515</posx>
<posy>8</posy>
<width>40</width>
<height>26</height>
<texture>$INFO[ListItem.VideoResolution,flagging/lists/,.png]</texture>
<visible>Window.IsVisible(Videos) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
</control>
<control type="image">
<posx>555</posx>
<posy>14</posy>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<visible>!ListItem.IsResumable</visible>
</control>
<control type="image">
<posx>555</posx>
<posy>14</posy>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>ListItem.IsResumable</visible>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<posx>650</posx>
<posy>245</posy>
<width>25</width>
<height>400</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>503</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(503)</visible>
</control>
<control type="group">
<posx>710</posx>
<posy>245</posy>
<visible>Container.Content(TVShows) + !Skin.HasSetting(TVShowsUsePosters)</visible>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>530</width>
<height>110</height>
<aspectratio>keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="label">
<description>Episodes txt</description>
<posx>150</posx>
<posy>120</posy>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[20360]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Episodes Value</description>
<posx>160</posx>
<posy>120</posy>
<width>360</width>
<height>25</height>
<label fallback="416">$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<scroll>true</scroll>
</control>
<control type="label">
<description>Aired txt</description>
<posx>150</posx>
<posy>145</posy>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[31322]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Aired Value</description>
<posx>160</posx>
<posy>145</posy>
<width>360</width>
<height>25</height>
<label fallback="416">$INFO[listitem.premiered]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<scroll>true</scroll>
</control>
<control type="label">
<description>Genre txt</description>
<posx>150</posx>
<posy>170</posy>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[515]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
</control>
<control type="fadelabel">
<description>Genre Value</description>
<posx>160</posx>
<posy>170</posy>
<width>360</width>
<height>25</height>
<label fallback="416">$INFO[listitem.Genre]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<scrollout>false</scrollout>
<pauseatend>1000</pauseatend>
</control>
<control type="image">
<posx>0</posx>
<posy>200</posy>
<width>530</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="textbox">
<description>Description Value for TVShows</description>
<posx>10</posx>
<posy>210</posy>
<width>510</width>
<height>180</height>
<font>font12</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
<control type="group">
<posx>710</posx>
<posy>245</posy>
<visible>Container.Content(Episodes)</visible>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>530</width>
<height>210</height>
<aspectratio>keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="grouplist">
<description>Media Codec Flagging Images</description>
<posx>0</posx>
<posy>210</posy>
<width>530</width>
<align>center</align>
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<include>VideoCodecFlaggingConditions</include>
<include>AudioCodecFlaggingConditions</include>
<include>AudioChannelsFlaggingConditions</include>
<include>AspectCodecFlaggingConditions</include>
<include>VideoTypeHackFlaggingConditions</include>
</control>
<control type="label">
<description>INFO txt</description>
<posx>10</posx>
<posy>245</posy>
<width>510</width>
<height>25</height>
<label>$INFO[ListItem.Season,[COLOR=blue] $LOCALIZE[20373] :[/COLOR] ] $INFO[ListItem.episode,[COLOR=blue] $LOCALIZE[20359] :[/COLOR] ] $INFO[ListItem.premiered,[COLOR=blue] $LOCALIZE[31322] :[/COLOR] ]</label>
<align>center</align>
<aligny>top</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="image">
<posx>0</posx>
<posy>275</posy>
<width>530</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="textbox">
<description>Description Value for TVShows</description>
<posx>10</posx>
<posy>280</posy>
<width>510</width>
<height>120</height>
<font>font12</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
<control type="group">
<posx>710</posx>
<posy>245</posy>
<visible>Container.Content(Seasons) | [Container.Content(TVShows) + Skin.HasSetting(TVShowsUsePosters)]</visible>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>260</width>
<height>355</height>
<aspectratio>keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="textbox">
<description>Description Value for Seasons</description>
<posx>270</posx>
<posy>0</posy>
<width>250</width>
<height>355</height>
<font>font12</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[Container.ShowPlot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
<visible>Container.Content(Seasons)</visible>
</control>
<control type="textbox">
<description>Description Value for TVShows</description>
<posx>270</posx>
<posy>0</posy>
<width>250</width>
<height>355</height>
<font>font12</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
<visible>Container.Content(TVShows) + Skin.HasSetting(TVShowsUsePosters)</visible>
</control>
<control type="label">
<description>Watched Count</description>
<posx>10</posx>
<posy>370</posy>
<width>510</width>
<height>25</height>
<label>[COLOR=white]$LOCALIZE[20360]:[/COLOR] $INFO[ListItem.Property(WatchedEpisodes),([COLOR=blue],[/COLOR]) $LOCALIZE[16102]] $INFO[ListItem.Property(UnWatchedEpisodes),([COLOR=blue],[/COLOR]) $LOCALIZE[16101]]</label>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
<control type="group">
<posx>710</posx>
<posy>245</posy>
<visible>Container.Content(Movies)</visible>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>260</width>
<height>355</height>
<aspectratio>keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="grouplist">
<description>Media Codec Flagging Images</description>
<posx>0</posx>
<posy>365</posy>
<width>530</width>
<align>center</align>
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<include>VideoCodecFlaggingConditions</include>
<include>AudioCodecFlaggingConditions</include>
<include>AudioChannelsFlaggingConditions</include>
<include>AspectCodecFlaggingConditions</include>
<include>VideoTypeHackFlaggingConditions</include>
</control>
<control type="textbox">
<description>Description Value for Movie</description>
<posx>270</posx>
<posy>0</posy>
<width>250</width>
<height>355</height>
<font>font12</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
</control>
</include>
Re: [SKIN] Confluence Lite
Posted: Tue May 21, 2013 2:33 pm
by xbs
You'll need to add the visible condition
but keep in mind that you'll also need to exclude some items e.g. media flags with
Re: [SKIN] Confluence Lite
Posted: Tue May 21, 2013 10:44 pm
by Strelki
Re: [SKIN] Confluence Lite
Posted: Fri May 24, 2013 3:28 am
by BuZz
Strelki wrote:Hi and thanks for your reply, I have try but doesn't work I think I do mistake somewhere but I don't know.
But I have change font for this skin because with french language I have little problem, I have do screenshots
the capitalisation issue is fixed in r31765 and french strings added in r31776
see
http://redmine.exotica.org.uk/issues/210 for details
Re: [SKIN] Confluence Lite
Posted: Fri May 24, 2013 1:41 pm
by evan_almighty
Hi, I can't get wide banners any more in the TV Shows page, under 3.3 Beta1.
Have I done something wrong?
Re: [SKIN] Confluence Lite
Posted: Fri May 24, 2013 9:09 pm
by Strelki
BuZz wrote:Strelki wrote:Hi and thanks for your reply, I have try but doesn't work I think I do mistake somewhere but I don't know.
But I have change font for this skin because with french language I have little problem, I have do screenshots
the capitalisation issue is fixed in r31765 and french strings added in r31776
see
http://redmine.exotica.org.uk/issues/210 for details
Thanks BuZz

I look its and I do my feedback.
Re: [SKIN] Confluence Lite
Posted: Fri May 24, 2013 9:31 pm
by Ailyn Zel
evan_almighty wrote:Hi, I can't get wide banners any more in the TV Shows page, under 3.3 Beta1.
Have I done something wrong?
Evan, I also noticed this so it is not just you. I think there is a way to request a bug fix?
Re: [SKIN] Confluence Lite
Posted: Sat May 25, 2013 2:11 am
by BuZz
I don't think it is as much as a bug as a non existant feature. But to know for sure, I would need to know if a) A previous version of the skin had this and b) when it worked/stopped working.. XBS did the majority of the porting of confluence lite to xbmc4xbox. you will probably find that on xbmc it is the same. however, if someone wants to post a patch for a wide icons view I would be happy to include it.
Maybe XBS can help further.