Skip to content

daemon for removing torrents from deluge after a specified timeframe

License

Notifications You must be signed in to change notification settings

lrstanley/deluge-remove-after

Repository files navigation

deluge-remove-after -- daemon for removing torrents from deluge after a specified timeframe

🔗 Table of Contents

❔ Why

Deluge only supports a handful of options for pausing torrents after a specific seed ratio, but not based off time. This should allow you to combine the built-in seed ratio removal, with the ability to also remove after a certain amount of time seeded.

🙋‍♂️ Similar projects

💻 Installation

Check out the releases page for prebuilt versions.

🐳 Container Images (ghcr)

$ docker run -it --rm ghcr.io/lrstanley/deluge-remove-after:master
$ docker run -it --rm ghcr.io/lrstanley/deluge-remove-after:2.0.0
$ docker run -it --rm ghcr.io/lrstanley/deluge-remove-after:latest
$ docker run -it --rm ghcr.io/lrstanley/deluge-remove-after:1.0.1
$ docker run -it --rm ghcr.io/lrstanley/deluge-remove-after:1.0.0
$ docker run -it --rm ghcr.io/lrstanley/deluge-remove-after:0.0.1

🧰 Source

Note that you must have Go installed (latest is usually best).

$ git clone https://github.com/lrstanley/deluge-remove-after.git && cd deluge-remove-after
$ make
$ ./deluge-remove-after --help

⚙️ Usage

Take a look at the docker-compose.yaml file, or the above docker run commands. For references on supported flags/environment variables, take a look at USAGE.md

🙋‍♂️ Support & Assistance

  • ❤️ Please review the Code of Conduct for guidelines on ensuring everyone has the best experience interacting with the community.
  • 🙋‍♂️ Take a look at the support document on guidelines for tips on how to ask the right questions.
  • 🐞 For all features/bugs/issues/questions/etc, head over here.

🤝 Contributing

  • ❤️ Please review the Code of Conduct for guidelines on ensuring everyone has the best experience interacting with the community.
  • 📋 Please review the contributing doc for submitting issues/a guide on submitting pull requests and helping out.
  • 🗝️ For anything security related, please review this repositories security policy.

⚖️ License

MIT License

Copyright (c) 2021 Liam Stanley <me@liamstanley.io>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Also located here

About

daemon for removing torrents from deluge after a specified timeframe

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project