From 6aa2dd8d4d01a9857a4402dc513f04ea22952878 Mon Sep 17 00:00:00 2001 From: kaliko Date: Tue, 3 Feb 2015 00:31:22 +0100 Subject: [PATCH] Rephrased, fixed descriptions, doc string. --- sima/info.py | 7 ++++--- sima/plugins/internal/echonest.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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): -- 2.39.2