diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-24 08:59:59 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-24 08:59:59 +0000 |
commit | 0fbaabb4c3047b4b49ec35d04e5aa10c7c0a3213 (patch) | |
tree | 754e47971e6edcbaeb3108b7f986a1f612cac48f /config/ampache.cfg.php.dist | |
parent | f881a29430dc6d1cbca1a74a22048dd605a27ad0 (diff) | |
download | ampache-0fbaabb4c3047b4b49ec35d04e5aa10c7c0a3213.tar.gz ampache-0fbaabb4c3047b4b49ec35d04e5aa10c7c0a3213.tar.bz2 ampache-0fbaabb4c3047b4b49ec35d04e5aa10c7c0a3213.zip |
stll some faulty french translations but its a little better
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index e02b99ba..5fb88847 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -180,8 +180,8 @@ ratings = "true" # This defines the "Min" memory limit for PHP if your php.ini # has a lower value set Ampache will set it up to this. If you # set it below 16MB getid3() will not work! -# DEFAULT: 16 -#memory_limit = 16 +# DEFAULT: 24 +#memory_limit = 24 # Album Art Preferred Filename # Specify a filename to look for if you always give the same filename @@ -203,7 +203,7 @@ ratings = "true" # Simply arrange the following in the order you would like # ampache to search if you want to disable one of the search # method simply comment it out valid values are -# POSSIBLE VALUES: id3 folder amazon +# POSSIBLE VALUES: db id3 folder amazon # DEFAULT: db,id3,folder,amazon album_art_order = "db" album_art_order = "id3" |