Page 1 of 1

Auto move files on Windows?

Posted: Thu May 14, 2015 8:06 pm
by d2dyno
Hey guys,

I'm not sure if such a thing exists, but I'm looking for a method that will do the following for me on Windows:

- Move completed TV Show torrents (main MKV file only), to G:\TV Shows\Show\Seasonx.
- Move completed Movie torrents (main MKV file, and parent folder only), to E:\Movies

I've seen a few scripts, such as the filebot one, which can match the movie/show, then move, but they only supported 1 file path. I have split paths. Also, if this is possible, please help me by writing a guide for it, with Windows (and my n00b self).

Thanks!

Re: Auto move files on Windows?

Posted: Thu May 14, 2015 8:56 pm
by Herod2k
You can use Flexget.
http://flexget.com/wiki/Install
http://flexget.com/wiki/Plugins/copy
It is not a deluge plugin but you can manage your files and the downloads

Re: Auto move files on Windows?

Posted: Thu May 14, 2015 9:47 pm
by d2dyno
Herod2k wrote:You can use Flexget.
http://flexget.com/wiki/Install
http://flexget.com/wiki/Plugins/copy
It is not a deluge plugin but you can manage your files and the downloads
Ok... Help me out though. Got a guide to follow, or an example of what I'm looking for?

Re: Auto move files on Windows?

Posted: Fri May 15, 2015 2:45 pm
by d2dyno
Well, got through this on my own. Thank God I didn't have to use/write complicated scripts. Here's what I'm now using:

TV Shows: Sonarr. Scanned in existing TV Show library, to make up list of currently running shows, to be downloaded once 720p release is available (optional release quality). Releases are then automatically renamed, and moved to respective existing Show folder.
Movies: Couchpotato. Will download new movies when I add them in the ui, but I hope to auto-add torrents when put in Trakt list (Trakt support is buggy since Trakt V2, but bug fixes on the way). Move is then automatically renamed, and moved to Movies folder on a separate drive.

Both programs pass through Deluge, with custom compiled Libtorrent 1.0.5. Then Plex is setup to auto scan library folders when change detected.