- Require Mopidy >= 1.1.
- The data directory provided by Mopidy v1.1 to each extension is now used to store the SQLite database containing the music metadata. If we can find the old data dir, all files are automatically moved to the new data dir.
- Add support for ordering artist browse results based on their
sortname
fields. Setuse_artist_sortname = true
to enable this, but be aware this may give confusing results if not all artists in the library have proper sortnames. - Return browse results in case-insensitive sort order. Note that
this will only work for ASCII characters due to SQLite's
NOCASE
limitations. - Remove file system ("Folders") browsing, since this is already
handled by the
file
backend in Mopidy v1.1. - Deprecate
search_limit
config value.
- Update links to GitHub repository.
- Fix data directory path.
- Update
local.translator
imports for Mopidy v1.1. - Update build/test environment.
- Require Mopidy v1.0.
- Implement
Library.get_distinct
. - Lookup album and artist URIs.
Track.last_modified
changed to milliseconds.- Return
Ref.ARTIST
for artists when browsing.
- Fix URI handling when browsing albums via track artists.
- Return file URIs when browsing directories.
- Add search_limit config value (default -1).
- Skip invalid search URIs.
- Use file system encoding when browsing Folders.
- Move image extraction to Mopidy-Local-Images.
- Add max-age URI parameter.
- Fix track sort order when browsing non-album URIs.
- Support file system browsing.
- Deprecate
encodings
configuration setting. - Add database indexes for date and track_no.
- Refactor browsing implementation and image directory.
- Improve browse performance.
- Do not raise exceptions from
http:app
factory. - Fix file URI for scanning images.
- Fix handling of uris search parameter.
- Support for external album art.
- Support for browsing by genre and date.
- Unified browsing: return albums for composers, genres, etc.
- Configurable root directories with refactored URI scheme.
- Deprecate
foreign_keys
,hash
anddefault_image_extension
confvals. - Depend on Mopidy >= 0.19.4 for
mopidy.local.ROOT_DIRECTORY_URI
.
- Fix packaging issue.
- Add index page for HTTP handler.
- Catch all exceptions within
SQLiteLibrary.add()
. - Configurable encoding(s) for generated track names.
- Handle empty queries in
schema.search()
.
- Add HTTP handler for accessing local images.
- Create albums, artists, etc. views.
_ Support browsing by composer and performer.
- Perform
ANALYZE
after local scan.
- Add uris parameter to schema.search_tracks().
- Fixed exception handling when extracting images.
- Delete unreferenced image files after local scan.
- Extract images from local media files (experimental).
- Support for indexed and full-text search.
- Support for local album images (Mopidy v0.20).
- Missing track names are generated from the track's URI.
- New configuration options for album/artist URI generation.
- Browsing artists no longer returns composers and performers.
- Clean up artists/albums after import.
- Initial release.