Page 1 of 1

Add playlist items using command line?

Posted: 20 Mar 2008 11:02
by 0001001
Hi,

is it possible to add new items to the playlist using the command line while VLC is already playing?
Thanks in advance!

Re: Add playlist items using command line?

Posted: 20 Mar 2008 11:26
by revolunet
you could add with http interface for example :

Code: Select all

wget http://localhost:8080/requests/status.xml?command=in_enqueue&input=%2Fvideos%2Ftest_rambo.mpeg

Re: Add playlist items using command line?

Posted: 20 Mar 2008 12:28
by 0001001
you could add with http interface for example :

Code: Select all

wget http://localhost:8080/requests/status.xml?command=in_enqueue&input=%2Fvideos%2Ftest_rambo.mpeg
That is a possibility, thanks!

If this is possible, adding things via commandline should be too, shoudn't it?

Re: Add playlist items using command line?

Posted: 20 Mar 2008 12:40
by revolunet
should be possible with the RC interface

Re: Add playlist items using command line?

Posted: 20 Mar 2008 12:42
by ssbssa
isn't it commandline if you use wget?

Re: Add playlist items using command line?

Posted: 20 Mar 2008 12:54
by revolunet
yes it is ;)

but maybe he wants 'pure' vlc control ;)