MeoMix / SongBuzz

A Google Chrome extension which allows users to create, maintain, and interact with playlists streamed from YouTube.
23 stars 4 forks source link

shufflemusic button isn't implemented right #46

Closed MeoMix closed 11 years ago

MeoMix commented 12 years ago

it shouldn't shuffle the playlist -- it should make playlist.getnextsong return a random song from the playlist.

MeoMix commented 12 years ago

Copy song list starts empty. Whenever copy song list is empty, copy original song list to copy song list. Shuffle copy song list. Whenever a song in original list or copied list is played, remove from copied list. If shuffle is toggled on, play the song in original playlist that is at the start of copied list. Continue playing from original playlist the songs which correspond to the next song in copied playlist. Whenever a song is added to original list, add to copied list and shuffle copied list.