My specific use case is that I want to have a Playlist with randomly ordered tracks in it for my game. I also want the user to be able to skip a track on the fly. Currently the only option seems to be stopping and starting the playlist, which will reset the "Avoid Repeat" info. I want to keep the info and just skip over the current track. Effectively just jump to the end of the current track.
Event though I just want it for the playlist container, I think the skip action could be extended to work with multiple containers.