Search found 1 match

Go to advanced search

by LiveAshish
01 Mar 2014 19:02
Forum: Web and scripting
Topic: Reading the current filename
Replies: 0
Views: 454

Reading the current filename

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.

Go to advanced search