tnychn / mpv-discord

🎈 A cross-platform Discord Rich Presence integration for mpv with no external dependencies.
MIT License
172 stars 14 forks source link

Missing assets for custom app registration with Discord #13

Open logic opened 3 years ago

logic commented 3 years ago

It looks like the assets needed on the Discord side of this aren't in the github repo (specifically, the mpv large image key, and the buffer, pause, loop, and play small image keys; those were the only ones I found from a very quick search through the code). It's not a huge deal, as I'm sure not a lot of folks are registering this as an app themselves, but might be good to add to the repo for completeness?

(I'm doing my own build and registering it as a separate app for my personal use, since I'm using this with an app that embeds mpv, and want to reflect that in the status it posts).

Might be worth making the key names themselves (as well as the application ID) configurable as well?