The plan is to write a system around an SQLite database with a table full of song info; title, artist, album, and file location. The web page can show all of the data from the table and send the selected track ID to the player.
I would also like to add user profiles so a user can track their recent plays.
PLEASE make it out of a flask :D