Topic: Enabling/Disabling SVP Through API
I'm currently writing a program in C# that controls MPC-HC through API to play automated sequences of videos. It's taking shape pretty well.
However, some videos don't currently play well with SVP, such as DVDs, .ts and .tp videos. In order to play those automatically without user action, I would need to disable SVP for those. One option would be to send ALT+CTRL+WIN+P to the player but then I can't be sure as to whether I an enabling or disabling it. The other option is to kill the process. Is there a better option than killing the process?
Also, when SVP opens back up after either MPC-HC or SVP crashes, it displays a message saying there was an error in the last session and asking whether I'd like to report it. Is there a way to disable this warning?