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

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    With genres it´s totally different, because genres need a translation, therefore the genre file is necessary
    Equally, you can remove half of your 2500 pictures. And just decide problemts with local names of foreign studios. Type: Disney - Дисней ...

    Here duplicate images that can be easily combined into one:
    upload_2016-2-17_7-30-20.png upload_2016-2-17_7-31-55.png upload_2016-2-17_7-32-28.png
    etc.
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,597
    10,590
    Königstein (Taunus)
    Home Country
    Germany Germany
    Equally, you can remove half of your 2500 pictures.
    Andrew, you should really look into the official DWHD studio logos!
    All that you mentioned above don´t exist in DWHD, only in your ajsTheme version!
    When I added the official studio logos, I deleted ALL double and wrong written logos!
    Pls have a look, and use the ones from DWHD instead of your own chaos :D
     
    Last edited:

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,984
    5,663
    France - IDF
    Home Country
    France France
    hello, i try your last bin, but without sucess.

    i try with Titan skin :
    i have modified the genre xml file with name corresponding to french translation.

    i have try :
    Shareview with NFO : nothing appear
    VideoTitle view : nothing appear.

    i must enable one setting on config ?

    PS : it's possible to remove diacritics accent from a string ? the different letter to : " é / è / ê " to "e"
    http://www.siao2.com/2005/02/19/376617.aspx

    PS2 : how do you enable movie logo, on your screenshot ?
    all my logos are present on each movie folder. but i don't know how use it on MP ( moviefoldername>logo.png or >banner.png)
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,597
    10,590
    Königstein (Taunus)
    Home Country
    Germany Germany
    Andrew,
    I also modified the FanartHandler.Genres.xml to have all the pngs referenced to German.
    The images are shown as expected (see screenshot) - Nice work (y) (y) (y)

    11-13-03.jpg 11-13-08.jpg 11-13-12.jpg 11-13-19.jpg 11-13-35.jpg

    @azzuro
    I have the following property in myvideoTitle.xml:
    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.HasFocus(50)</visible>
        </control>

    which works perfect as you can see from the screenshots ;)
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    i have modified the genre xml file with name corresponding to french translation.
    Add to myvideo.views.default.xml block at end:
    XML:
        <control>
            <description>Genres Logo</description>
          <type>image</type>
          <id>0</id>
             <posX>85</posX>
          <posY>360</posY>
          <width>30</width>
          <height>560</height>
          <align>center</align>
          <valign>bottom</valign>
          <keepaspectratio>yes</keepaspectratio>
          <shouldCache>true</shouldCache>
          <texture>#fanarthandler.movie.genres.selected.verticalall</texture>
          <visible>![facadeview.filmstrip|facadeview.coverflow]</visible>
          <animation effect="fade" time="250">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
        </control>
    And try :)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Pls have a look, and use the ones from DWHD instead of your own chaos
    Cursory look:
    Code:
    1492 Pictures.png  --> 1492.png -> -1 pictures
    1492.png
    
    20th Century Fox Home Entertainment.png --> 20th Century Fox.png -> -4 pictures
    20th Century Fox Studios.png
    20th Century Fox Television.png
    20th Century Fox.png
    20thcenturyfox.png
    
    2929 Entertainment.png  --> 2929.png -> -2 pictures
    2929 Productions.png
    2929.png
    
    3L Filmproduktion.png -> 3L Productions.png -> -1 picture
    3L Productions.png
    
    40 Acres & A Mule Filmworks.png -> 40 Acres A Mule Filmworks.png -> -1 picture
    40 Acres A Mule Filmworks.png
    
    ABC (Australia).png -> ABC Australia.png  -> -1 picture
    ABC Australia.png
    11 pictures (~27% ~100Kb), you can safely remove it, and I saw only 40 pictures.
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,597
    10,590
    Königstein (Taunus)
    Home Country
    Germany Germany
    • 20th Century Fox Home Entertainment.png --> 20th Century Fox.png -> -4 pictures
    • 20th Century Fox Studios.png
    • 20th Century Fox Television.png
    • 20th Century Fox.png
    20thcenturyfox.png
    Those are 4 different studios!!!! Maybe the image is more or less the same, but are 4 different studios :D
    So when the grabber returns e.g. 20th Century Fox Television, it will be displayed correct.
    If you only have 20th Century Fox.png, I doubt that the correct studio logo is shown :D
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Those are 4 different studios!!!!
    The picture is the same. :D If you give 5 identical pictures to FH. He throws duplicate and give only one.
    upload_2016-2-17_12-33-30.png
    IMHO It makes no sense to store 5 identical pictures. When they may be replaced by one.:coffee:
     

    Users who are viewing this thread

    Top Bottom