Added albumArtist field memeber to Song model. Automatically apply disc value 1 for song's metadata that have an empty disc field. Switched from TagLib::FileRef to TagLib::MPEG::File
This commit is contained in:
@@ -13,6 +13,7 @@ CREATE TABLE CoverArt (
|
||||
CREATE TABLE Album (
|
||||
AlbumId INT NOT NULL AUTO_INCREMENT,
|
||||
Title TEXT NOT NULL,
|
||||
Artist TEXT NOT NULL,
|
||||
Year INT NOT NULL,
|
||||
|
||||
PRIMARY KEY (AlbumId)
|
||||
|
||||
Reference in New Issue
Block a user