-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add ListenBrainz support #29
Comments
@Forage For you information, ListenBrainz has an API that is compatible with Last.fm:
I am using this to scrobble to Listenbrainz, and it works just fine. I don’t know whether there are any features of Listenbrainz for which it would be worth to have special support by mpdscribble. |
MusicBrainz ID submission, which is the most requested feature on every ListenBrainz scrobbler. It makes scrobbling unambiguous by using a MusicBrainz-mapped UUID for the artist, album, and track. That way the local file can have any metadata on the artist, album and title fields and it will still be mapped correctly to the relevant entry on MusicBrainz. It's pretty much the one reason people want to migrate to ListenBrainz (other than it being fully FOSS, of course). |
Hi, ListenBrainz developer here. We were just talking with another mpdscribble user in our chat who was also interested in having MBIDs submitted to ListenBrainz (and as a result of this conversation we found a bug in our compat API). We also accept all metadata added to files (such as by picard or beats), so if that data was available in the MPD database then an LB-specific client could also submit this. |
I like boost::json a lot, but it's not easily available; most Linux distributions don't have it. It could be integrated as git submodule, but that adds a different kind of cruft. |
@alastair Any news on this? |
Is it still something planned ? |
For those that want something that works right now, an alternative that I have been using for a while now is : https://codeberg.org/elomatreb/listenbrainz-mpd |
mpdscribble is not directly supporting ListenBrainz, though ListenBrainz exposes a Last.FM Compatible API for ListenBrainz, making mpdscribble a possible client for ListenBrainz.
|
It would be great to have the option to scrobble tracks to ListenBrainz in addition to or instead of Last.fm.
The text was updated successfully, but these errors were encountered: