Page 1 of 1

adding playlist items using command line

Posted: 18 Feb 2008 19:56
by nehjain
Hi
Is there any way to add items dynamically to a playlist from the command line ie suppose i start vlc streaming one particular file over udp , is there any way i can add another file to the playlist (while the first one is being streamed) using command line ?

Thanks
Nehil

Re: adding playlist items using command line

Posted: 20 Feb 2008 20:00
by RĂ©mi Denis-Courmont

Code: Select all

vlc --one-instance foobar.mpg
VLC needs to be compiled with proper support (meaning Win32, or Linux+D-Bus).