Commit Graph

4 Commits

Author SHA1 Message Date
Markil3
0ffa626cb7 Moved most player tasks to ForkJoin.
This system works a bit better.
2021-09-18 16:04:37 -06:00
Markil3
2e2748f9e9 Merges the two album tables into one.
Albums are independent of how the song is stored. We don't need to separate them.
2021-09-18 15:00:12 -06:00
Markil3
55f879fedd Almost completely separates the GUI from the logic.
This will hopefully make debugging easier as well as make a CLI possible.
2021-09-14 17:02:18 -06:00
Markil3
999f3345cc Moves player logic to its own class, away from Interface
In the future, this will make testing and a CLI environment easier.
2021-09-14 16:39:40 -06:00