MPD_sima 0.16.1

MPD_sima v0.16.1 is available.

The package is available on pypi.org and tagged 0.16.1 in git:

pip install MPD-sima==0.16.1
# Or from git
pip install git+https://gitlab.com/kaliko/sima.git@0.16.1#egg=MPD-sima

Main changes

For changes in 0.16.0 look at the previous post.

With 0.16.1 there were some important internal plumbing changes in the plugin system, but no major changes from the user point of view, hence the point release.

These changes allow to share some logic/code between last.fm and tags plugin (searching/fetching artists/albums). Then the tags plugin introduced in 0.16.0 can now queue whole album instead of single tracks.

Now to listen to the last 30 years of hardcore albums in your music library:

[tags]
queue_mode = album
genre = Hardcore
filter = (date =~ '(199[0-9]+|20[0-9]+)')
album_to_add = 2

Please report issue on gitlab: gitlab.com/kaliko/sima/-/issues

Happy listening
 k