There's an example of implementing Drag&Drop in foosion's tutorial (part 4). How should I modify it so that I could detect that *folder* was dropped, and do something with it (for example, create new playlist with the same name as dropped folder)? Or maybe the only way is to compare all dropped items' parent directories (and if they are equal, set the 'folder' to their name)? Anyway, is there any simple way to achieve this? I even don't know how I could do something with dropped items...
I also wonder, what is checking 'if some track is playing' for? Do I have to check this when I only need the Drop Place? (I mean, there will be only option to drop some files into my window, no option to drag anything from it)
