ludviglundgren / qbittorrent-cli

Cli to manage qBittorrent
MIT License
158 stars 17 forks source link

Reannounce functionality #86

Open drphero opened 10 months ago

drphero commented 10 months ago

The reannounce command states that it reannounces torrents with non-OK tracker status. Does this mean that it automatically searches for torrents with trackers that have a "not working" status? Or does it need to somehow be fed the hashes of torrents with a non-working tracker?

ludviglundgren commented 2 months ago

Hi! Sorry about the late reply.

The current implementation (in v2.0.0+) can take either a torrent hash or filter by category and/or tags.

Also not that it only runs "ad-hoc" and there is currently no built in daemon/background job for it but you could run it continuously via cron at 1 minute interval or a systemd timer.