Skip to content

Deluge plugin to stop torrents after seeding for a certain amount of time.

Notifications You must be signed in to change notification settings

vanossj/deluge-seedtime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deluge-seedtime

Deluge plugin to stop torrents after seeding for a certain amount of time.

Build instructions

  1. Clone the repo
  2. From the command line, navagate to repo directory
  3. Run command python setup.py bdist_egg
  • note: If your default python version is different from the deluge python version (2.7), then you will have to change python to reference the correct binary.
  1. check the dist folder, you should see a SeedTime*.egg, this is file to choose when installing the plugin from deluge

Install instructions

  1. Open Deluge
  2. Open Preferences
  3. Select Plugings from the Categories on the left
  4. Press the Install Plugin button Installing SeedTime
  5. Choose the SeedTime*.egg plugin file
  6. Check the box in front of the SeedTime plugin to enable it Enabling SeedTime

Using the plugin

  1. Select SeedTime from the Categories on the left
  2. Setup filters
  3. Press Add to create a new filter
  4. Press the cell in the Field column on the row of the new filter, select label or tracker depending on what you want to filter on. * Note: The Label plugin needs to be enabled for any label filters in SeedTime to have an effect
  5. Change the Filter cell to appropriate RegEx
  6. Set the Stop Seed Time as a number or days Image of Yaktocat
  7. Add/Remove more filters as you want. Filters are evaluated from top to bottom, press the up and down buttons rearrange the list.
  8. Press OK
  9. Newly added torrents will have appropriate stop seed time set Image of Yaktocat

About

Deluge plugin to stop torrents after seeding for a certain amount of time.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.6%
  • JavaScript 26.4%