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

D3ltoroxp

MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Thank you, now it works. But when i will use this it will not work.
    #fanarthandler.movie.genres.selected.verticalall

    XML:
    <control>
    <description>Genre logo</description>
    <type>image</type>
    <id>0</id>
    <posX>88</posX>
    <posY>355</posY>
    <width>30</width>
    <height>560</height>
    <align>center</align>
    <valign>bottom</valign>
    <keepaspectratio>yes</keepaspectratio>
    <centered>yes</centered>
    <texture>#fanarthandler.movie.genres.selected.verticalall</texture>
    <visible>facadeview.list + Control.IsVisible(50)</visible>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    </control>

    At my series screen it works...
     

    Attachments

    • Screenshot (48).png
      Screenshot (48).png
      2.3 MB
    Last edited:

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Yes its the same thing like in your skinfile, but i see no genre, only when i use .selected.all

    <texture>#fanarthandler.movie.genres.selected.verticalall</texture>

    This is from your skinfile, the same as in mine.

    Maybe i must add something in another xml like in tv series, i ask view post earlier ? The pass maybe, or should fanart handler knows the path ?

    And its the same code, as in catavolt's skin

    XML:
        <control>
          <description>Genre images</description>
          <id>0</id>
          <type>image</type>
          <posX>1860</posX>
          <posY>300</posY>
          <width>40</width>
          <height>375</height>
          <keepaspectratio>yes</keepaspectratio>
          <texture>#fanarthandler.movie.genres.selected.verticalall</texture>
          <visible>facadeview.list+control.isvisible(50)</visible>
        </control>
      </controls>

    Ok maybe this was my problem

    <align>center</align>
    <valign>bottom</valign>
    <centered>yes</centered>

    After delet this lines it shows, thanks !
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,669
    10,624
    Kyiv
    Home Country
    Ukraine Ukraine
    only when i use .selected.all
    Selected.All - Horisontal picture
    Selected.VerticalAll - Vertical picture

    Properties are equally populated, if one works, and the second should work. The main thing that at the time of launch media portal, this property has been registered in the skins.
    Add your desired property in the skins. Close the media portal. Clear your cache and try.
    If does not work, let the log file with debug information.
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    This was it, i have to close mepo and start it again, then it was there. Thanks.

    Another quest, is this
    #fanarthandler.movie.studios.selected.all
    working for tv series to, or only network ? Only on Channel Logo in tv series right ?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,669
    10,624
    Kyiv
    Home Country
    Ukraine Ukraine

    Users who are viewing this thread

    Top Bottom