+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.
-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.
# -*- 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.