Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 262 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 262 Bytes

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"
}