From 83d4cd0d2ac162f2f40547858da1e88a63e5c01f Mon Sep 17 00:00:00 2001 From: kaliko Date: Mon, 26 Oct 2015 14:30:18 +0100 Subject: [PATCH] Update README and info --- README | 18 ++++++++++++------ sima/info.py | 4 ++-- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README b/README index 2ee0a5b..a6bc6b0 100644 --- a/README +++ b/README @@ -1,9 +1,15 @@ MPD_sima Automagically add titles to MPD playlist. +================================================== -MPD_Sima is a Python script meant to feed your MPD's queue with tracks from -artists similar to your currently playing track, provided that these artists -are found in MPD library. Similar artists are fetched from last.fm. MPD_sima -can queue track, top track or whole album for similar artists. +MPD_sima_ is a 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. -This client allows you to never run out of music when your playlist queue is -getting short. +Similar artists are fetched from last.fm or EchoNest webservice. + +MPD_sima can queue track, top track or whole album for similar artists. + +This client allows you to never run out of music when your queue is getting +short. + +.. _MPD_sima: http://kaliko.me/code/mpd-sima/ diff --git a/sima/info.py b/sima/info.py index 7dbebeb..9760341 100644 --- a/sima/info.py +++ b/sima/info.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -MPD_sima is an non interactive MPD autoqueue client running in the background. +MPD_sima is a 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. @@ -12,7 +12,7 @@ short. """ -__version__ = '0.14.0' +__version__ = '0.14.1' __author__ = 'kaliko jack' __email__ = 'kaliko@azylum.org' __url__ = 'git://git.kaliko.me/sima.git' -- 2.39.2