monitor: Support NFO file changes
Detect when a .nfo file changes, and rescan metadata for the associated video file.
This commit is contained in:
14
monitor.h
14
monitor.h
@ -1,14 +1,6 @@
|
||||
int
|
||||
monitor_insert_file(char * name, const char * path);
|
||||
|
||||
int
|
||||
monitor_insert_directory(int fd, char *name, const char * path);
|
||||
|
||||
int
|
||||
monitor_remove_file(const char * path);
|
||||
|
||||
int
|
||||
monitor_remove_directory(int fd, const char * path);
|
||||
int monitor_insert_directory(int fd, char *name, const char * path);
|
||||
int monitor_remove_file(const char * path);
|
||||
int monitor_remove_directory(int fd, const char * path);
|
||||
|
||||
#ifdef HAVE_INOTIFY
|
||||
void *
|
||||
|
Reference in New Issue
Block a user