* 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

@ -79,6 +79,7 @@ struct media_dir_s {
struct album_art_name_s {
char * name; /* Base path */
uint8_t wildcard;
struct album_art_name_s * next;
};
@ -86,7 +87,7 @@ struct client_cache_s {
struct in_addr addr;
unsigned char mac[6];
enum client_types type;
u_int32_t flags;
uint32_t flags;
time_t age;
};