Try this one. It works for me.
It does throw an exception at some point, but that probably existed before MP 1.23. I will try to debug it but until then this works ok (at least using the menu - detection never seemed to work for me)
As far as i can tell, it does not directly reference mediainfo. So I assumed it was in one of the referenced assemblies. Anyway this is just a build against latest MPPlugin nuget. It no longer complains about mediainfo but I am running release build. I will do a debug build and see how it goes.
As I mentioned earlier there is an exception but only the outer exception message is logged (An exception was thrown by the target of an invocation). I need to get a full stack trace.
I had to insert 3 delay commands after each step to make it working properly on my Samsung 3D TV.
Other than that works well for me, thank you very much!
Yes, but I had to remove reference from MPPlugin nuget and add references to MP 1.23 installation.
I will post a release version and also do a pull request
I have made a pull request, but noticed that while I have MP1.23 installed and inside VS referenced MP assemblies show version 1.23, in .csproj it refers to version 1.22.
I don't think that affects anything as the references have "Specific version" set to false.
I have also uploaded both debug and release versions in previous post.