Is it possible to use the rpc data for external apps? #1798
-
|
hi, i had a doubt! so i wanted to somehow clone the rpc data which the discord rich presence plugin does. to a different client or bot so i was hopping it would be somehow be possible to clone the same data which the youtubemusic app sends to my discord acc. to be also sent to this music bot somehow? ( i thought if its possible to read data of youtube music app. then it would be easier to get music data - such as songname, title, artist etc + also discord rpc data as well. so the bot needs to be configured to read those data and input em to discord through slash commands or so? ) i did make a feature request in their repo as well. but i wanted to know if it's somehow possible or not? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You can have an arRPC server running locally! They just have to listen for messages from Note: Normal discord may conflict with arRPC, might need some testing. |
Beta Was this translation helpful? Give feedback.
You can have an arRPC server running locally!
Sadly TheEpicAudioStreamer needs to support arRPC, which ain't hard to do.
They just have to listen for messages from
ws://127.0.0.1:1337and update the bot's rich presence based on them.Note: Normal discord may conflict with arRPC, might need some testing.