[solved] Mixed artist pictures (1 Viewer)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,764
    10,761
    Kyiv
    Home Country
    Ukraine Ukraine
    Ah, OK, these are the calculated values.
    Yes, can you run this SQL select?
    SQL:
    SELECT Id, Key1, FullPath, SourcePath, Category, Provider FROM Image WHERE Key1 IN ('madeline juno') AND Enabled = 1 AND DummyItem = 0 AND (iWidth > 960 AND iHeight > 540 AND Ratio >= 1.3) AND SubCategory IN ('MusicFanartManual','MusicFanartScraped');
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    No results:
    1584962105604.png
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    You're the man! (y)
    It's case-sensitive!

    Now I'm really looking forward to your new DLL with the !!! artist and the SQL query fixes!
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,764
    10,761
    Kyiv
    Home Country
    Ukraine Ukraine
    You're the man! (y)
    It's case-sensitive!
    In the plugin, all calls are already in lowercase (this is my mistake with copy paste), if you get the result in a query in lowercase, then I have no idea why it does not work for this artist.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,764
    10,761
    Kyiv
    Home Country
    Ukraine Ukraine
    More debugging information would help us to further trace the issue.
    This select return results?
    SQL:
    SELECT Id, Key1, FullPath, SourcePath, Category, Provider FROM Image WHERE Key1 IN ('madeline juno') AND Enabled = 1 AND DummyItem = 0 AND (iWidth > 960 AND iHeight > 540 AND Ratio >= 1.3) AND SubCategory IN ('MusicFanartManual','MusicFanartScraped');
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,764
    10,761
    Kyiv
    Home Country
    Ukraine Ukraine
    Yes, it returns the four Fanart entries.
    Very strange, it should then show for this artist, if we got pictures from the database, then we check them for size and proportion. And that’s all. But somewhere here, something does not work out ...
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    Right.
    I just retried but it doesn't display the pictures for this artist and I can't see any related error message in the FH and MediaPortal logs.
     

    Users who are viewing this thread

    Top Bottom