Fanart Handler Plugin v4.0.X.000 (8 Viewers)

D3ltoroxp

MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    oh only in myvideo, so i think moving pictures must support this first. Then i will ask ltfearme.

    I mean tv series network pictures.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,650
    10,605
    Kyiv
    Home Country
    Ukraine Ukraine
    so i think moving pictures must support this first
    If there is such a property, you can easily adapt the script.
    oh only in myvideo
    I do not see the point in moving pictures. All that is needed have in my video. A grabber for the Russian-speaking one of the most full-featured and supports a lot of information including awards. Awards does not support more than one grabber in media portals.
    I mean tv series network pictures.
    I use:
    XML:
        <!-- Network -->
        <control Style="smallTitle">
            <type>label</type>
            <description>Network</description>
            <id>0</id>
            <posX>-555</posX>
            <posY>-555</posY>
            <label>#TVSeries.Series.Network</label>
        </control>
    
        <control>
            <description>Network Logo</description>
          <type>image</type>
          <id>0</id>
             <posX>265</posX>
          <posY>920</posY>
          <width>99</width>
          <height>65</height>
          <texture>#fanarthandler.movie.studios.selected.all</texture>
          <keepaspectratio>yes</keepaspectratio>
          <visible>![facadeview.filmstrip|facadeview.coverflow]</visible>
          <animation effect="fade" time="500">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
        </control>
    
        <control>
            <description>Network Logo</description>
          <type>image</type>
          <id>0</id>
             <posX>910</posX>
          <posY>30</posY>
          <width>99</width>
          <height>65</height>
          <texture>#fanarthandler.movie.studios.selected.all</texture>
          <keepaspectratio>yes</keepaspectratio>
          <visible>[facadeview.filmstrip|facadeview.coverflow]</visible>
          <animation effect="fade" time="500">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
        </control>
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    so i think moving pictures must support this first
    If there is such a property, you can easily adapt the script.
    oh only in myvideo
    I do not see the point in moving pictures. All that is needed have in my video. A grabber for the Russian-speaking one of the most full-featured and supports a lot of information including awards. Awards does not support more than one grabber in media portals.
    I mean tv series network pictures.
    <control>
    <description>Network Logo</description>
    <type>image</type>
    <id>0</id>
    <posX>910</posX>
    <posY>30</posY>
    <width>99</width>
    <height>65</height>
    <texture>#fanarthandler.movie.studios.selected.all</texture>
    <keepaspectratio>yes</keepaspectratio>
    <visible>[facadeview.filmstrip|facadeview.coverflow]</visible>
    <animation effect="fade" time="500">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    </control>[/CODE]

    Hm with this it will no show any Logos. Then i looked at your project page and found this ::

    <texture>Logos\studios\#(string.trim(#TVSeries.Series.Network)).png</texture>

    But this will not work to. Maybe i must add something in tv series settings xml ? Or elsewhere ?
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,428
    10,455
    Königstein (Taunus)
    Home Country
    Germany Germany
    But this will not work to. Maybe i must add something in tv series settings xml ?
    Yup: skin\YOUR SKIN NAME\Media\Logos\Studios\<Series.Network>.png;-;;-;=;-;;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;
    Replace the red text above with your skin name, it maybe also necessary to change the path to the studio logos ;)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,650
    10,605
    Kyiv
    Home Country
    Ukraine Ukraine
    Hm with this it will no show any Logos. Then i looked at your project page and found this ::
    At me it working.
    But this will not work to. Maybe i must add something in tv series settings xml ? Or elsewhere ?
    So it was before. Nothing needs to be added, check whether there are images in the folder to clear the cache and restart the media portal.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,650
    10,605
    Kyiv
    Home Country
    Ukraine Ukraine
    * FanartHandler 4.0.2.234
    Fix fanart for Multiartists
    Optimisation
    Studios XML update
    Add extra cache for pictures ...

    Skeeners! Properties changed:
    #fanarthandler.movie.studios.selected -> #fanarthandler.movie.studios.selected.single
    #fanarthandler.movie.genres.selected -> #fanarthandler.movie.genres.selected.single
    #fanarthandler.movie.awards.selected -> #fanarthandler.movie.awards.selected.single
     
    Last edited:

    Golf4

    Portal Pro
    August 18, 2006
    2,723
    219
    Dunkeldeutschland
    Home Country
    Germany Germany
    Hallo ajs,
    sorry, I hope everything googel translated correctly. (n)
    So reboot Mediaportal.
    I can use the up and down (with the Cursor) through the menu icons of music, tv, video.
    Fanart not acting, Always the standard background.
    If I Plugin music, video, etc. open, working fanart-background.
    Is that normal ?

    (I have recently switched to windows 10 and mp15pre)

    Grüße! (y)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,650
    10,605
    Kyiv
    Home Country
    Ukraine Ukraine
    I can use the up and down (with the Cursor) through the menu icons of music, tv, video.
    Fanart not acting, Always the standard background.
    If I Plugin music, video, etc. open, working fanart-background.
    Is that normal ?
    No. What skin? FH debug log plz ...
     

    Users who are viewing this thread

    Top Bottom