This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
v0.2.0
0.2.0 introduces some breaking changes to Autoscan's codebase.
Breaking changes
- We have removed the
size
andmetadata
columns from Autoscan's datastore. To upgrade to 0.2.0, make sure you delete theautoscan.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 yourconfig.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.