[mR] Forums
uTorrent Sorter - Printable Version

+- [mR] Forums (https://mikes-revenge.net)
+-- Forum: Revenge Forums (https://mikes-revenge.net/forumdisplay.php?fid=5)
+--- Forum: General Chat (https://mikes-revenge.net/forumdisplay.php?fid=93)
+---- Forum: General Chat (https://mikes-revenge.net/forumdisplay.php?fid=92)
+---- Thread: uTorrent Sorter (/showthread.php?tid=3072)



uTorrent Sorter - .Lb - 09-14-2013

I've been working on a way to sort uTorrent downloads and have wrote a batch file that runs on torrent download completion.

First off make sure you disable moving completed downloads under "Directories"
Click Photo To Enlarge
-note how I have disabled "Move completed downloads to:"

Also make sure you have "Put new downloads in:" set, I used "C:\torrent\incomplete" this will be important for the batch file.



Okay now on to my batch file- you can download the file directly here >> http://mikes-revenge.net/lb/sorter.bat (right click save as)
Updated 9/18/2013

You need only edit lines 5 and 6:

set workingdir="c:\torrent\incomplete" Change this to match "Put new downloads in:"
set completedir="c:\torrent\complete" Change this to where you want your completed downloads to go.

Now that you have this configured save it to somewhere permanent, and grab it's location, mine is located at "c:\torrent\sorter.bat"

Open up uTorrent again and navigate to "Run Program" under advanced
Click Photo To Enlarge
Add the location of the bat file plus "%D" "%F"
Mine looks like: C:\torrent\mover.bat "%D" "%F"

You should be done!

Now download something and when it finishes it will automatically be sorted into one of these folders:

Click Photo To Enlarge



Feel free to modify or share the code, add more file extensions etc. Just be careful! Smile enjoy!