This release fixes #6, making it so that typing regular quotes in the album filter will find albums with the equivalent smart quotes in their titles. For example, typing God's
will match God’s Country. This was useful for me because I started using beets
, which likes to normalize quotes to smart quotes in titles.
As well, this release randomizes list ordering for the mpd
and mpdtime
commands, and makes mpdtime
choose albums to show based on the following logic for a time of N minutes:
- Collect all albums with duration between N – 1 and N minutes.
- If there are less than 50 such albums, continue to collect albums with length less than N – 1, in decreasing order by length, until there are 50.
- However, don't collect any albums with length less than N – 10, even if that means you collect less than 50.
This release is named after the final track on Chat Pile's absolute wrecking ball of a release God’s Country, whose title was the cause of my discovering #6.