Thanks. That does indeed work with Firefox but it isn't working with my scripts. I'm trying to redo a AutoHotKey script I wrote many years ago, before VLC version 2. A complete command would look like this...
Code: Select all
cmd = http://127.0.0.1:8080/requests/status.xml?command=pl_pause
UrlDownloadToVar(cmd)
The control commands actually still work if you don't use a password in VLC, but it does not return the status information. I used to parse that information to retrieve the values of volume, position,... ect.
Now that I've seen the status return in Firefox, using this new command, I'm not sure the information I need to retrieve is returned. At this point I probably need to learn to use one of the other interfaces. I'm guessing the RC interface would be best to use from another application, would that be correct?