* #94: Saving the file type of cover art, but there is still some work to do
The filename of cover art is hard coded to have the png extension. Need to correct this
* #94: Added a TODO
* #94: Corrected file extension being saved in the db
* Cleanup
* Saving databasescripts
* #74: Add UserID to the Song model
* #74: Added functionality to retrieve user id from the token
* #74: Songs will now contain the User Id when uploading
* Updated Readme and script to add migrations
* #74: Some cleanup
* #79: Added query parameter to randomize filename when downloading songs
Right now only the endpoint has this parameter added
* #79: Added functionality to the comressed song endpoint
* Added functionality to the download cover art
* .NET 8 migration
* Fixed bugs with song management
* More cleanup and making some constants
* Updated yml
* Clean up
Removing comments, some cleanup, and moving the startup code into Program.cs
* Removing comments
* Fixed song deletion issue
* Added functionality to delete song directories
* Updated README