Page 1 of 1

[CLI] Specify the item from a provided xspf playlist?

Posted: 27 Nov 2021 21:36
by frannie
Let's say I'm launching VLC like this:

Code: Select all

/Applications/VLC.app/Contents/MacOS/VLC -I ncurses "/path/to/my/playlist.xspf"
The playlist.xspf contains a few items, which have their titles and vlc:ids.

The question is, can I somehow start VLC in such a way that it would open (play) not just the first item but instead some specific item from that playlist?