tnychn / mpv-discord

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

Can't open mpv after installing mpv-discord #41

Closed sim3745 closed 2 years ago

sim3745 commented 2 years ago

I followed the manual and installed mpv-discord, however now I can't open mpv.exe (it just does not do anything after I open it) unless I remove 'discord.lua' from the 'scripts' folder. Any way to fix this?

ghost commented 2 years ago

You have to go to your mpv path then script-opts and open discord.conf

You have to edit this line to discord.exe in your mpv for example: binary_path=C:\mpv\discord.exe

After doing that mpv should start and when playing a video you should see your status on discord.

sim3745 commented 2 years ago

Seems like I was adding the binary_path line to the discord.conf file located in the mpv-discord/script-opts folder, not the actual mpv/script-opts one. Fixed it and it works flawlessly now. Thank you!