I am trying to figure out if it is possible to run a script at the end of the file processing. Sonarr is creating the necessary folders and renaming files but I wish to do some further processing with another program after that. When Sonarr puts a new file into my season folder it updates the modified date for that folder but it does not update the modified date for the parent folder, which is what I need to occur. I have figured out how to update the modified date using touch & dirname but I don’t know if there is a varable to use that will give me the file name & full path and where you might run the script from.