JeffreyGaydos / music-database-generator

An idea to help organize your music with extra metadata using a SQL Server Database. This repository searches through a folder and gathers metadata already in mp3 files to add to a database
2 stars 1 forks source link

Remove Mood Tables #18

Closed JeffreyGaydos closed 1 year ago

JeffreyGaydos commented 1 year ago

Moods are not a very generalized feature that most music apps would end up using. Additionally, Moods are simply unordered playlists, and should be implemented using that table in the "front-end" music app that uses this database if desired. This also simplifies CRUD operations