Hey,

Currently im making the PHP interface for the telnet
interface of LiquidSoap, there is a small example available
in the svn (interfaces/php/), but its not finished yet.

Having a library that allows lazy PHP programmers (like me) to 
talk with LiquidSoap is fun, but it isn't complete without 
an interface where we can click/drag/bash in :P

Ive been playing a bit and made this,

http://radio.mmorpg4all.com/request/ (only Listeners and Queue works) 

But to get to the point, while I was coding the dragNdrop queue thingy
I've noticed the following thing with the request.equeue, move doesn't
seems to work "all" the time, or doesn't work at all. Delete is also
acting weird.

Im running LS-svn r5475.

Any suggestions ? I hope I'm doing something wrong.

With regards,

Frank Spijkerman aka Aim

--
Move:

request_queue.queue
5 10 12 17
END
request_queue.move 17 2
OK
END
request_queue.queue
5 10 12 17 17
END


Delete:

request_queue.remove 17
OK
END
request_queue.queue
10 12 17
END
request_queue.remove 17
No such request in my queue
END
request_queue.queue
10 12 17
END


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Savonet-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-devl

Répondre à