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:
@@ -11,7 +11,13 @@
|
||||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
||||
//
|
||||
void localMusicHandler_scan();
|
||||
void localMusicHandler_scanDirectory(char* directory);
|
||||
void localMusicHandler_scanFile(int idx);
|
||||
void localMusicHandler_generateUid(int idx);
|
||||
|
||||
void localMusicHandler_initDatabase();
|
||||
void localMusicHandler_moveSongsToDatabase(int idx);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user