Implement Database #16

Closed
opened 2019-03-02 13:15:28 -05:00 by kdeng00 · 0 comments
kdeng00 commented 2019-03-02 13:15:28 -05:00 (Migrated from github.com)

Implement an SQLite database to store data on the filesystem. Currently all song information such as album title, song title, etc. are being stored in memory

Dependent Issues

#9
#14

Database

Name

Mear

Tables

Song

  • Id
  • title
  • album
  • artist
  • cover
  • duration
  • filePath

PlayCount

  • Id
  • PlayCount
  • TrackId

Settings
- Id
- Dark Theme

Table Name Completed
Song Yes
PlayCount Yes
Settings No
Implement an SQLite database to store data on the filesystem. Currently all song information such as album title, song title, etc. are being stored in memory Dependent Issues --- #9 #14 Database === Name --- Mear Tables -- Song - Id - title - album - artist - cover - duration - filePath PlayCount - Id - PlayCount - TrackId ~~Settings~~ ~~- Id~~ ~~- Dark Theme~~ | Table Name | Completed | | ------------- |:-------------:| | Song | Yes | | PlayCount | Yes | | ~~Settings~~ | ~~No~~ |
Sign in to join this conversation.