sll552 / DiscordBee

MusicBee plugin that updates your Discord status with the currently playing track
Apache License 2.0
419 stars 30 forks source link

stumbled upon these plugins with Album Art support, Is it possible? #64

Closed feecof closed 3 years ago

feecof commented 3 years ago

https://github.com/Kuunikal/mb_DiscordRichPresence https://gitlab.com/cleaninfla/musicbee-rich-presence

i couldnt get them to work because i dont know how to compile them. But it would be nice if you could implement something like that in your future build.

sll552 commented 3 years ago

Those plugin have the same limitations as this one. It is not possible to show arbitrary pictures (Album Art) with the current RichPresence. What these plugins allow is that you basically manually add all your art to a discord dev account. I consider this a non-usecase as its really cubersome for the user and the result won't be satisfactory.

More on this in #57

sll552 commented 3 years ago

Ok, the 2nd one actually automates the upload, but this is most likely against Discord Terms of Service and relies on an auth token that might get revoked which would require a recompile of the plugin...