i updated my myfilms xmls. i was going to wait until the final version but since theres been some myfilms discussion here i decided to upload them now.
screenshots
filmstrip
list
details
the issues that remain are in the plugin itself
edit- now default bg shown for movies without fanart
Why when you press back in the films list screen it doesn't go to the basic home screen of streamedMP?
<animation effect="zoom" start="105,105" end="110,110" time="20000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="true">Conditional</animation>
<animation effect="slide" start="0,0" end="-20,-20" time="10000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="true">Conditional</animation>
Coming from XBMC, I installed this skin for MediaPortal. I like it very much, I only missed the animated backgrounds from XBMC.
So I editted Basichome.xml so it has animated backgrounds:
Code:<animation effect="zoom" start="105,105" end="110,110" time="20000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="true">Conditional</animation> <animation effect="slide" start="0,0" end="-20,-20" time="10000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="true">Conditional</animation>
This only works in a svn build from mediaportal as the pulse="true" doesn't work in RC2. It was fixed in rev 25749
The code has to be entered in the control that handles the background pictures for each menu item.
It gives a more next-gen feel to it imo. It would be great to see this as a feature in the editor, thx!
Not sure if this is the right place to ask this, but here goes...
I want to remove the tiny border around channel icons in Live TV.
Here's a screenshot so you know what I'm talking about:
Is it possible to remove that border? I've already been searching for it but couldn't find anything. Any help would be much appreciated!