]> kaliko git repositories - mpd-sima.git/blob - sima/info.py
a3448274f6fd14eedabbd248ea1296bbd6e83b0f
[mpd-sima.git] / sima / info.py
1 # -*- coding: utf-8 -*-
2 """
3 MPD_sima is a non interactive MPD autoqueue client running in the background.
4 It will queue new tracks chosen among artists similar to your current queued
5 tracks, provided a title is found in your music library.
6 Similar artists are fetched from last.fm webservice.
7
8 MPD_sima can queue track, top track or whole album for similar artists.
9
10 This client allows you to never run out of music when your queue is getting
11 short.
12 """
13
14
15 __version__ = '0.18.0'
16 __author__ = 'kaliko'
17 __email__ = 'kaliko@azylum.org'
18 __url__ = 'git://git.kaliko.me/sima.git'
19
20
21 # VIM MODLINE
22 # vim: ai ts=4 sw=4 sts=4 expandtab