tnychn / mpv-discord

🎈 A cross-platform Discord Rich Presence integration for mpv with no external dependencies.
MIT License
172 stars 14 forks source link

New version not showing presence in discord #16

Closed Metoku closed 3 years ago

Metoku commented 3 years ago

image image So I tested the new version and it does not appear on my discord. Previous version worked before.

tnychn commented 3 years ago

v1.6.0 introduces a new required option (client_id) in the config. Please check if you have set a valid value to it.

Metoku commented 3 years ago

There is a default value I didn't change it. Should I make a new app in the portal?

tnychn commented 3 years ago

It should work fine with the default client ID. It may be a bug. Could you provide your config (discord.conf) for debugging?

Metoku commented 3 years ago

Here is my config file in zip since I can't upload .conf files config.zip

tnychn commented 3 years ago

Your binary_path option is wrong. It should be the path to mpv-discord's binary file.

Metoku commented 3 years ago

I actually have the mpv-discord.exe in that directory. I tried transferring the bin folder to my mpv , changed the binary and it still didn't work. Can I see a sample to follow? That would help me thank you. EDIT I actually got it to work. Thanks for responding to my issue and great work on this.