[CLI] Specify the item from a provided xspf playlist?
Posted: 27 Nov 2021 21:36
Let's say I'm launching VLC like this:
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?
Code: Select all
/Applications/VLC.app/Contents/MacOS/VLC -I ncurses "/path/to/my/playlist.xspf"
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?