/TorrentSort

Sorts your downloaded torrents into specific folders

Primary LanguageC#MIT LicenseMIT

TorrentSort

Sorts your downloaded torrents into specific folders

Configure the json file. All files will be looked up in the RootFolder

{
  "RootFolder": "D:\\",
  "FileRegex": "\\[.*?\\]",
  "FolderRegex": "[^a-zA-Z ]",
  "FileFilter": "*.mkv"
}