Reputation: 69
I want to store the names of the audio/video files that I open up in vlc in a log file. I intend on making automated playlists using the log file.
How should I do it??. Should I be making an extension for vlc which will do the same ?
Upvotes: 0
Views: 72
Reputation: 126
So many options. The simplest might be to use --file-logging and --verbose options in vlc, and then post-process the log file.
Other options may include:
Upvotes: 1