From 7c13eee71186d30a85d70a3e6214865ba90ddabb Mon Sep 17 00:00:00 2001 From: kaliko Date: Mon, 16 Jun 2014 12:24:05 +0200 Subject: [PATCH] Fixed Documentation --- INSTALL | 9 +++++++++ README | 14 +++++++------- sima/info.py | 4 ++-- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index 337766e..c622d77 100644 --- 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 00360ca..2ee0a5b 100644 --- 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. diff --git a/sima/info.py b/sima/info.py index 60d1139..b3a51c1 100644 --- a/sima/info.py +++ b/sima/info.py @@ -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. -- 2.39.2