]> kaliko git repositories - mpd-sima.git/commitdiff
Fixed Documentation
authorkaliko <kaliko@azylum.org>
Mon, 16 Jun 2014 10:24:05 +0000 (12:24 +0200)
committerkaliko <kaliko@azylum.org>
Mon, 16 Jun 2014 10:24:05 +0000 (12:24 +0200)
INSTALL
README
sima/info.py

diff --git a/INSTALL b/INSTALL
index 337766ea8a7a65404af0299d6255f19344ee83c8..c622d77b2a5d153649e54c7f46ebf48bbfc87881 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,12 @@
+Design for python >= 3.3
+
+Requires: python-musicpd >= 0.4.0 [0],
+          requests >= 2.2.0 [1]
+
+       [0] http://media.kaliko.me/src/musicpd/
+       [1] http://docs.python-requests.org/
+
+
 Virtualenv installation:
 
 Run ./vinstall.sh to generate the python virtualenv and install requirements.
diff --git a/README b/README
index 00360ca00f39d344118935c41c497503dc7a4eed..2ee0a5be066e6939eeb443aaa9b2f09d280d486f 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
-Design for python >= 3.3
-
-Requires: python-musicpd >= 0.4.0 [0],
-          requests >= 2.2.0 [1]
-
-       [0] http://media.kaliko.me/src/musicpd/
-       [1] http://docs.python-requests.org/
+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.
 
+This client allows you to never run out of music when your playlist queue is
+getting short.
index 60d1139db23e767961558d32d5a7916bb822d1e3..b3a51c1a414f3534305c31d1a38740bb2a8568ef 100644 (file)
@@ -1,10 +1,10 @@
 # -*- coding: utf-8 -*-
 """
-sima is a Python application meant to feed your MPD playlist with tracks
+MPD_sima is a Python application meant to feed your MPD playlist 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.
 
-sima can queue track, top track or whole album for similar artists.
+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 playlist
 queue is getting short.