1 # -*- coding: utf-8 -*-
3 sima is a Python application meant to feed your MPD playlist with tracks
4 from artists similar to your currently playing track, provided that these
5 artists are found in MPD library. Similar artists are fetched from last.fm.
7 sima can queue track, top track or whole album for similar artists.
9 This client allows you to never run out of music when your playlist
10 queue is getting short.
14 __version__ = '0.12.0pr2'
15 __author__ = 'kaliko jack'
16 __email__ = 'kaliko@azylum.org'
17 __url__ = 'git://git.kaliko.me/sima.git'
21 # vim: ai ts=4 sw=4 sts=4 expandtab