Closed subh-kundu closed 3 years ago
Hello sir I can't send any command throw and how to inside the mpv window on my panel please help me out
public void SendCommand(string cmd) { try { if (ps != null && ps.HasExited == false) { ps.StandardInput.Write(cmd + "\n"); } } catch { } }
mympv.zip
Looking at your code, it seems you want to control a running mpv instance, for that you need to use the JSON IPC, see here:
https://github.com/stax76/wox-mpv-plugin
Hello sir I can't send any command throw and how to inside the mpv window on my panel please help me out
mympv.zip