2015-11-29, 00:24
(2015-11-28, 22:52)schumi2004 Wrote: I was checking your mod if i still need anything to add but it all seems working already except for 1 thing, missing LiveTV icon in MyPVRSearch.xml and MyPVRTimer.xml.This Variable working ,just a typo error fix in next version.
So i checked code if change was in place and it did but then i noticed this:
https://github.com/Angelinas1/skin.aeonm...4574-L4590
Something is not right there
(2015-11-28, 22:52)schumi2004 Wrote: Channel icon not alignedChange for focusedlayout...
PHP Code:
<control type="image">
<posx>245</posx>
<posy>0</posy>
<width>60</width>
<height>60</height>
<texture fallback="DefaultAudioCover.png" background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
(2015-11-28, 22:52)schumi2004 Wrote: Strange outline for next show, should be placed on a new line imo.
Fanart overlap ( i liked it more when it was full screen and i think it should be visible only when PVR thumbs is enabled. This also counts for banner in channel list and, only visible when skinhelper is enabled.
And what does that strange withe/grey/black background doing there? Seems to be the 3D video image wall?
Although the fix is there, it seems that the channel logo is completely gone now, not even a default image anymore.
I think it has something to do with adding skinhelper code to ViewsLiveTV.xml
Doesn't make sense adding it and shouldn't be needed since with the fix all channel icons would popup anyway but now it's completely broken it seems.
That 3D wall image is from script helper ,just delete in MyPVRChannels.xml (line 12 - 40)
PHP Code:
<control type="multiimage"><!-- Fanart -->
<left>295</left>
<top>0</top>
<width>1980</width>
<height>720</height>
<timeperimage>6000</timeperimage>
<randomize>true</randomize>
<include condition="Skin.HasSetting(keepaspect)">KeepAspect</include>
<fadetime>FanartCrossFadeTime</fadetime>
<animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(animation_panscan) + !Window.IsActive(2006)">Conditional</animation>
<animation effect="slide" start="-10,-10" end="10,10" time="5000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(animation_panscan) + !Window.IsActive(2006)">Conditional</animation>
<animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(visanimation_panscan) + Window.IsActive(2006)">Conditional</animation>
<animation effect="slide" start="-10,-10" end="10,10" time="5000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(visanimation_panscan) + Window.IsActive(2006)">Conditional</animation>
<animation condition="true" effect="rotatey" center="200" start="-41" end="-45" time="0">Conditional</animation>
<imagepath background="true">$INFO[Window(Home).Property(SkinHelper.AllMoviesBackground.Wall)]</imagepath>
</control>
<control type="multiimage"><!-- Fanart -->
<left>945</left>
<top>230</top>
<width>350</width>
<height>250</height>
<include condition="Skin.HasSetting(keepaspect)">KeepAspect</include>
<fadetime>FanartCrossFadeTime</fadetime>
<animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(animation_panscan) + !Window.IsActive(2006)">Conditional</animation>
<animation effect="slide" start="-10,-10" end="10,10" time="5000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(animation_panscan) + !Window.IsActive(2006)">Conditional</animation>
<animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(visanimation_panscan) + Window.IsActive(2006)">Conditional</animation>
<animation effect="slide" start="-10,-10" end="10,10" time="5000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(visanimation_panscan) + Window.IsActive(2006)">Conditional</animation>
<imagepath background="true">$INFO[Window(Home).Property(SkinHelper.PvrBackground)]</imagepath>
</control>
(2015-11-28, 22:52)schumi2004 Wrote: /edit2:Genre label overlapping label "Next" not big bug,I will fix that.
Got a full screen image now with skinhelper items enabled but this is just a mess.
Or you should drop these PVR thumbs and just keep background or reposition those thumbs, a lot of overlapping here.