We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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)
No branches or pull requests
I would like to use placeholders for RPC Buttons, for example I would add a custom button something like:
and in the button URL I enter something like
So that it dynamically changes to the name and URL of the song I am currently listening to (for example on youtube music)
The text was updated successfully, but these errors were encountered: