Skip to content

2.1.0 - Lots of minor improvements

Latest
Compare
Choose a tag to compare
@djmattyg007 djmattyg007 released this 16 Aug 12:01
· 6 commits to master since this release
2.1.0
d125aa8

The main feature of this update is the addition of a "Now Playing" panel to the web UI. You can find this by clicking on the musical note button in the toolbar. It will show you details about the currently playing track, and also has some basic playback controls.

The other big change is the addition of a CLI command to synchronise corrections between databases. You can run it like so:

mopidy advanced_scrobbler db sync-corrections external.db

Use of CLI commands in this extension require some optional dependencies that aren't installed by default.

Other changes include:

  • Apply metadata filter to Youtube plays
  • Widened the "submitted" column slightly
  • Removed Vuex, as it wasn't being used (should reduce loading times)
  • Resolved a bug with loading plays
  • Various minor linting and type-checking improvements
  • Various minor improvements to the build pipeline
  • Start testing on Python 3.10 release candidates