hi, I have issues to implement a post processing script which transcodes downloaded episodes.
the problem, or maybe just my understanding how sonar is handling custom scripts is that the script is only getting executed if CDH is enabled. does it supposed to be like that?
the script is set to run “on Download” and “on update”
Sonarr has to import the file for the script to run, On Download should likely be called On Import as its not when the download completes its when its imported. There are other options for Sonarr to import, but CDH is the recommended method.