Skip to content

dangmai/deluge-virtual-dir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deluge-virtual-dir

This program is used to set up a virtual directory structure that points to my Deluge download directory, grouped by the trackers.

Example

Deluge downloads the torrent Test Torrent from what.cd to /home/user/Downloads, then we can use the command python main.py host:port:username:password --dir /home/user/Links to symlink /home/user/Links/what.cd/Test Torrent to home/user/Downloads/Test Torrent

Usage

The script has the following required arguments:

  • One or more host strings in the form of host:port:username:password. If more than 1 host strings are used, separate them by a space character.

  • --dir: The directory to hold the directory structure

About

Symlinks to Deluge downloads grouped by trackers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages