Reading the current filename
Posted: 01 Mar 2014 19:02
I want to read the current filename or playlist using Python or command line.
I used this to show the current files playing.
But I want to access the file which holds the current filename or playlist.
I used this to show the current files playing.
Code: Select all
$ lsof -c vlc | grep REG | grep -v -e '\.[ms]o' -e 'SYSV' -e 'font'