* 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:
Justin Maggard
2009-07-08 19:20:32 +00:00
parent 038356bf78
commit b1f4c35017
5 changed files with 95 additions and 4 deletions

View File

@ -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);