Page 1 of 1

Reading the current filename

Posted: 01 Mar 2014 19:02
by LiveAshish
I want to read the current filename or playlist using Python or command line.
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'
But I want to access the file which holds the current filename or playlist.