diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-02 06:55:26 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-02 06:55:26 +0000 |
commit | 2a008dc4abc86385b3059f82a2419b9514882dfe (patch) | |
tree | f5925786cb4cd1798c6dd8ff8c8fe235cabe0b38 /config/ampache.cfg.php.dist | |
parent | ba04cd2729b62daa1a7aa2d35814992c68c38430 (diff) | |
download | ampache-2a008dc4abc86385b3059f82a2419b9514882dfe.tar.gz ampache-2a008dc4abc86385b3059f82a2419b9514882dfe.tar.bz2 ampache-2a008dc4abc86385b3059f82a2419b9514882dfe.zip |
most of the new upload system, barely tested and not finished...
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 8 |
1 files changed, 8 insertions, 0 deletions
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 |