

Then click on Lua option on the left pane. S.auth = ('', 'password')# Username is blank, just provide the passwordĪctivating web interface: Open VLC goto Tools->Preferences-> Main Interface as shown below tick mark the web option.

Then you can access all the information of currently playing track from a XML file by visiting this link You can create a simple script in python that will visit the link above and fetch the information.ĭummy code: This code will simply display the complete information of the file currently being played in the VLC player, you can try to extract what you need: import requests You have to first setup the web interface in the VLC player and then activate it. There could be two possibilities to retrieve the information of the current item being played in the VLC player.įirst method: Tested on Windows 7 OS and VLC v2.1.3 My machine and I want that script to detect and show the details of I play a audio track on my VLC manually on As per my understanding of your question:
