Titan - Extended (4 Viewers)

l337

MP Donator
  • Premium Supporter
  • December 18, 2012
    238
    73
    Home Country
    Germany Germany
    I need an idea, however, support

    I would like to swing the backrounds in titanium skin (fanhardhandler)
    similar to the StreamedMP skin (Backround Fanart Animation).Is this possible?

    does the engine only with the Streamed MP?

    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>

    i need help from all !!!!
     
    Last edited:

    legnod

    MP Donator
  • Premium Supporter
  • September 24, 2011
    1,115
    323
    Stuttgart
    Home Country
    Germany Germany
    I tried to add movement for the background images as well and its not working the way it works with streamedmp. I think thats because the background images are included in a different way in titan but i cant say if this is a skin engine bug or not.
     
    Last edited:

    ncoH

    Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany
    I need an idea, however, support

    I would like to swing the backrounds in titanium skin (fanhardhandler)
    similar to the StreamedMP skin (Backround Fanart Animation).Is this possible?

    does the engine only with the Streamed MP?

    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>

    i need help from all !!!!

    Hi,

    try this:

    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>
     

    l337

    MP Donator
  • Premium Supporter
  • December 18, 2012
    238
    73
    Home Country
    Germany Germany
    I tried it

    My Tv button swing now LOL :D


    can you tell me where I need to add the declaration in the basichome.XML?
     

    ncoH

    Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany
    FanartHander backgrounds: BasicHome.FanartSelected.xml.

    e.g.:
    Code:
    	<control>
    			<description>Movies Selected Fanart</description>
    	  <type>image</type>
    	  <id>0</id>
    	  <posX>0</posX>
    	  <posY>0</posY>
    	  <width>1920</width>
    	  <height>1080</height>
    	  <visible>[control.hasfocus(6) | control.HasFocus(1100) | control.HasFocus(1101) | control.HasFocus(1102) | control.HasFocus(1103) | control.HasFocus(1104)] + string.equals(#skin.basichome.moviePlugin,Moving Pictures) + control.isvisible(91919297)</visible>
    	  <texture>#fanarthandler.movingpicture.backdrop1.any</texture>
    			<animation effect="fade" start="100" end="0" time="450" reversible="false">Hidden</animation>
    			<animation effect="fade" start="0" end="100" time="450" reversible="false">Visible</animation>
    	  <animation effect="fade" start="0" end="100" time="250" delay="350">WindowOpen</animation>
    	  <animation effect="fade" start="100" end="0" time="250" delay="0">WindowClose</animation>
    	<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>
    	</control>

    Static backgrounds: BasicHome.BackgroundSelected.xml
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    Since your around @ncoH I thought I'd ask, will we eventually be getting an official tvseries view with 6 banners on the right and a poster on the left showing the currently selected show? or did you decide not to have this option? Thanks.
     

    ncoH

    Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany
    Last edited:

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    Thanks for info. I've seen that screenshot earlier and from that screenshot I guessed you are not doing that view, which would be 6x1. I'm guessing it is poster on the left with 2 columns of 4/6 banners on the right?

    MOCKUP NOT IN TITAN SKIN:
    different-view-jpg.118857


    Personally I find scrolling through a single column easier to read and faster to navigate because I don't have to scan side to side. However I didn't find the 4x1 view that useful because seeing only 4 banners at once was not enough for large collections. Anyways keep up the good work and I look forward to seeing the next update :D
     
    Last edited:

    ncoH

    Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany
    Thanks for info. I've seen that screenshot earlier and from that screenshot I guessed you are not doing that view, which would be 6x1. I'm guessing it is poster on the left with 2 columns of 4/6 banners on the right?

    MOCKUP NOT IN TITAN SKIN:
    mod-3-jpg.121657

    Yes, we use this mockup. It`s the 'default' layout now.

    6x2 is two columns on the right with description on the left (without poster). All others are banners only.
     

    Users who are viewing this thread

    Top Bottom