Releases: buroa/qbtools
Releases · buroa/qbtools
v0.9.5
Full Changelog: v0.9.4...v0.9.5
Expired
tags also require the torrent to be in a completed
state.
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.3
v0.8.2
v0.8.1
v0.8.0
Commands:
- Removed
expired
command, replaced withprune
commandprune
command works almost the same way but give you more control on how to clean up torrents by providing tags.- To delete torrents that have the tag
expired
andadded:30d
and do not have the tagssite:oink
orsite:whatcd
the command would look like:qbittools.py prune --include-tag expired --include-tag added:30d --exclude-tag site:oink --exclude-tag site:whatcd
- To keep consistency across other commands, flags that started with
ignore-
have been changed toexclude-
.
Other:
- Container base changed from Debian to Alpine