- Require Mopidy v1.1 or later.
- Use
Extension.get_data_dir()
as default image directory.
- Remove .coveragerc.
- Update
local.translator
imports for Mopidy v1.1. - Update build/test environment.
- Fix width/height for JPEG images.
- Extract image dimensions.
- Support aggressive browser caching.
- Support local library methods added with Mopidy v0.20.
- Avoid scanning each track twice by using the tags passed to
Library.add
with Mopidy v0.20.
- Remove link to mopidy.css.
- Fix error when scanning external album art.
- Use preview-image tag if image tag is not available.
- Fix
Library.search
delegation.
- Initial release, based on Mopidy-Local-SQLite.