[solved] Wrong MBID for Artist (1 Viewer)

horned_reaper

Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    There's one case of a wrong artist name to MBID resolution:
    Code:
    05-Jun-2020 13:51:08 Debug [             Scraper]: Trying to find Fanart for Artist: Paul und Paula
    05-Jun-2020 13:51:08 Debug [             Scraper]: MusicBrainz: Trying to find MusicBrainz ID for Artist: Paul und Paula.
    05-Jun-2020 13:51:08 Debug [             Scraper]: MusicBrainz: Extract ID: a4360422-0925-4981-ac40-65e1c6536c02

    The MBID a4360422-0925-4981-ac40-65e1c6536c02 is from another artist named "Paul & Paula".

    Actually the MusicBrainz search doesn't return this artist:
    http://musicbrainz.org/ws/2/release-group/?query=artist:"Paul und Paula"

    1591358125520.png


    Why is "und" replaced by "&" on the MBID search?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    FH not replace und to & ... I think its Muzicbrainz..

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

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    The MusicBrainz search doesn't return this wrong MBID when searching for the correct artist name:
    Code:
    http://musicbrainz.org/ws/2/release-group/?query=artist:"Paul und Paula"
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    Ah, you're right! Thanks!

    What do do in this case, where an artist name is resolved to the MBID of another artist and the correct artist doesn't have a MBID?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    If no MBID for Artist, try change MBID to <none> maybe help...

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

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    I've changed the MBID to 00000000-0000-0000-0000-000000000000 via the FH Configuration. The wrong thumb and Fanart were deleted and are no longer shown.
    Thanks for your support!

    It's good to see that FH is working as expected! (y)

    Another issue: Sometimes I see the following log entry:
    Code:
    05-Jun-2020 10:33:58 Error [               Utils]: SetPropertyCache: System.ArgumentException: Das Element wurde bereits hinzugefügt. Schlüssel im Wörterbuch: "00s|DanceVertical". Hinzuzufügender Schlüssel: "00s|DanceVertical".
       bei System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
       bei System.Collections.Hashtable.Add(Object key, Object value)
       bei FanartHandler.Utils.SetPropertyCache(String property, String cat, String key, Logo logoType, List`1& sFileNames, Hashtable& PicturesCache)
     
    Last edited by a moderator:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
     

    Users who are viewing this thread

    Top Bottom