[rant]
It's amazing how many problems a single wrong line of code can cause... All the problems people are having with jEmplode and playlists not being all removed properly is a single line of code that accidentally modified a list while something else was enumerating it ... In the spirit of useless code, Java decided it was best to stay silent there and just let me stumble through hours of annoying debugging rather than just throw an exception and let me know that i've done a bad thing. It's amazing that in the year 2002 the same braindead problems go undetected.

Oh well.
[/rant]

Mike