Hi, I was looking at Android music code to understand what party shuffle does. It appears that all that party shuffle does is to create a playlist whose length is the position of the song on the list + 7, and add a random selection of songs from the phone on to this list. Unlike normal shuffle, it seems a party shuffle does not care if the songs are repeated. Is this correct? And what is the big picture behind this feature? Thanks, Rahul