Sonarr version (exact version): dev
Mono version (if Sonarr is not running on Windows):
OS: debian jessie
((Debug logs)): not needed
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here)
Description of issue:
This may or may not be support or may be a feature request, which I think is going to become more popular over the next few weeks since plex is rolling out amazon cloud stuff it’s kind of put it in the spot light, so I am trying to find a way to manage when higher quality files are found and the lower quality file is only on the cloud and not local (in this instance sonarr can see both since i am using unionfs) sonarr will delete the file but it’s really a soft delete since union just create hidden file that hides the deleted file (not a solution as it needs to be actually deleted from the cloud) acd_cli has a rm function but since the file is encrypted with encfs the file being deleted is the encrypted file. A shell script can do this easy by putting in the original file path and it will spit out the encrypted path to delete but it’s a manual process. I am looking for some sort of automation from Sonarr to do this.
This is the write up i used to set this unlimited storage solution up: