* Downscale album art files to JPEG_TN specs and cache them if we find album art at a larger resolution.

This commit is contained in:
Justin Maggard
2009-02-15 21:32:48 +00:00
parent 8614319bbe
commit 5413646e1c
7 changed files with 158 additions and 16 deletions

View File

@ -22,4 +22,7 @@ modifyString(char * string, const char * before, const char * after, short like)
void
strip_ext(char * name);
int
make_dir(char * path, mode_t mode);
#endif