Fanart Handler Plugin v4.0.X.000 (1 Viewer)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    What would be the difference between the "single" and the "one"
    This is I think what name to put, a longer or shorter. There will be one of them.
    What would be displayed? Always the first item of that groups?
    They replace this property - #fanarthandler.movie.genres.selected Work will also be.
    E.g. if a movie has an Oscar and a Golden Globe, what would be displayed with "single"? The Oscar or the Golden Globe?
    Stagnant will be in a circle, with fanart.
    Oscar -> wait -> Golden Globe -> wait -> ...
     

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,736
    1,196
    Alingsås
    Home Country
    Sweden Sweden
    Updated to the latest version of the plugin. I don't mind it, but I think some people could get really annoyed that it's installing all those logos without asking first.

    Emph
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    that it's installing all those logos without asking first.
    fh1-jpg.177526
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Using the Update Function in Extension Installer you will not asked....
    I translated this function in quiet mode, if these files are not needed, then remove the FH. Reinstall and turn off these pictures, the next update should not be put.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    * FH Pre Release and Beta ...
    Pre Release:
    Fix fanart for Multiartists
    Optimisation
    Studios XML update

    Beta:
    Prereleas + Add extra cache for pictures ...
     

    Attachments

    • FanartHandler.dll.zip
      390.9 KB
    • FanartHandler.dll.Beta.zip
      391.6 KB
    • FanartHandler.Studios.xml
      70.5 KB

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hm i need help. I cant bring the proges bar on, when mepo starts and fanart handler is scraping files...

    My structure looks like this in basic home.xml

    The first thing is this :::

    XML:
        <control>
          <description>DUMMY CONTROL FOR FANART HANDLER IS SCRAPING VISIBILITY CONDITION</description>
          <type>label</type>
          <id>91919280</id>
          <posX>0</posX>
          <posY>0</posY>
          <width>1</width>
          <visible>no</visible>
        </control>

    at the and i do this

    <import>common.fanart.scraper.xml</import>

    The common.fanart.scraper.xml looks like this...

    XML:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <window>
    <controls>
    <control>
    <description>DUMMY CONTROL FOR FANART HANDLER IS SCRAPING VISIBILITY CONDITION</description>
    <type>label</type>
    <id>91919280</id>
    <posX>0</posX>
    <posY>0</posY>
    <width>1</width>
    <visible>no</visible>
    </control>
    <control>
    <type>image</type>
    <id>0</id>
    <posX>60</posX>
    <posY>150</posY>
    <width>570</width>
    <height>19</height>
    <texture>common_osd_progress_bg.png</texture>
    <visible>control.isvisible(91919280)</visible>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    </control>
    <control>
    <description>Scraping Label</description>
    <type>label</type>
    <id>0</id>
    <posX>60</posX>
    <posY>102</posY>
    <width>570</width>
    <font>font14</font>
    <!--<label>#SkinTranslation.Translations.fanart.scraping.Label #fanarthandler.scraper.percent.completed#fanarthandler.scraper.percent.sign</label>-->
    <label>Fanart #fanartHandler.scraper.task #fanarthandler.scraper.percent.completed#fanarthandler.scraper.percent.sign</label>
    <visible>control.isvisible(91919280)</visible>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    </control>
    <control>
    <description>Progress Bar</description>
    <type>progress</type>
    <id>118</id>
    <posX>51</posX>
    <posY>154</posY>
    <width>570</width>
    <height>10</height>
    <label>#fanarthandler.scraper.percent.completed</label>
    <texturebg></texturebg>
    <onlymidtexture>no</onlymidtexture>
    <midwidth>200</midwidth>
    <midheight>15</midheight>
    <midoffsetX>0</midoffsetX>
    <midoffsetY>0</midoffsetY>
    <visible>control.isvisible(91919280)</visible>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    </control>
    </controls>
    </window>

    But it will not work, what im doing wrong or what i need to add this visual on basic home, when he scraping ?

    ------------------

    And my other quest is. I have read you add support for genre, award, studios etc. icons. I will try to add this on my skin files, but i cant find a docu where i can find how i bring this icons in my xml. I start reading from site you have link'ed in first post. I have seen the screens but no code.


    OFF TOPIC ::

    And then i have seen in the screen percentage icon for movies, how can i bring this in ?
     
    Last edited:

    Users who are viewing this thread

    Top Bottom