Skip to content

Uses Transmission .added files to correctly sort torrent downloads by tracker

Notifications You must be signed in to change notification settings

danielschwartz/sortly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

sortly

Uses Transmission .added files to correctly sort torrent downloads by tracker. Will hard link files so you dont double up on disk space, or tax the HDD by copying files. Will also only copy/hardlink if file does not already exist.

From what I can tell this requires Python 2.7 because it uses os.link. If you would like to use this with lower versions, comment out os.link in favor of shutil.copy.

Change the vars at the top to match your setup and needs. This script currently assumes that transmission will:

  • Not delete the torrent files and will add a hash and append .added
  • You have a temporary folder where current incomplete downloads are stored
  • Downloads are moved to a final folder

About

Uses Transmission .added files to correctly sort torrent downloads by tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages