Vencord / plugin-requests

Vencord plugin requests. Open the link below to create a request
https://github.com/Vencord/plugin-requests/issues/new?template=request.yml
27 stars 5 forks source link

Listenbrainz Rich Presence #634

Open SilverSeleucid opened 1 month ago

SilverSeleucid commented 1 month ago

Plugin Description

A plugin that shows whats being scrobbled to the open source listenbrainz project in a similar vein as the lastFM rich presence plugin. unlike lastfm users dont need to create a developer account and generate an api token. A listenbrainz user token is provided in account settings by default.

Existing Plugin for other mod

https://github.com/Vendicated/Vencord/blob/main/src/plugins/lastfm/index.tsx

Request Agreement

Vendicated commented 1 month ago

is changing the API url all that's needed ?

SilverSeleucid commented 1 month ago

I am personally not familiar with listenbrainz api... or coding much in general, but i can read the docs and try to find out!

SilverSeleucid commented 1 month ago

https://listenbrainz.readthedocs.io/en/latest/users/api/index.html so im not able to understand much of this but it looks like all you need is the user token and the API url like you mentioned.