* Fix inotify detection in the root media directory.
* Hold off creating inotify watches until the initial file scan is complete. * Use a thread instead of fork when scanning.
This commit is contained in:
@ -39,4 +39,5 @@ sqlite3 * db;
|
||||
char friendly_name[FRIENDLYNAME_MAX_LEN];
|
||||
struct media_dir_s * media_dirs = NULL;
|
||||
struct album_art_name_s * album_art_names = NULL;
|
||||
short int scanning = 0;
|
||||
__u32 updateID = 0;
|
||||
|
Reference in New Issue
Block a user