[solved] Mixed artist pictures (6 Viewers)

horned_reaper

Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    Today the Madeline Juno Fanarts get displayed without issues. I don't know why.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,072
    11,157
    Kyiv
    Home Country
    Ukraine Ukraine
    4 Strings band
    FH get MBID from DB...
    Code:
    22-Mar-2020 11:40:01 Debug [             Scraper]: Trying to find Fanart for Artist: 4 Strings
    22-Mar-2020 11:40:01 Debug [             Scraper]: Common: MusicBrainz DB ID: f26c72d3-e52c-467b-b651-679c73d8e1a7
    Hmmm,
    LastFM site return MBID - <name>4 Strings</name><mbid>fa6521a7-56b5-4e56-b946-fda469becba9</mbid>
    AudioDB site return MBID - strMusicBrainzID: "fa6521a7-56b5-4e56-b946-fda469becba9"
    MusicBrainz return MBID - <artist id="fa6521a7-56b5-4e56-b946-fda469becba9" type="Group"><name>4 Strings</name>
    I dont know why in DB - f26c72d3-e52c-467b-b651-679c73d8e1a7 for 4 Strings band :(
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    The same error happened with another artist. The Fanart pictures of the artist !!! with MBID f26c72d3-e52c-467b-b651-679c73d8e1a7 got downloaded and assigned to the artist Matthea:
    1584882756667.png

    The downloaded pictures for !!! are not listed in the DB.
    1584882811870.png

    But the ID f26c72d3-e52c-467b-b651-679c73d8e1a7 was written to 678 DB entries for different artists.
    1584883797629.png


    Now I've deleted the f26c72d3-e52c-467b-b651-679c73d8e1a7 MBID value from all DB records.

    This is really annoying! Before it was with Marilyn Manson now it's with the !!! artist.
    What's wrong here?
     

    Attachments

    • 1584883792680.png
      1584883792680.png
      186.3 KB
    Last edited:

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    Another finding: The Fanart pictures of the !!! artist are not displayed in the Now Playing screen at all, although they were downloaded:
    1584885020227.png
     
    Last edited:

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    The ID assignment to the database entries is reproducible. It happens each time I play the !!! song.
    And, at this time there's an exception:
    Code:
    [2020-03-22 14:58:47,016] [Error  ] [37       ] [ERROR] - LoadSkin: Running on wrong thread - StackTrace: '   bei System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
       bei System.Environment.get_StackTrace()
       bei MediaPortal.GUI.Library.GUIWindow.LoadSkinBool()
       bei MediaPortal.GUI.Library.GUIWindow.AllocResources()
       bei MediaPortal.GUI.Library.GUIWindow.DoRestoreSkin()
       bei MediaPortal.GUI.Library.GUIWindowManager.GetWindow(Int32 dwID, Boolean tryRestoreSkin)
       bei LatestMediaHandler.LatestMediaHandlerSetup.UpdateImageTimer(Object stateInfo, ElapsedEventArgs e)
       bei System.Timers.Timer.MyTimerCallback(Object state)
       bei System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
       bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       bei System.Threading.TimerQueueTimer.CallCallback()
       bei System.Threading.TimerQueueTimer.Fire()
       bei System.Threading.TimerQueue.FireNextTimers()
       bei System.Threading.TimerQueue.AppDomainTimerCallback(Int32 id)'
    [2020-03-22 14:58:47,034] [Error  ] [37       ] [ERROR] - LoadSkin: Running already so skipping

    Apparently the !!! artist name causes this exception.
     

    Attachments

    • FanartHandler.log
      44.3 KB
    • MediaPortal.log
      170.1 KB

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    No more wrongly assigned pictures and MBID anymore until now. (y)
    And the three downloaded Fanart pictures for !!! are written to the DB now. (y) But they don't get displayed in Now Playing.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,072
    11,157
    Kyiv
    Home Country
    Ukraine Ukraine
    I dont see any problem in log, i add some debig info for playing fanart ... In log look like:
    Code:
    22-Mar-2020 19:39:35 Debug [FanartPlaying]: *** ....
     

    Attachments

    • FanartHandler.dll.with.debug.zip
      469.4 KB

    Users who are viewing this thread


    Write your reply...
    Top Bottom