资 源 简 介
An ongoing project to create a playlist shuffler that will incorporate ratings.
V 1.2
* Bug: Inserts into the database were not being retained has been fixed.
* Function added: Ability to add a song to the library.
* PSInteract and Playlist tables added.
* Queue table removed. Reimplemented as an arraylist.
* Debug functions for unit testing implemented.
* Random algorithms and interface implemented for Song.
* Filter based on playlist implemented.
* Algorithm and Debug menus tied to main GUI
* Queue load/reload function implemented to support random Song selection.
V 1.1.1
* Menus added for customizing, creating algorithms - not yet tied to main interface
* Debug menu added - ready to accept values
* Main data structures for debug tables, algorithm tables created in global Module
V 1.1
* Library filtering implemented
* Can filter based on Artist
* Can filter based on Album
* Database is tweaked in order to handle new attributes
* Implementation of the Import