track and disc numbers are now part of the song's metadata and saved to the database

This commit is contained in:
kdeng00
2019-08-28 22:16:33 -04:00
parent b885e3d2c8
commit 1255aa0ff7
10 changed files with 68 additions and 160 deletions
+2
View File
@@ -18,6 +18,8 @@ CREATE TABLE Song (
Genre TEXT NOT NULL,
Year INT NOT NULL,
Duration INT NOT NULL,
Track INT NOT NULL,
Disc INT NOT NULL,
SongPath TEXT NOT NULL,
CoverArtId INT NOT NULL,