Update Home

Anna Schumaker 2024-03-20 15:55:19 -04:00
parent 60259b839e
commit 961fe3d883
1 changed files with 4 additions and 3 deletions

@ -2,8 +2,6 @@ Welcome to the Emmental Wiki, which is written to document the v3.x releases.
# Database Design
Emmental 3 uses a SQLite database to store its settings, playlist, and track information. The SQLite configuration we use is documented [here](SQLite-Config).
## Settings
* [[settings]]: Holds user settings
## Playlists
* [[albums]]: Holds information about each album
* [[album_artist_link]]: Links albums to artists
@ -19,4 +17,7 @@ Emmental 3 uses a SQLite database to store its settings, playlist, and track inf
* [[saved_track_data]]: Preserves playback statistics when tracks are deleted
* [[system_tracks]]: Links tracks to system-managed playlists
* [[tracks]]: Holds information about each track
* [[user_tracks]]: Links tracks to user-managed playlists
* [[user_tracks]]: Links tracks to user-managed playlists
## Other
* [[settings]]: Holds user settings
* [[listenbrainz_queue]]: Holds played but unsubmitted tracks