dead8309 / Kizzy

Discord Rich Presence for Android. Made with jetpack compose and material3
https://kizzy.vercel.app
GNU General Public License v3.0
622 stars 67 forks source link

Placeholders for RPC Buttons #257

Open gXLg opened 7 months ago

gXLg commented 7 months ago

I would like to use placeholders for RPC Buttons, for example I would add a custom button something like:

{{song_name}}

and in the button URL I enter something like

{{song_url}}

So that it dynamically changes to the name and URL of the song I am currently listening to (for example on youtube music)

dead8309 commented 7 months ago

Last time I checked the song/video urls were not present in metadata provided to us, so i don't think the song url is possible.

Although The templating idea looks good we can definitely try to support that

gXLg commented 7 months ago

Good possibility for providing URLs would be implementing a search API for widely used apps like YouTube (Music), SoundCloud etc.

(with users having to enable it, because it would take up further bandwidth on the client side)