[solved] Mixed artist pictures (6 Viewers)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    16,069
    11,153
    Kyiv
    Home Country
    Ukraine Ukraine
    If this is a bug, then I would like to catch it and strangle it.

    --
    WBR, ajs :):whistle::coffee:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,069
    11,153
    Kyiv
    Home Country
    Ukraine Ukraine
    Here's the correct log file.
    For Artist ? Last FM site return:
    Code:
    12-Mar-2020 20:51:30 Debug [             Scraper]: Last.FM: MBID for ? - 5dfdca28-9ddc-4853-933c-8bc97d87beec
    Code:
    <artist>
    <name>[unknown]</name>
    <mbid>5dfdca28-9ddc-4853-933c-8bc97d87beec</mbid>
    <url>https://www.last.fm/music/%5Bunknown%5D</url>
    But MBID 5dfdca28-9ddc-4853-933c-8bc97d87beec its Marilyn Manson ID - Marilyn Manson - MusicBrainz
    Very strange, but its BUG on LastFM site :(

    But this Artists already have wrong MBID in DB, and I dont see from where in this log ...
    Code:
    12-Mar-2020 20:53:16 Debug [             Scraper]: Trying to find Fanart for Artist: The Fugees
    12-Mar-2020 20:53:16 Debug [             Scraper]: Common: MusicBrainz DB ID: 5dfdca28-9ddc-4853-933c-8bc97d87beec
    
    12-Mar-2020 21:02:37 Debug [             Scraper]: Trying to find Fanart for Artist: John Waite
    12-Mar-2020 21:02:37 Debug [             Scraper]: Common: MusicBrainz DB ID: 5dfdca28-9ddc-4853-933c-8bc97d87beec
    
    12-Mar-2020 21:09:48 Debug [             Scraper]: Trying to find Fanart for Artist: Yvonne Catterfeld
    12-Mar-2020 21:09:48 Debug [             Scraper]: Common: MusicBrainz DB ID: 5dfdca28-9ddc-4853-933c-8bc97d87beec
    
    12-Mar-2020 21:31:14 Debug [             Scraper]: Trying to find Fanart for Artist: E Nomine
    12-Mar-2020 21:31:14 Debug [             Scraper]: Common: MusicBrainz DB ID: 5dfdca28-9ddc-4853-933c-8bc97d87beec
    
    12-Mar-2020 21:45:04 Debug [             Scraper]: Trying to find Fanart for Artist: Falco
    12-Mar-2020 21:45:04 Debug [             Scraper]: Common: MusicBrainz DB ID: 5dfdca28-9ddc-4853-933c-8bc97d87beec
    
    12-Mar-2020 21:48:47 Debug [             Scraper]: Trying to find Fanart for Artist: Brooklyn Bounce
    12-Mar-2020 21:48:47 Debug [             Scraper]: Common: MusicBrainz DB ID: 5dfdca28-9ddc-4853-933c-8bc97d87beec

    Solution ... I don’t even know, but you can try to delete all the pictures with Merlin Manson, reset MBID and do a full scan.
    If he appears again, then give me a log. You can reset MBID this command:
    SQL:
    UPDATE IMAGE SET MBID = '' WHERE MBID = '5dfdca28-9ddc-4853-933c-8bc97d87beec'
    Or send me the FH database I will reset. :coffee:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,069
    11,153
    Kyiv
    Home Country
    Ukraine Ukraine
    Or in configurator change wrong MBID to Correct MBID ... for this artists...
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,069
    11,153
    Kyiv
    Home Country
    Ukraine Ukraine
    Code:
    <name>Brooklyn Bounce</name>
    <mbid>d0e2adbb-6b1c-4631-aa42-32462fdc2493</mbid>
    
    <name>Falco</name>
    <mbid>dcd95aa4-f3ff-492d-a621-8518ada0f58b</mbid>
    
    <name>E Nomine</name>
    <mbid>9db1e69b-935f-4c1d-a48c-8bcca179a25c</mbid>
    
    <mbid>f0a4c8af-2b25-45cf-9b41-19171cf4d80f</mbid>
    <url>https://www.last.fm/music/John+Waite</url>
    
    <name>Fugees</name>
    <mbid>ea321799-9b1d-4e74-a074-a5facf597d82</mbid>
    <url>https://www.last.fm/music/Fugees</url>

    What correct MBID for ? i dont know - Search Results - MusicBrainz
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    Solution ... I don’t even know, but you can try to delete all the pictures with Merlin Manson, reset MBID and do a full scan.
    ...
    You can reset MBID this command:
    SQL:
    UPDATE IMAGE SET MBID = '' WHERE MBID = '5dfdca28-9ddc-4853-933c-8bc97d87beec'

    I had done this already yersterday but the wrong ID and the pictures came back.
    Do you think the problem cause is the ? character in the Artist tag of some music files?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,069
    11,153
    Kyiv
    Home Country
    Ukraine Ukraine
    I had done this already yersterday but the wrong ID and the pictures came back.
    Do you think the problem cause is the ? character in the Artist tag of some music files?
    I need log for answer to this question, ie you delete all Marlin Manson pictures, clear Marlin Manson MBID in database:
    SQL:
    UPDATE IMAGE SET MBID = '' WHERE MBID = '5dfdca28-9ddc-4853-933c-8bc97d87beec'
    Run cleanup missing pictures, and Start FullScan or Start MP and play some music, and check if Marlin Mansone back like Terminator, then give me this log, and i see ... :coffee:
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    This is the Configuration log file of the Full Scan. The faulty MBID 5dfdca28-9ddc-4853-933c-8bc97d87beec is not in the log file and also not in the database yet.
    I'm starting music playback now and will send you the log file as soon as the faulty MBID and/or faulty artist pictures appear.
    Anything else to check?
     

    Users who are viewing this thread

    Top Bottom