[solved] When playing music Fanart does not appear immediately after downloading (1 Viewer)

horned_reaper

Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    Thanks!
    Can it be a timing issue - is the update triggered to early, when the list is not complete?
    By the way, I just confirmed - the same applies to new album thumbs.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,074
    11,159
    Kyiv
    Home Country
    Ukraine Ukraine
    After we got the list from the database, this procedure selects files for display ... - https://github.com/yoavain/mediaportal-fanart-handler/blob/master/FanartHandler/Utils.cs#L3075-L3128
    The only place that may prevent the image from showing - https://github.com/yoavain/mediaportal-fanart-handler/blob/master/FanartHandler/Utils.cs#L3100 But if the picture is shown for the second time, then this is unlikely ...

    Can it be a timing issue - is the update triggered to early, when the list is not complete?
    It is unlikely that the list from the database was received, the trigger cleared it and the list was loaded, however I do not see the trigger message ...

    By the way, I just confirmed - the same applies to new album thumbs.
    Code:
    11-May-2020 19:49:08 Debug [    ScraperNowWorker]: *** ScraperNowPlaying: OnRunWorkerCompleted: FH: C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Music\Artists\Various ArtistsL.jpg,
    This is the value of the FH thumb property for the current album ...
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    In case of the "America" track the album thumb already existed.
    But I saw this issue with other albums.
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    ... But probably this is a skin-related issue.
    Let's concentrate on the not immediately shown Fanarts first.
    In case I can further support you on testing just let me know.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,074
    11,159
    Kyiv
    Home Country
    Ukraine Ukraine
    ... But probably this is a skin-related issue.
    In titan Simply mode should work, Titan old mode not support this FH thumb property ...
    Let's concentrate on the not immediately shown Fanarts first.
    In case I can further support you on testing just let me know.
    I can’t figure out for what reason Fanart might not be shown, if it is read from the database, it should be displayed if there is no problem with its resolution and availability.

    Although maybe I found a problem with the trigger, maybe it will help fix this situation ...
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    In titan Simply mode should work, Titan old mode not support this FH thumb property ...

    You're right, I just tested it, new album images are immediately shown in Titan simple mode. Thanks for this hint!
    Do you know how to remove the spinning record on the right bottom?

    Although maybe I found a problem with the trigger, maybe it will help fix this situation ...

    I'm very excited to see if your solution will fix this issue! Good luck!
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    I think we should keep the debug information until the issue is resolved.
     

    Users who are viewing this thread

    Top Bottom