From: kaliko Date: Mon, 2 Feb 2015 23:31:22 +0000 (+0100) Subject: Rephrased, fixed descriptions, doc string. X-Git-Tag: 0.14.0~28 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=6aa2dd8d4d01a9857a4402dc513f04ea22952878;p=mpd-sima.git Rephrased, fixed descriptions, doc string. --- diff --git a/sima/info.py b/sima/info.py index 7baaf75..7dbebeb 100644 --- a/sima/info.py +++ b/sima/info.py @@ -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. diff --git a/sima/plugins/internal/echonest.py b/sima/plugins/internal/echonest.py index a6dda93..36653a8 100644 --- a/sima/plugins/internal/echonest.py +++ b/sima/plugins/internal/echonest.py @@ -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):