Is there any concept of user scripts that can run when CDH has finished moving episodes around?
My use case: I have NZBGet running alongside NZBDrone and Drone is using CDH (which works great!). When Drone has picked up the completed download and moved it to its new home, I’d love to be able to leave a symlink behind in the original download directory as a collection of “new episodes” for the devices on my network to browse.
With Sickbeard, I had a post-process script in NZBGet that would fire off to Sickbeard, read the response, and create a symlink to wherever Sickbeard moved the file to. I then have a daily cron job that removes week-old symlinks in the incoming directory.
Is anything like this possible? Alternatively, I am very comfortable editing C# code if someone could point me in the right direction. I see all of the interfaces and new-download movers and etc. in the code and get a bit lost as to where exactly I’d want to hook into a “the episode has finished moving successfully from path X to path Y”.
Thanks for your time and for providing such great software for free!