Deluge plugin to stop torrents after seeding for a certain amount of time.
- Clone the repo
- From the command line, navagate to repo directory
- 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
pythonto reference the correct binary.
- check the
distfolder, you should see aSeedTime*.egg, this is file to choose when installing the plugin from deluge
- Open Deluge
- Open Preferences
- Select
Plugingsfrom the Categories on the left - Press the
Install Pluginbutton
- Choose the SeedTime*.egg plugin file
- Check the box in front of the SeedTime plugin to enable it

- Select SeedTime from the Categories on the left
- Setup filters
- Press
Addto create a new filter - Press the cell in the
Fieldcolumn 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 - Change the
Filtercell to appropriate RegEx - Set the
Stop Seed Timeas a number or days
- Add/Remove more filters as you want. Filters are evaluated from top to bottom, press the up and down buttons rearrange the list.
- Press
OK - Newly added torrents will have appropriate stop seed time set
