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

Releases: Cloudbox/autoscan

v0.2.1

03 Aug 21:19
e63749f
Compare
Choose a tag to compare

A small patch release for the Plex 404 bug and some minor improvements.
No changes to config.yml required! :D

New features

  • Autoscan now checks whether Plex runs on version 1.20.0 or later.

Bug fixes

  • This release comes with a hot fix targeted specifically at the 404 fatal error in the Plex target.

v0.2.0

03 Aug 11:45
ffbf32c
Compare
Choose a tag to compare

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.

v0.1.0

30 Jul 18:33
e2c376c
Compare
Choose a tag to compare

What's that? A rewrite of Plex Autoscan? Tell me more!

We have rewritten everything from the ground up for better maintainability, new possibilities and 100% test coverage.
Disclaimer: we're still working on the 100% test coverage.

New features

  • Autoscan makes full use of the new Plex scanner with music support. 🎵
  • Support for multiple instances of Sonarr, Radarr, Lidarr, Plex and Emby out of the box.
  • Easier configuration without the stupid JSON syntax.
  • Emby!

What's still missing

  • Google Drive monitoring. Do note that we will not support My Drive nor encryption.
  • Better documentation (we are looking for technical writers!)
  • 100% test coverage.