Cloudbox / autoscan

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

Trigger-specific `minimum-age` overrides #176

Open SpartacusIam opened 1 year ago

SpartacusIam commented 1 year ago

I would love the ability to be able to specify different minimum ages per trigger. Something like 1m for manual or radarr/sonarr triggers but a longer trigger for something like inotify as a catch all.

dantebarba commented 1 year ago

One workaround is to fire two autoscan instances. I'm currently doing that.

SpartacusIam commented 1 year ago

One workaround is to fire two autoscan instances. I'm currently doing that.

I'm doing this now currently as well but it causes duplicate scans since the inotify instance has no idea if the files were already scanned by plex from the manual/sonarr/radarr trigger instance. Not ideal but yes, it works.