Hi, you can use --extraintf
I'm extremely happy to hear from a developer! And impressed. Anyway, thanks for the tip; I found it in the documentation. Awesome!
If you want to do something simple, you might as well write a lua interface module or a C interface plugin ! What is your use case ?
Primarily, I simply need to be able to get the current state of a video I launched, such as Playing or Paused. I also want to be able to get the current time position.
But my biggest problem is dealing with certain unpredictable event popup windows, such as
"VLC did not close properly last time it was run and will now clean up", and
"Another instance of VLC Media Player is already running" (which is what I always do, usually without problem). I've tried launching it with the option to ignore errors, but that seems to have no effect.
I've looked into using Lua, but for me, the learning curve would be higher than using libVLC. I'm coding in AutoIt and have an API interface with the library. This means C isn't a good option either, since I'd much prefer doing everything in AutoIt, which I greatly love working in.
By the way, I see a lot of developer documentation links show lock icons, requiring a login to view. But I can't seem to find a way to sign up for that access (though it's probably right in front of my face). Would you please tell me how to do that?
Thanks again for your reply!