Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MusicBrainzID support #14

Open
mxjeff opened this issue Feb 2, 2018 · 6 comments
Open

MusicBrainzID support #14

mxjeff opened this issue Feb 2, 2018 · 6 comments
Labels
C-enhancement Category: A PR with an enhancement or an issue with an enhancement proposal

Comments

@mxjeff
Copy link

mxjeff commented Feb 2, 2018

Hi,

Trying to have MPD_sima working with mopidy I stumbled upon this issue:

# Here are correct requests
printf 'find artist genre Idm\nclose\n' | nc localhost 6600
OK MPD 0.19.0
Artist: Autechre
OK
OK
printf 'list artist musicbrainz_artistid 410c9baf-5469-44f6-9852-826524b80c61\nclose\n' | nc localhost 6600
OK MPD 0.19.0
ACK [2@0] {list} not able to parse args
OK

These request are fine and defined in the protocol.
It looks like mopidy is not supporting well MusicBrainzID.

Cheers

@laclaro
Copy link

laclaro commented May 10, 2018

I would like to have this too, since I always used mpd-sima to have a dynamic playlist. The lookup should be restricted to only local media (I don't wanna auto-add podcasts or such ;)).

Best,

Henning

@henrikp
Copy link

henrikp commented Aug 15, 2018

I'm joining the crowd too - the issue is still present.

@laclaro
Copy link

laclaro commented Oct 21, 2018

I just gave mopidy another try, but this feature prevents me from using it on my rpi 3 box.

best,

Henning

@jodal jodal transferred this issue from mopidy/mopidy Dec 20, 2019
@jodal jodal added the C-enhancement Category: A PR with an enhancement or an issue with an enhancement proposal label Dec 21, 2019
@maxyz
Copy link

maxyz commented Apr 16, 2020

Hi,
I would also like to be able to use mpd_sima together with mopidy. mpd_sima now includes a workaround that avoids querying the musicbrainz_artistid, which results in a mostly random added songs. Please, do export the musicbrainz_artistid from the local files.
Thanks,

@mxjeff
Copy link
Author

mxjeff commented Apr 16, 2020

Humm, please @maxyz, don't hesitate to comment on gitlab if the mopidy compat is behaving badly.

@kingosticks
Copy link
Member

To be clear, the musicbrainz tags are supported in local files served by Mopidy-Local. A typical listing might look like:

lsinfo "Local media/Albums/love of cartography"

file: local:track:sleepmakeswaves%20-%20Love%20of%20Cartography/sleepmakeswaves%20-%20Love%20of%20Cartography%20-%2001%20Perfect%20Detonator.mp3
Time: 354
Artist: sleepmakeswaves
Album: love of cartography
Title: perfect detonator
Date: 2017
Track: 1/2
MUSICBRAINZ_ALBUMID: 01db195e-06f2-4745-b1f4-35270712eda6
AlbumArtist: sleepmakeswaves
MUSICBRAINZ_ALBUMARTISTID: 001d3f4f-f4eb-4f51-86fa-4baec411d00c
MUSICBRAINZ_ARTISTID: 001d3f4f-f4eb-4f51-86fa-4baec411d00c
Disc: 1
Last-Modified: 2020-04-16T13:11:27Z
MUSICBRAINZ_TRACKID: 87414689-d2b1-4330-8d88-4a2bfc384b3a
X-AlbumUri: local:album:mbid:01db195e-06f2-4745-b1f4-35270712eda6

What is not yet supported, is querying for these tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: A PR with an enhancement or an issue with an enhancement proposal
Projects
None yet
Development

No branches or pull requests

6 participants