I just wanna share my script used to handle my torrent download. I think that i would not work on MS Windows but never tried.
What it does :
- Determine if it is a tv show or a movie based on pattern in file naming or path to reach it : 'sXXeYY'
- Decompress if it is an archive file (just rar file until now, but that couldn't be difficult to add other file format:) or if it is a regular file, it'll try to hard link or copy it.
- About movie, it try to guess the title and search onto imdb web site if it find something, take the first result and name the file with year. Again here, hard link is the first try else copy.
- Use of a separate config file
- log into a file
To install :
- Clone git repo : https://git.gitorious.org/~claneys/clan ... rentcp.git OR go to https://www.gitorious.org/~claneys/clan ... ees/master and click "Download master as tar.gz"
- Copy the config file 'torrentCP.cfg' in /usr/local/etc and the script in /usr/local/bin
- Stop your transmission-daemon and edit your setting.json transmission file and change/add this lines :
"script-torrent-done-enabled": true,
"script-torrent-done-filename": "/usr/local/bin/torrentCP",
- Start your transmission-daemon
That script isn't perfect at all but if it can helps, it will be enough for me

All remarks or improvement welcomed.