]> kaliko git repositories - mpd-sima.git/blob - sima/info.py
Update doc and changelog
[mpd-sima.git] / sima / info.py
1 # -*- coding: utf-8 -*-
2 """
3 MPD_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.
6
7 MPD_sima can queue track, top track or whole album for similar artists.
8
9 This client allows you to never run out of music when your playlist
10 queue is getting short.
11 """
12
13
14 __version__ = '0.12.2'
15 __author__ = 'kaliko jack'
16 __email__ = 'kaliko@azylum.org'
17 __url__ = 'git://git.kaliko.me/sima.git'
18
19
20 # VIM MODLINE
21 # vim: ai ts=4 sw=4 sts=4 expandtab
22