diff options
author | Chris 'cslamar' Slamar <chris@slamar.org> | 2010-07-29 13:58:43 +0000 |
---|---|---|
committer | Chris 'cslamar' Slamar <chris@slamar.org> | 2010-07-29 13:58:43 +0000 |
commit | 720dd019a0fa5d529cf41e58dff27a9cc123c5f7 (patch) | |
tree | 07d5bbf654e3c04e840587b7d14c4621a3e9c570 /config | |
parent | 06e9339109af745e7ddb30ea86d011ee1380aca4 (diff) | |
download | ampache-720dd019a0fa5d529cf41e58dff27a9cc123c5f7.tar.gz ampache-720dd019a0fa5d529cf41e58dff27a9cc123c5f7.tar.bz2 ampache-720dd019a0fa5d529cf41e58dff27a9cc123c5f7.zip |
Search for similar artists
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 8f24e57d..13e31fee 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -307,6 +307,11 @@ art_order = "db,tags,folder,musicbrainz,lastfm,google" ;amazon_developer_public_key = "" ;amazon_developer_private_key = "" +; LastFM API Key +; Set this to your api key that you can register +; on last.fm +;lastfm_api_key = "" + ; Amazon base urls ; An array of Amazon sites to search. ; NOTE: This will search each of these sites in turn so don't expect it |