From 2a008dc4abc86385b3059f82a2419b9514882dfe Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 2 Aug 2005 06:55:26 +0000 Subject: most of the new upload system, barely tested and not finished... --- config/ampache.cfg.php.dist | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config/ampache.cfg.php.dist') diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 38940ad4..7bf9ff36 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -168,6 +168,14 @@ use_auth = "yes" # DEFAULT: folder.jpg #album_art_preferred_filename = "folder.jpg" +# Resize Images * Requires PHP-GD * +# Set this to true if you want Ampache to resize the Album +# art on the fly, this increases load time and CPU useage +# and also requires the PHP-GD library. This is very usefull +# If you have high-quality album art and a small upload cap +# DEFAULT: false +#resize_images = "false" + # Album Art Gather Order # Simply arrange the following in the order you would like # ampache to search if you want to disable one of the search -- cgit