You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of those tagged issues is about the Mopidy changes. It's currently blocked on something I started and didn't finish. I'll try and take a look later.
kingosticks
added a commit
to kingosticks/mopidy-mpd
that referenced
this issue
Jan 21, 2022
Running the command:
should list all track names but it errors with:
And that's because we are incorrectly mapping MPD's 'title' tag to 'track' instead of 'track_name' but Mopidy-Local is rightly expecting 'track_name'.
Also the tags 'track' and 'file' (and 'filename') are not supported. For example, running the command:
should list all the track numbers but it errors with:
Those are just missing from the mapping structure.
The text was updated successfully, but these errors were encountered: