Skip to content

Remove torrents from qBittorrent that are reported unregistered by a tracker

Notifications You must be signed in to change notification settings

beastlybeast/qbittorrent-prune

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qbittorrent-prune

Script to delete torrents from qBittorrent that have a tracker error like Torrent not Registered or Unregistered torrent.

Docker Pulls

Usage

Run with Docker Compose

See examples in the examples/compose directory

Run with Kubernetes

See examples in the examples/kubernetes directory

Configuration

Name Description Default Required
LOG_LEVEL 0 disable logging, 1 log errors or torrents deleted, 2 log everything 1
DRY_RUN Set this to false to actually delete torrents from qBittorrent true
QB_URL qBittorrent URL
QB_USERNAME qBittorrent username
QB_PASSWORD qBittorrent password
QB_DELETE_FILES Set this to false to keep the files on disk, but delete from qBittorrent true
QB_CATEGORIES Comma delimited list of categories in qBittorrent that will be checked
DISABLE_SSL_VERIFY Set to true to disable SSL verification false
PUSHOVER_USER_KEY Set to your Pushover User Key to enable notifications
PUSHOVER_TOKEN Set to your Pushover Application Key to enable notifications
PUSHOVER_PRIORITY Set Pushover notification priority -1

About

Remove torrents from qBittorrent that are reported unregistered by a tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.9%
  • Dockerfile 3.1%