* 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:
@ -85,6 +85,7 @@ extern sqlite3 *db;
|
||||
extern char friendly_name[];
|
||||
extern struct media_dir_s * media_dirs;
|
||||
extern struct album_art_name_s * album_art_names;
|
||||
extern short int scanning;
|
||||
extern __u32 updateID;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user