diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-25 10:04:27 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-25 10:04:27 +0000 |
commit | 27158141ee1a14b7d23ae8997d2c41b49fc904d9 (patch) | |
tree | 2180fff67d21ffdbab32f2105cff3c7275b6b511 /config | |
parent | 5415c2e847032896907946c98d68a254399e4416 (diff) | |
download | ampache-27158141ee1a14b7d23ae8997d2c41b49fc904d9.tar.gz ampache-27158141ee1a14b7d23ae8997d2c41b49fc904d9.tar.bz2 ampache-27158141ee1a14b7d23ae8997d2c41b49fc904d9.zip |
initial ratings mojo, some stylesheet fixes, changed user preferences again and a db update
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index ce39f31d..950ef7ff 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -147,6 +147,21 @@ id3tag_order = "id3v1" # DEFAULT true use_auth = "yes" +# 5 Star Ratings +# CURRENTLY BROKEN!!!!! +# These are disabled by default, to turn them on remove the +# comment before the value flash requires flash player and +# will cause longer load times. +# POSSIBLE VALUES: false normal +# DEFAULT: normal +#ratings = "normal" + +# This enables the ability to use custom colors for the ratings. +# This option MUST be set in order to use custom colors. +# DEFAULT: false, use the default colorset +# true: use custom colors, loaded from /templates/ratings_colors.php +#custom_ratings_colors = "false" + # This options will turn on/off Demo Mode # If Demo mode is on you can not play songs or update your catalog # in other words.. leave this commented out |