First of all thank you guys for the amazing project you have. Now down to the problems :)
I'm trying to control an editable queue through the socket interface. It looks like several songs in the queue are not reachable with <queue-name>.xxx commands (namely, remove, move, insert). In the session below rid 14 is "playing", the rest is "ready" but 13 and 17 cannot be removed. >> list abc.pls : playlist request : editable aha : output.icecast >> on_air 14 >> request.queue 14 13 17 18 19 20 21 22 23 24 25 >> request.remove 13 No such request in my queue >> request.remove 17 No such request in my queue >> request.remove 18 OK >> request.queue 14 13 17 19 20 21 22 23 24 25 >> trace 14 [2007/9/19 21:29:47] Pushed ["qwe.mp3";...]. [2007/9/19 22:07:11] Currently on air. >> trace 13 [2007/9/19 21:29:47] Pushed ["asd.mp3";...]. >> trace 19 [2007/9/19 21:44:45] Pushed ["zxc.mp3";...]. Thanks. -- Viktor
