Skip to content

DreanorAnime/TorrentSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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