* If a new file is noticed by inotify, check if it is cover art for existing files, and update them if so.
This commit is contained in:
@ -10,6 +10,9 @@
|
||||
#ifndef __ALBUMART_H__
|
||||
#define __ALBUMART_H__
|
||||
|
||||
void
|
||||
update_if_album_art(const char * path);
|
||||
|
||||
sqlite_int64
|
||||
find_album_art(const char * path, char * dlna_pn, const char * image_data, int image_size);
|
||||
|
||||
|
Reference in New Issue
Block a user