]> kaliko git repositories - mpd-sima.git/commitdiff
Update README and info
authorkaliko <kaliko@azylum.org>
Mon, 26 Oct 2015 13:30:18 +0000 (14:30 +0100)
committerkaliko <kaliko@azylum.org>
Mon, 26 Oct 2015 13:30:18 +0000 (14:30 +0100)
README
sima/info.py

diff --git a/README b/README
index 2ee0a5be066e6939eeb443aaa9b2f09d280d486f..a6bc6b0432e2cdbb62b1619cadd40c5b538ee7ed 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,15 @@
 MPD_sima Automagically add titles to MPD playlist.
 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/
index 7dbebebf0bba6b49540381371a2ab41368cbc006..9760341833fec1ebe4d2c04444c3c68d31d82167 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 """
 # -*- 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.
 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'
 __author__ = 'kaliko jack'
 __email__ = 'kaliko@azylum.org'
 __url__ = 'git://git.kaliko.me/sima.git'