Skip to content

Releases: mopidy/mopidy-local

v4.0.0a4

27 Dec 12:12
a0f8f56

Choose a tag to compare

v4.0.0a4 Pre-release
Pre-release

What's Changed

  • Update to work with Mopidy 4.0.0a13 by @jodal in #86

Full Changelog: v4.0.0a3...v4.0.0a4

v4.0.0a3

07 Dec 23:14
95e6ffa

Choose a tag to compare

v4.0.0a3 Pre-release
Pre-release

What's Changed

  • Fixes to work with Mopidy 4.0.0a8 by @jodal in #85

Full Changelog: v4.0.0a2...v4.0.0a3

v4.0.0a2

24 Nov 23:28
ed0501a

Choose a tag to compare

v4.0.0a2 Pre-release
Pre-release

Dependency changes

  • Require Mopidy >= 4.0.0a7. No major changes required.
  • Require Python >= 3.13. No major changes required.

What's Changed

  • Update to mopidy-ext-template 2.2.0 by @jodal in #84

Full Changelog: v4.0.0a1...v4.0.0a2

v4.0.0a1

22 Feb 16:22
67e980f

Choose a tag to compare

v4.0.0a1 Pre-release
Pre-release

Dependency changes

  • Require Mopidy >= 4.0.0a3. No major changes required.
  • Require Python >= 3.11. No major changes required.

What's Changed

  • Tooling upgrades by @jodal in #80
  • Update to mopidy-ext-template 2.0.0 and Mopidy 4.0.0a3 by @jodal in #82
  • Fix a few ruff lints by @jodal in #83

Full Changelog: v3.3.0...v4.0.0a1

v3.3.0

17 Dec 23:15
06b2cce

Choose a tag to compare

  • Drop support for Python 3.8 (#75)
  • Replace use of imghdr module as it has been deprecated and eventually removed in Python 3.13 (PR: #78)
  • Fix browse by date for YYYY (and enable browsing by month YYYY-MM) (#47, PR: #72)
  • Update web interface to list cached album art (PR: #64)
  • Catch all exceptions during metadata scan (PR: #65)
  • Add source of image data to extract image logging (PR: #66)
  • Extend documentation of directories setting (PR: #74)

v3.2.1

24 Feb 22:47

Choose a tag to compare

  • More liberal JPEG detection for artwork (#58, PR: #59)

v3.2.0

15 Dec 20:51
v3.2.0

Choose a tag to compare

  • Support searching by MusicBrainz ID and disc number fields. (#42, PR: #43)

  • Handle both 'track' and 'track_name' distinct fields. (#44, PR: #45)

  • Added max_search_results config, defaulting to returning 100 search results. (PR: #49)

  • Document the clear CLI command in docs. (PR: #40)

  • Document --force and --limit options to the scan CLI command. (PR: #41)

  • Add Python 3.9 to the test matrix. (PR: #53)

v3.1.1 (2020-01-31)

15 Dec 19:59

Choose a tag to compare

  • Handle scan results without duration gracefully. (#36, PR: #35)

v3.1.0 (2020-01-09)

15 Dec 19:58

Choose a tag to compare

  • Improve handling of paths with arbitrary encodings in the scanner. (#20, PR: #29)

  • Add .cue to the list of excluded file extensions. (PR: #29)

  • Replace os.path usage with pathlib to handle arbitrary file path
    encodings better. (#20, PR: #30)

  • Add an included_files_extensions config. (#8, PR: #32)

  • Remove broken support for creating URIs from MusicBrainz IDs. This was turned
    off in Mopidy < 3, but was by accident enabled by default in Mopidy-Local
    3.0. Now the broken feature is fully removed. (#26, PR: #31)

v3.0.0 (2019-12-22)

15 Dec 19:58

Choose a tag to compare

  • Depend on final release of Mopidy 3.0.0.