Consolidate indexer struct header definitions, implement artist, album, and file inserts.
Tweaked database schema. Ensure we enable FOREIGN KEYS. Refactored how and when we are doing cover art and track fetching for an album.
This commit is contained in:
parent
8f50d388bd
commit
7566fb39f9
21 changed files with 585 additions and 282 deletions
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
#include <gtk-4.0/gdk/x11/gdkx.h>
|
||||
#include "indexer/file-indexer.h"
|
||||
#include "indexer/structs.h"
|
||||
#include "pages/music/music-local.h"
|
||||
#include "koto-config.h"
|
||||
#include "koto-nav.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue