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

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    16,062
    11,144
    Kyiv
    Home Country
    Ukraine Ukraine
    And then i have seen in the screen percentage icon for movies, how can i bring this in ?
    All screenshots are made with my theme, which is on the site. There you can see everything that is interesting.

    PS: https://github.com/andrewjswan/mediaportal-skin-themes/blob/master/Titan/Themes/ajs Theme/DialogVideoInfo.watchedCount.xml

    <label>Fanart #fanartHandler.scraper.task
    Try: #fanarthandler.scraper.task instead #fanartHandler.scraper.task

    PS: https://github.com/andrewjswan/medi...ter/Titan/Themes/ajs Theme/common.Scraper.xml
     
    Last edited:

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,625
    10,637
    Königstein (Taunus)
    Home Country
    Germany Germany
    @D3ltoroxp here the properties I use in PVHD for scraper progress ;)
    Ofc you must replace the positions and GFX names you use, but should work ;)
    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>
    <control>
      <description>Scraping Label</description>
      <type>label</type>
      <id>0</id>
      <posX>1518</posX>
      <posY>20</posY>
      <width>570</width>
      <font>font9</font>
      <label>Fanart #fanarthandler.scraper.task #fanarthandler.scraper.percent.completed#fanarthandler.scraper.percent.sign</label>
      <visible>control.isvisible(91919280)</visible>
    </control>
    <control>
      <type>image</type>
      <id>0</id>
      <posX>1518</posX>
      <posY>50</posY>
      <width>370</width>
      <height>19</height>
      <texture>osd_progress_background.png</texture>
      <visible>control.isvisible(91919280)</visible>
    </control>
    <control>
      <description>Progress Bar</description>
      <type>progress</type>
      <id>118</id>
      <posX>1506</posX>
      <posY>54</posY>
      <width>370</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>
    </control>

    For your remaining questions regarding genre logos and progress bars in tv miniguide/my videos have a look in the respective xmls in DefaultWideHD - there all is implemented ;)
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    thx too all of you.

    So the scraper wont show his progres o_O

    Here my code now, with change from ajs and the same as catavolt

    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>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>

    This is the only thing i import with basic home.

    And where i can find this xml ??? Or I do not need that?

    Added FanartHandler.Genres.xml thx @catavolt @azzuro
    Added FanartHandler.Studios.xml thx @catavolt
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Did he start work everytime i start mepo, or only when he noticed new stuff ?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,062
    11,144
    Kyiv
    Home Country
    Ukraine Ukraine
    Did he start work everytime i start mepo, or only when he noticed new stuff ?
    When Scan (on start) is in progress, ie, It depends on the settings and your database.
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Eh the unwatched percentage is this only for moving pictures or can i use this for series to ?

    And did you have something for channels, that i can show for series, where they come from, from witch network ?

    I think i have seen this somewhere maybe in your titan theme ?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,062
    11,144
    Kyiv
    Home Country
    Ukraine Ukraine
    Eh the unwatched percentage is this only for moving pictures or can i use this for series to ?
    I dont use Moving Pictures, i use MyVideo ...
    or can i use this for series to ?
    If TVSeries support percentage, why not?
    And did you have something for channels, that i can show for series, where they come from, from witch network ?
    TVSeries Network picture? Ot TV Channel? I dont use TV in Mediaportal ...
    I think i have seen this somewhere maybe in your titan theme ?
    Almost everything that works in my theme, described in https://forum.team-mediaportal.com/...-screen-bugfixes-and-more.117693/#post-978229 source in: https://github.com/andrewjswan/mediaportal-skin-themes/tree/master/Titan/Themes/ajs Theme
     

    Users who are viewing this thread

    Top Bottom