BittorrentOrganize - This program is designed to search for existing files that match the contents of a torrent. When a matching file is found, the file is moved and renamed to the file name specified in the torrent file.
This is useful if you have downloaded a torrent that has many files in it, and you think you may already have some of the files on your hard drive. You can run this program against the torrent file you downloaded. All of the found files will be moved to the correct directory and filename relative to the directory that the .torrent file is in. Then, all you have to do is open the torrent with your favorite bittorrent client, and force a re-check on the torrent. The re-check will find that you already have some files downloaded. When you start the torrent it will only have to download the remaining files and not the whole thing.
This is a console application. You should download it to your computer and then use a command prompt to execute it.
Usage: BittorrentOrganize.exe torrent_dir search_root [/min x]
Example: BittorrentOrganize.exe "c:\torrents\torrent files" "c:\torrents" /min 20
Meaning of this example: You want to process all the .torrent files under "c:\torrents\torrent files", and you want it to search for files under "c:\torrents" and you want it to consider a file a match if the first 20% of the file matches.
Download Application
Download Source (.NET 2.0, VS 2008)