Rocket1184 / electron-netease-cloud-music

UNOFFICIAL client for music.163.com. Powered by Electron and Vue
https://encm.rocka.me
GNU General Public License v3.0
445 stars 46 forks source link

Feature request: Discord Rich Presence Integration #116

Open Block81838 opened 3 years ago

Block81838 commented 3 years ago

Is it available to integrate discord rich presence, just like this Show the current playing song info And update when changes

Spotify Discord Rich Presence

rocka commented 3 years ago

Since we have MPRIS support, so in theory it should work with https://github.com/FichteFoll/discordrp-mpris, maybe you can give it a try.

rocka commented 3 years ago

I've tried it (https://github.com/FichteFoll/discordrp-mpris), it does work:

image

But instead of showing "Listening to ...", it shows "Playing a game". And I can't find any documentation about how to change that (https://discord.com/developers/docs/rich-presence/how-to), it's all about games ...

Block81838 commented 3 years ago

I'll give it a try About it shows playing a game, it is because that discord rich presence is designed for game at first. The "listening to" rpc is only for Spotify xd. And only Spotify is available to upload cover officially.

And I hope ElectronNCM can integrate discord rpc inside of using mpris rpc😀