monitor: Support NFO file changes

Detect when a .nfo file changes, and rescan metadata for the associated
video file.
This commit is contained in:
Justin Maggard
2017-08-22 15:30:10 -07:00
parent c8665bcf40
commit 9e534c56fd
10 changed files with 87 additions and 59 deletions

View File

@@ -24,10 +24,7 @@
#ifndef __PLAYLIST_H__
#define __PLAYLIST_H__
int
insert_playlist(const char * path, char * name);
int
fill_playlists(void);
int insert_playlist(const char *path, const char *name);
int fill_playlists(void);
#endif // __PLAYLIST_H__