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

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Sorry for the confusion ajs, have been testing music section cache load last week and seems i messed something up.
    I'll check at home, where there may be some mistake.
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    I'll check at home, where there may be some mistake.
    No worries, the music cache issue is unrelated to FH (Windows cache related).

    And FH is working just fine now. Looks like my music dB was empty and that's why FH didn't scrape anything :D
    I'll keep testing and let you know if i run into a problem (y)

    1 thing i'm sure of now is the resolution of the scraped Artist Thumbs. FH seems to scrape 600x600 images (as you said, probably based on Thumbnail settings MP Config), but MIH scrapes 1000x1000 images and doesn't seem affected by this setting.
    Which means that the Artist Thumbnails from MIH are from a much higher quality (and that's what i wanted to test yesterday) :p
    Isn't there any way to bypass this? It seems MIH is able to simply download original sized Thumbs from Fanart.tv
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Checked working. Removes and re-download.[DOUBLEPOST=1419502312][/DOUBLEPOST]
    Which means that the Artist Thumbnails from MIH are from a much higher quality (and that's what i wanted to test yesterday)
    It is necessary to add an option that will override the setting of the MP. If the file has a resolution greater than found in the MP.
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    It is necessary to add an option that will override the setting of the MP. If the file has a resolution greater than found in the MP.
    That would be nice, because the quality of both Album & Artist Thumbs on fanart.tv is 1000*1000. ;)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    FanartHandler.4.0.0.134 (Beta)
    + Add option (Configurator Thumbs tab) that will override the setting of the MP. If the file has a resolution greater than found in the MP. (Default - Off)
    XML:
        <entry name="UseHighDefThumbnails">no</entry>

    If you turn, it works like this:
    Not override because picture is less.
    Code:
    25-Dec-2014 13:04:05 Debug [             Scraper]: CreateThumbnail: BigThumbs mode: highest quality size: 600x600
    25-Dec-2014 13:04:05 Debug [             Scraper]: CreateThumbnail: Thumbs mode: highest quality size: 140x140
    Override because picture bigger.
    Code:
    25-Dec-2014 13:04:02 Debug [             Scraper]: CreateThumbnail: BigThumbs mode: highest quality size: 600x600
    25-Dec-2014 13:04:02 Debug [             Scraper]: CreateThumbnail: BigThumbs mode: overrided size: 1000x1000
    25-Dec-2014 13:04:02 Debug [             Scraper]: CreateThumbnail: Thumbs mode: highest quality size: 140x140
    ...
    25-Dec-2014 13:04:16 Debug [             Scraper]: CreateThumbnail: BigThumbs mode: highest quality size: 600x600
    25-Dec-2014 13:04:16 Debug [             Scraper]: CreateThumbnail: BigThumbs mode: overrided size: 720x720
    25-Dec-2014 13:04:17 Debug [             Scraper]: CreateThumbnail: Thumbs mode: highest quality size: 140x140
    ...
    25-Dec-2014 13:04:27 Debug [             Scraper]: CreateThumbnail: BigThumbs mode: highest quality size: 600x600
    25-Dec-2014 13:04:27 Debug [             Scraper]: CreateThumbnail: BigThumbs mode: overrided size: 626x626
    25-Dec-2014 13:04:27 Debug [             Scraper]: CreateThumbnail: Thumbs mode: highest quality size: 140x140
     

    Attachments

    • FanartHandler-4.0.0.134.mpe1
      11 MB
    • FanartHandler.4.0.0.134.Beta.zip
      303.4 KB
    Last edited:

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Very very nice ajs! This is a big improvement for Thumbnail quality :)
    resolution.PNG


    Nice 1000*1000 Thumb downloaded (y)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Nice 1000*1000 Thumb downloaded
    :D
    Code:
    : CreateThumbnail: BigThumbs mode: overrided size: 1184x1184
    ...
    : CreateThumbnail: BigThumbs mode: overrided size: 1700x1700
    [DOUBLEPOST=1419511768][/DOUBLEPOST]FanartHandler 4.0.0.137 (Beta)
    * Bug fix for Configurator Scrape Thumbs progress bar.
     

    Attachments

    • FanartHandler.4.0.0.137.Beta.zip
      303.4 KB
    • FanartHandler-4.0.0.137.mpe1
      11 MB

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    I have not forgotten anything ? Can promised something and did not?
    All great now, although i'm still thinking about the quality :)

    We now have an option that gives us better thumbnails than the defined 600x600 in MP Config.
    My experience is that those 1000*1000 resolution thumbs look good on a 100" screen (projector).

    What about an option for a minimum resolution?
    I'm getting a lot of 'bad' resolution thumbs now (probably because nothing better is available on the sources).
    Amira WillighagenL.jpg
    If i can define a minimum resolution, then the missing Thumb will be visible in MP GUI, and then i know i need to fix it myself (and update fanart.tv with the high quality thumb).
    What do you think of this?

    Can either be a checkbox for 'Use High Quality Thumbs only (=>1000*1000) or maybe even a checkbox were you can enter the minimum number of pixels (1000 for example) and it checks for at least 1000*1000.

    And i just noticed an issue while scraping for missing thumbs.
    When the scrape started it said it had to scrape for 274 artists:
    Code:
     25-Dec-2014 13:37:50 Debug [     DatabaseManager]: InitialThumbScrape Artists: [274]
    But somehow it exceeds that number, and then starts throwing an exception:
    Code:
    25-Dec-2014 13:56:35 Error [ FanartHandlerConfig]: UpdateFanartThumbTable: System.ArgumentOutOfRangeException: Value of '277' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
    Parameter name: Value
       at System.Windows.Forms.ProgressBar.set_Value(Int32 value)
       at FanartHandler.FanartHandlerConfig.UpdateFanartThumbTable(String path)

    Logs attached ;)
     

    HTPCSourcer

    Retired Team Member
  • Premium Supporter
  • May 16, 2008
    11,418
    2,336
    Home Country
    Germany Germany
    Hello,

    I have encountered two issues:

    1. Name handling if Artist name contains a Hyphen. For the band "a-ha" the FH does incorrect things:
    -ha.jpg

    As you can see, the Artist Name now becomes "a", while the official Name is "a-ha".

    2. TV Series: There areno series Pictures shown anymore. Instead I have a static and unrelated picture displayed. This worked until yesterday though.[DOUBLEPOST=1419514650][/DOUBLEPOST]Should show some more content...

    Aha.JPG
     
    Last edited:

    Users who are viewing this thread

    Top Bottom