Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@m-rots m-rots released this 03 Aug 11:45
· 39 commits to master since this release
ffbf32c

0.2.0 introduces some breaking changes to Autoscan's codebase.

Breaking changes

  • We have removed the size and metadata columns from Autoscan's datastore. To upgrade to 0.2.0, make sure you delete the autoscan.db file. Yeah I know, deleting the database file sucks, for post 1.0.0 releases we will include database migrations for major datastore changes.
  • The Plex and Emby targets no longer require the database field. Make sure you remove this field from your config.yml file.

New features

  • The Plex target now sends scan requests to all matching libraries, not just the first match.

Bug fixes

  • The -arr triggers could sometimes send a request to autoscan ahead-of-time, before the file was written to the file system. As we no longer check for size upon receiving a scan request from the -arr triggers, this behaviour now no longer affects Autoscan.
  • The "database lock" issue with Emby has been resolved by no longer reading the Emby database.