mirror of
https://github.com/Goldenkrew3000/OSSP_OpenSource.git
synced 2026-02-16 12:15:17 +10:00
localMusicHandler can now recursively search and add music files and metadata to an sqlite database
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user