localMusicHandler can now recursively search and add music files and metadata to an sqlite database

This commit is contained in:
2026-02-14 01:39:20 +10:00
parent 66aa616286
commit 26df10f8fb
3 changed files with 225 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ typedef struct {
char* lv2_reverb_filter_name; // LV2 Calf Reverb LV2 Name
// Local Settings
char* local_rootdir; // Local Music Directory Root
char* local_rootdir; // Local Music Root Directory
} configHandler_config_t;
int configHandler_Read(configHandler_config_t** config);