Isn't there a "NowPlayingList_SetCurrentIndex" to set the current playing song in a playlist? I can get the current song with NowPlayingList_GetCurrentIndex, but to go to (say) song #5 in the playlist I have to loop over Player_PlayPreviousTrack (or next) N times (and this I'm afraid triggers a lot of events in musicbee, which somehow freezes for seconds)