Hi, 2011/1/19 Vincent Cassé <[email protected]>: > Now, I search also how to delete a song in a [request.queue()]. > In telnet, i have test request.ignore and request.consider, but the song > is always in request.queue.
Yes, it stays in the queue (which enables to re-consider/un-ignore it) but it will drop off the queue when it reaches the first position. (You can check its metadata, it'll have "ignore" set.) You can also try using request.equeue() which provides more queue manipulation, you might find it more natural. Have fun, -- David ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
