diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2012-02-25 01:09:38 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2012-02-25 01:09:38 -0500 |
commit | ebac6e49a64a98f73315b622ffe470dde325b711 (patch) | |
tree | 966d7eecfecf4dc1c697fde793287228df7984d4 /config | |
parent | 6f0c651075ec757513cb34d5c4baf768c1dcf6de (diff) | |
download | ampache-ebac6e49a64a98f73315b622ffe470dde325b711.tar.gz ampache-ebac6e49a64a98f73315b622ffe470dde325b711.tar.bz2 ampache-ebac6e49a64a98f73315b622ffe470dde325b711.zip |
Document show_similar
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index dd0da9ad..037e701f 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -319,6 +319,12 @@ art_order = "db,tags,folder,musicbrainz,lastfm,google" ;amazon_developer_public_key = "" ;amazon_developer_private_key = "" +; Recommendations +; Set this to true to enable display of similar artists or albums +; while browsing. Currently very experimental, requires Last.FM. +; DEFAULT: false +;show_similar = "false" + ; Last.FM API Key ; Set this to your Last.FM api key to actually use Last.FM for ; recommendations. |