diff options
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index ce70c9da..db13d68a 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -141,6 +141,7 @@ require_session = "true" ; DEFAULT: false ;xml_rpc = "false" +; Allow Zip Download ; This setting allows/disallows using zlib to zip up an entire ; playlist/album for download. Even if this is turned on you will ; still need to enabled downloading for the specific user you @@ -148,6 +149,19 @@ require_session = "true" ; DEFAULT: false ;allow_zip_download = "false" +; File Zip Download +; This settings tells Ampache to attempt to save the zip file +; to the filesystem instead of creating it in memory, you must +; also set file_zip_path in order for this to work +; DEFAULT: false +;file_zip_download = "false" + +; File Zip Path +; If File Zip Download is enabled this must be set to tell +; Ampache which directory to save the file to +; DEFAULT: false +;file_zip_path= "false" + ; This setting throttles a persons downloading to the specified ; bytes per second. This is not a 100% guaranteed function, and ; you should really use a server based rate limiter if you want |