]> kaliko git repositories - mpd-sima.git/commitdiff
Rephrased, fixed descriptions, doc string.
authorkaliko <kaliko@azylum.org>
Mon, 2 Feb 2015 23:31:22 +0000 (00:31 +0100)
committerkaliko <kaliko@azylum.org>
Mon, 2 Feb 2015 23:31:22 +0000 (00:31 +0100)
sima/info.py
sima/plugins/internal/echonest.py

index 7baaf75d1c66838af16052ac7b17e1b691d682a6..7dbebebf0bba6b49540381371a2ab41368cbc006 100644 (file)
@@ -1,8 +1,9 @@
 # -*- coding: utf-8 -*-
 """
-MPD_sima is an MPD client meant to feed your current queue with tracks
-from artists similar to your currently playing tracks, provided that these
-artists are found in MPD library. Similar artists are fetched from last.fm.
+MPD_sima is an non interactive MPD autoqueue client running in the background.
+It will queue new tracks chosen among artists similar to your current queued
+tracks, provided a title is found in your music library.
+Similar artists are fetched from last.fm or EchoNest webservice.
 
 MPD_sima can queue track, top track or whole album for similar artists.
 
index a6dda9364378680fe384b428e449094aabdff5f2..36653a83676440949e46d517ed077779aae52850 100644 (file)
@@ -33,7 +33,7 @@ from ...lib.cache import FileCache
 
 
 class EchoNest(WebService):
-    """last.fm similar artists
+    """EchoNest similar artists http API
     """
 
     def __init__(self, daemon):