Backdrop Download/Wechsel in MovingPictures bzw. StreamedMP? (1 Viewer)

flurfunk

Portal Pro
June 20, 2009
233
4
36
Viersen
Home Country
Germany Germany
Hi Leute,
hab letzte Woche mein System neu aufgesetzt und MP inkl. Streamedmp in der aktuellsten stabilen Version installiert. Funktioniert auch soweit ganz gut.

Aber ich hab da mal ein paar Fragen bezüglich des Skins und MovingPictures:

Hab über Plugins/MovingPictures meinen FilmOrdner eingeplfegt und obwohl bei den Backdrops verschiedene Quellen angegeben sind zum Dowloaden von Bildern, tut sich in MP iwie nix. Ich hab keine Hintergrundbilder, schon gar keine die wechseln sondern nur diese blöde Kinosaalbild. Wenn ich in MP dann bei nem Film per Menu Hintergrund laden klicke kommt aber eins, leider auch nur eins und ich müsste jeden Film einzeln anklicken.

Früher hatte ich, sobald ich auf watch your movies ging, einen ständig wechselnden hintergrund von filmen die ich besaß, jetzt hab ich nur ein Hintergrundbild das sich erst ändert wenn ich wieder raus und dann rein gehe.


Den Fanart Handler hab ich erstmal deaktiviert denn der hatte mir auch nicht geholfen. Wenn ich das richtig verstehe ist der eh nur für Musikcover und lokal gespeicherte Bilder zu gebrauchen.

Weiß jemand rat?
 

flurfunk

Portal Pro
June 20, 2009
233
4
36
Viersen
Home Country
Germany Germany
Laut Beschreibung eben nicht und es ändert sich ja auch nichts wenn ich ihn anschalte:

Fanart Handler is a plugin for MediaPortal (MP). The plugin basically supports;
Search and download music artist fanart or artist thumbnails (scrape) from the htbackdrops site.
  • for all artists stored in your MP music database.
  • for any artist currently being played (on the fly)
Push fanart that you store on your local harddrive to the current used MP skin.
  • push fanart for now played music
  • push fanart for selected music or movies
  • push random images from selected folder
Push latest added media to your skin.
  • latest added picture
  • latest added movies (moving pictures)
  • latest added series (tvseries)
  • latest added music
  • latest added tv recording

Falls du weisst wie man das ändern kann, ich bin für alles offen ;)
 

xetic

MP Donator
  • Premium Supporter
  • November 29, 2010
    2,917
    143
    Bonn/Alfter
    Home Country
    Germany Germany
    Das stehts doch!

    Push fanart that you store on your local harddrive to the current used MP skin.
    • push fanart for now played music
    • push fanart for selected music or movies
    • push random images from selected folder
    Push latest added media to your skin.
    • latest added picture
    • latest added movies (moving pictures)
    • latest added series (tvseries)
    • latest added music
    • latest added tv recording
     

    flurfunk

    Portal Pro
    June 20, 2009
    233
    4
    36
    Viersen
    Home Country
    Germany Germany
    Das stehts doch!

    Push fanart that you store on your local harddrive to the current used MP skin.
    Push latest added media to your skin.

    Das steht da auch, also muss ich erstmal Bilder auf der Platte haben damit der die dann anzeigt. Es geht sich aber ums Downloaden! Der FH kopiert doch nur die Bilder von meiner Platte in MP hinein sodass ich sie sehe.
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Dazu muss auf jeden Fall der FanartHandler installiert sein! Nutze diese Feature neuerdings selbst mit diesem Code:
    Code:
    <control>
      <description>BACKGROUND 3_1</description>
      <id>0</id>
      <type>image</type>
      <posX>0</posX>
      <posY>0</posY>
      <width>1280</width>
      <height>720</height>
      <texture>#fanarthandler.movingpicture.backdrop1.any</texture>
      <visible>[control.isvisible(1003)|control.hasfocus(1703)|control.hasfocus(1803)|control.hasfocus(91919994)|control.hasfocus(91919995)|control.hasfocus(91919996)|control.hasfocus(91919981)]+control.isvisible(91919297)</visible>
            <animation effect="fade" start="10" end="100" time="500" delay="0" reversible="false">Visible</animation>
          <animation effect="fade" start="100" end="0" time="500" reversible="false">Hidden</animation>
    </control>
     
    <control>
      <description>BACKGROUND 3_2</description>
      <id>0</id>
      <type>image</type>
      <posX>0</posX>
      <posY>0</posY>
      <width>1280</width>
      <height>720</height>
      <texture>#fanarthandler.movingpicture.backdrop2.any</texture>
      <visible>[control.isvisible(1003)|control.hasfocus(1703)|control.hasfocus(1803)|control.hasfocus(91919994)|control.hasfocus(91919995)|control.hasfocus(91919996)|control.hasfocus(91919981)]+control.isvisible(91919298)</visible>
          <animation effect="fade" start="10" end="100" time="500" delay="0" reversible="false">Visible</animation>
          <animation effect="fade" start="100" end="0" time="500" reversible="false">Hidden</animation>
    </control>
     

    flurfunk

    Portal Pro
    June 20, 2009
    233
    4
    36
    Viersen
    Home Country
    Germany Germany
    Mit Programmieren bzw. Codes kenn ich mich nicht aus deshalb sagt mir das obige leider gar nichts. Ist das eine Abwandlung für den FanartHandler? Wenn ja und das gut funktioniert kann ich das auch benutzen? Müsstest mir dann wohl sagen was ich mit dem "code" machen muss.
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Mit Programmieren bzw. Codes kenn ich mich nicht aus deshalb sagt mir das obige leider gar nichts. Ist das eine Abwandlung für den FanartHandler? Wenn ja und das gut funktioniert kann ich das auch benutzen? Müsstest mir dann wohl sagen was ich mit dem "code" machen muss.

    Eigentlich musst du nicht viel machen außer den FanartHandler installieren und im StreamedMP BasicHome Editor angeben, dass du wechselnde Fanart haben willst:
    http://code.google.com/p/streamedmp/wiki/BasicHomeEditor#Fanart_Background
     

    cruse

    MP Donator
  • Premium Supporter
  • November 7, 2007
    166
    41
    Home Country
    Germany Germany
    Den Fanarthandler _kann_ man so konfigurieren, dass er in bestimmten Sektionen (also Serien, Film...) lokale Dateien nimmt. Von Haus aus lädt er runter.

    ABER

    Zuerst muss das Skin den Fanarthandler zur Arbeit auffordern und seinen Output wiedergeben. Also wie von Holzi beschrieben für StreamedMP aktivieren (bei Maya muss man Fanart auch im Basichome Editor aktivieren) oder andere Skins ausprobieren wo der Fanarthandler von Anfang an benutzt wird (Avalon, Avallonis, Backdrop...).

    Viel Erfolg
     

    Users who are viewing this thread

    Top Bottom