westcoj / SKHub-1.0

Repo for CS Capstone Project
0 stars 0 forks source link

Playlist GUI Management #12

Open westcoj opened 5 years ago

westcoj commented 5 years ago

The test GUI needs to be more clear about how the playlists and shuffled lists are being tracked and played. They work, but clearer commenting and organization is needed,

westcoj commented 5 years ago

Code was changed so mediaList always has current song list. Made easier with databases. Playindex tracks the selection index for next/prev commands.

westcoj commented 5 years ago

Made it so shuffle continues from the song that was previously selected. Fixed issues with cache loading wrong on next/prev