I feel like this is an absolutely stupid question, but I can't find the answer myself, so figured it wouldn't hurt to ask.
I'm running Mac OS X 10.9.4, and have the AMC script functioning correctly with Transmission. I can download a torrent, and it will complete, rename, and move to the location I want it to - perfect! I'm likely going to tweak the script once I learn a little more (I have no programming knowledge whatsoever). Anyway, I've been downloading movies/TV for a few weeks now without unarchiving, renaming, moving everything for a while, so I have a large backlog of stuff I would love Filebot to unarchive and move for me, without having to do that all manually.
Is there a very simple change I can make to the script I'm using (or more likely re-write a new one for one-time use), so that when I run it, it will perform the extractions etc on the whole folder? The problem is in my understanding of the script, so a nudge in the right direction would be perfect.
Currently functional torrent AMC script:
Code: Select all
#!/bin/bash
/Applications/Filebot.app/Contents/MacOS/filebot.sh -script fn:amc --output "/Users/iNemzis/Desktop" --log-file amc.log --action copy --conflict override -non-strict --def artwork=y deleteAfterExtract=y clean=y "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME"

Also, while I'm here - the above script works great, however it leaves the torrent archive folder behind along with the usual .nfo files and whatnot. I thought the clean=y command would clear those?
Cheers for any assistance! I plan on donating, as I've been using Filebot (unautomated) for years

-iNemzis