dead8309 / Kizzy

Discord Rich Presence for Android. Made with jetpack compose and material3

Home Page:https://kizzy.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Placeholders for RPC Buttons

gXLg opened this issue · comments

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)

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

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)