Okay, I want to be able to select a new option on the right click menu in the browsertree and 1) If the song is already in the playlist, got it and play it 2) If the the sone is not in the playlist, add it and play it There is already an option to do 2), but to do 1) I *think* that I need to use a new menthod similar to uint32 PlaylistManager::IndexOf(const PlaylistItem* item) but that compares contents of a PlaylistItem, not the value of the pointer. Should I add a new method to do this, or is there already a way to check what is in the active playlist (and get the index)? _______________________________________________ [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/freeamp-dev
