I'm trying to setup a configuration where finished Transmission downloads on my Synology NAS will be hardlinked from the default "Downloads" folder to my Kodi folder structure.
I've managed to set up FileBot properly so I can run it on the NAS, however now I'm looking at the scripting and here are my questions:
- The AMC script - how are the paths specified in this script, should I download the script locally if I want to specify my own paths on my disk? (Talking about the --output argument)
- When running a script "on torrent finish" via Transmission, some arguments in the transmission-postprocess.sh script are the same as found in the AMC script. Am I correct to assume that the arguments in the .sh script are passed down to the AMC script, or does it work some other way? (For instance --output and --action are both in the postprocess and AMC scripts.)
- I am only going to use the AMC script for TV series, and I set the input folder so that it will only contain TV series in the future, do I need to worry about the code for movies and music in the AMC script and it doing something odd?
- Will FileBot keep going through all files in my "Downloads" folder, even though they've been processed before? Will it get bogged down in the long run when the files in the input folder become more numerous (as I don't plan on ever moving them from there)?
- Can I get transmission to run the FileBot node settings "on torrent finish" somehow? Are those settings stored somewhere with easy access? Would this be a good option instead of the transmission post process (like run FB Node on an hourly schedule or something similar?)