Search found 4 matches

Go to advanced search

by Antr
30 Oct 2012 09:48
Forum: General VLC media player Troubleshooting
Topic: Jump to the specified playlist item
Replies: 5
Views: 833

Re: Jump to the specified playlist item

My current solution with lua script vlc.playlist.clear (); vlc.playlist.add ({{path=config.playlist}}) local bPlaylistExists = 1; while (bPlaylistExists == 1) and not vlc.misc.should_die() do bPlaylistExists = 0; PlaylistItem = vlc.playlist.get("playlist") for i = 1, #PlaylistItem.children...
by Antr
26 Oct 2012 11:16
Forum: General VLC media player Troubleshooting
Topic: Jump to the specified playlist item
Replies: 5
Views: 833

Re: Jump to the specified playlist item

Oh of course that is supported.
Wow, can you provide the command line parameters ?

Thanks.
by Antr
25 Oct 2012 21:32
Forum: General VLC media player Troubleshooting
Topic: Jump to the specified playlist item
Replies: 5
Views: 833

Re: Jump to the specified playlist item

For an existing instance? It depends. You can use MPRIS if your VLC build has D-Bus support.
No, start VLC with playlist (any type) and specified playlist item (preferably in the same command line)
by Antr
25 Oct 2012 14:53
Forum: General VLC media player Troubleshooting
Topic: Jump to the specified playlist item
Replies: 5
Views: 833

Jump to the specified playlist item

It's possible from VLC command line ?

Thanks.

Go to advanced search