problem with 'in_enqueue' - http interface

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
Jerry
New Cone
New Cone
Posts: 4
Joined: 24 Mar 2010 09:29

problem with 'in_enqueue' - http interface

Postby Jerry » 27 Mar 2010 21:49

something is wrong when I'm trying to add new item to an empty playlist through http interface using in_enqueue command. As a workaround I changed following lines in status.xml:
from

Code: Select all

<vlc id="if" param1="command value 'in_enqueue' strcmp 0 =" /> <vlc id="rpn" param1="input value dup stripslashes playlist_add" />
to

Code: Select all

<vlc id="if" param1="command value 'in_enqueue' strcmp 0 =" /> <vlc id="rpn" param1="input value dup stripslashes playlist_add vlc_play vlc_stop" />
and now it works as expected, but maybe it should be fixed somewhere in the code.

Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 2 guests