From 7a4d5df34f6391a7f94023112fbeb0bba330ffa5 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 24 Nov 2007 10:02:02 +0000 Subject: tweaked the file based zip downloads per CoFs recommendations, now uses temp name and includes ability to add commenting --- config/ampache.cfg.php.dist | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index db13d68a..d791bfe9 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -158,9 +158,16 @@ require_session = "true" ; File Zip Path ; If File Zip Download is enabled this must be set to tell -; Ampache which directory to save the file to +; Ampache which directory to save the file to. Do not put a +; trailing slash or this will not work. ; DEFAULT: false -;file_zip_path= "false" +;file_zip_path = "false" + +; File Zip Comment +; This is an optional configuration option that adds a comment +; to your zip files, this only applies if you've got allow_zip_downloads +; DEFAULT: Ampache - Zip Batch Download +;file_zip_comment = "Ampache - Zip Batch Download" ; This setting throttles a persons downloading to the specified ; bytes per second. This is not a 100% guaranteed function, and -- cgit