StreamedMP random Background wie? (1 Viewer)

D3ltoroxp

MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Ja, ich bastel mir den Streamed ein wenig um. Hier und da versuche ich ein paar Sachen zu übernehmen und an zu passen. Daher hab ich den hier.
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Kann man eigentlich diese Animation loopen lassen ? Zumindest bei multiimage läuft die Animation einmal ab und das Bild bleibt dann stehen... Gäbe es eine Möglichkeit das es sich immer weiter bewegt ?

    XML:
    <animation effect="zoom" start="105,105" end="110,110" time="20000" tween="cubic" easing="inout" pulse="true" reversible="false">Visible</animation>
    <animation effect="slide" start="0,0" end="-30,-30" time="10000" tween="cubic" easing="inout" pulse="true" reversible="false">Visible</animation>
     

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    du redest von 2 dingen sowie ich deinen kommentar interpretiere. (n)

    dein code ist eine animation . . . rechts,links,zoom (vermute irgendein hover im home menü) ;)

    Zumindest bei multiimage läuft die Animation einmal ab und das Bild bleibt dann stehen

    multiimage ist slideshow und wird so definiert.
    <randomize>no</randomize> oder <randomize>yes</randomize> (y)
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Es handelt sich hier um ein Background image. Das ist ein kombinierter Block, indem multiimage als quelle und die animationszeile für die bewegung sorgen soll. Das multiimage soll da animiert umher wandert. Ich werde morgen mal den ganzen codeblock Posten, bin leider schon weg.

    Oder verstehe ich dich richtig und das geht mit multiimage nicht, da es sich beißt ? Und die Animation läuft genau einmal ab und danach ändert sich nur noch das Image alle eingestellten Sekunden aber die Animation wiederholt sich nicht.

    In der Variante vom titanius klappt das, da kommen die Bilder aber über den fanarts handler. Das scheint dann noch mal anders zu funktionieren. Weil dort bewegt sich das Bild ständig. Leider habe ich das immer noch nicht hinbekommen. Habe alle Infos aus den vorherigen Post S umgesetzt, irgendwo muss da noch was definiert sein oder so.

    Aber da ich nun dei e multiimage Variante nutze und diese auch funktioniert, wollte ich dort die Animation mit einbauen.
     

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    Last edited:

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    also hast du multiimage + diese animation bei jedem image ?
    Ja sobald ich auf einen Button im Basic home gehe startet die Animation, die Bilder von multiimage wechseln aber die Animation endet halt nach ein paar sec so lange sie halt dauert und das wars. Von vorne fängt sie nicht an. Condition hatte ich raus weil des mit von titanius kam, muss ich mal probieren und studieren. Die Animation lief aber ohne condition.
     

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    <animation effect="zoom" start="105,105" end="110,110" time="20000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="visible">conditional</animation>
    <animation effect="slide" start="0,0" end="-30,-30" time="10000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="visible">conditional</animation>

    teste
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany

    Hm leider geht nun gar keine Animation mehr. Die Bilder wechseln aber weiterhin. Hier mal den kompletten Block, vllt ist was anderes noch falsch.

    XML:
    <control>
    <description>Series Fanart</description>
    <type>multiimage</type>
    <id>1205</id>
    <posX>0</posX>
    <posY>0</posY>
    <width>1920</width>
    <height>1080</height>
    <visible>control.isvisible(1005)</visible>
    <imagepath>C:\ProgramData\Team MediaPortal\MediaPortal\thumbs\Fan Art\fanart\original</imagepath>
    <timeperimage>25000</timeperimage>
    <fadetime>1000</fadetime>
    <randomize>yes</randomize>
    <loop>yes</loop>
    <animation effect="fade" start="100" end="0" time="250" delay="0" reversible="false">Hidden</animation>
    <animation effect="fade" start="0" end="100" time="250" reversible="false">Visible</animation>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <animation effect="zoom" start="105,105" end="110,110" time="20000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="visible">conditional</animation>
    <animation effect="slide" start="0,0" end="-30,-30" time="10000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="visible">conditional</animation>

    Hab auch das mal raus gelassen, keine Änderung...

    XML:
    <animation effect="fade" start="100" end="0" time="250" delay="0" reversible="false">Hidden</animation>
    <animation effect="fade" start="0" end="100" time="250" reversible="false">Visible</animation>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
     

    Users who are viewing this thread

    Top Bottom