X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fmpdclient.py;fp=sima%2Fmpdclient.py;h=45d3dcdf767ab4bbc21c77a2629d45a0b60a3bbc;hb=d1af78455dfab9e371770228191e28ed8386bd2f;hp=6b5b9767e95dd3eca58e3e1c6a16d7763da66c88;hpb=61d5b735d5967d10447eb1c7a2f9fe683d9736bd;p=mpd-sima.git diff --git a/sima/mpdclient.py b/sima/mpdclient.py index 6b5b976..45d3dcd 100644 --- a/sima/mpdclient.py +++ b/sima/mpdclient.py @@ -365,15 +365,11 @@ class MPD(MPDClient): # #### Search Methods ##### def _find_musicbrainz_artistid(self, artist): """Find MusicBrainzArtistID when possible. - For artist with aliases having a mbid but not the main name, no mbid is - fetched… - Searching for Artist('Russian Circls') do not reslove the MBID """ if not self.use_mbid: return None mbids = None for name in artist.names_sz: - self.log.debug(name) filt = f'((artist == "{name}") AND (MUSICBRAINZ_ARTISTID != ""))' mbids = self.list('MUSICBRAINZ_ARTISTID', filt) if mbids: