Cloudbox / autoscan

Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system.
MIT License
610 stars 55 forks source link

feat(triggers): readarr #174

Closed voltron4lyfe closed 1 year ago

voltron4lyfe commented 1 year ago

Picking up adding Readarr support from @rg9400's original . (I checked with him on Discord). Adds basic Readarr support by supporting the Download event. Future PR's will be needed to add support for Delete and Rename events.

There was discussion on the original a new router architecture but my understanding of the original PR discussion was that this should move forward and we can figure out how to move this (and other *arr hooks) to the new architecture.

Closes #128, closes #143.

m-rots commented 1 year ago

@l3uddz could you have a look at CI? 😅

m-rots commented 1 year ago

We've decided to merge this PR into a temporary readarr branch to await some community feedback regarding any bugs which might exist. If no issues arise, then we will stabilise the Readarr trigger in #175.