Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 581 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 581 Bytes

TorrentCleanupAndSort

Combines the cleanup and sort project into one

Cleanup setup

Change your torrent config to allow the following: (TransmissionQT config)

{
    "rpc-enabled": true,
    "rpc-port": 9091,
    "rpc-username": "",
    "script-torrent-done-enabled": true,
    "script-torrent-done-filename": "INSERTYOURPATHHERE\\TorrentCleanup.exe",
}

Sort setup

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

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