Alright so for anyone that is with us so far that wants to know how to move the extracted file to a new folder you need to edit torrentexpander settings. You can do that by logging into your router through putty and entering:
Code:
/opt/bin/torrentexpander.sh -c
From there you can change all kinds of settings that affect torrentexpanders behavior. You can read up on them a little
here. The settings you need to change to make a torrent move to a new or different path after the extraction is complete are the following:
"destination_folder=no" change this to a new path example: destination_folder=/mnt/sda1/Torrent/Extracting
I don't believe this absolutely has to be done, but everything seems to stay tidier this way and the guy that created torrentexpander recommends using a different directory to extract files (includes sub folder of original torrent but for simplicity I just created an extraction folder so I can easily monitor all files being extracted)
"tv_shows_post_path=no" and
"movies_post_path=no" change "no" to the path where you want your shows and movies to end up. I keep all my tv and movies together but you can keep them separate, example: /mnt/sda1/TV and /mnt/sda1/Movies
"tv_shows_post=no" change no to either copy or move according to your preference. I choose "move" because I don't want to keep duplicates for no reason and that way all the old files in the "Extracting" folder will be deleted once completed.
"movies_post=no" same goes for this as it does for tv shows.
I also have a couple other settings changed which may or may not change the way this behaves. So if you're a noob like me just change them and all will be well. They are as follows:
"tv_shows_post_path_mode=s"
"force_single_file_movies_folder=yes"
So if you setup torrentexpander per ryzhov's instructions and change these settings you should have the following.
1) download a torrent with transmission
2) download completes and torrentexpander is activated
3) torrentexpander extracts the file in the "extraction" folder
4) the resulting file is then moved to the desired destination and the extraction folder is empty once more.
Good luck, I won't be much help beyond this because I suck at all this...