* 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

@ -15,7 +15,7 @@ UPNP_VERSION=20070827
# Facility to syslog
LOG_MINIDLNA="LOG_DAEMON"
# Database path
DB_PATH="/tmp/files.db"
DB_PATH="/tmp/minidlna"
# detecting the OS name and version
OS_NAME=`uname -s`