* Don't expose album art images in the content directory.

* Support album art name wildcards.
This commit is contained in:
Justin Maggard
2011-02-14 23:52:10 +00:00
parent 761f62ca26
commit 14a0d1ac98
8 changed files with 44 additions and 11 deletions

View File

@ -57,6 +57,9 @@ is_image(const char * file);
int
is_playlist(const char * file);
int
is_album_art(const char * name);
int
resolve_unknown_type(const char * path, enum media_types dir_type);