mirror of
https://github.com/miantiao-me/awesome-homelab.git
synced 2026-05-09 16:35:49 +02:00
[GH-ISSUE #45] Add qbittorrent-orphaned — Find and remove orphaned qBittorrent files #29
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/awesome-homelab#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GeiserX on GitHub (Mar 8, 2026).
Original GitHub issue: https://github.com/miantiao-me/awesome-homelab/issues/45
App Info
Name: qbittorrent-orphaned
URL: https://github.com/GeiserX/qbittorrent-orphaned
Description: Python CLI tool that finds and removes orphaned files from qBittorrent downloads — files on disk no longer tracked by any torrent. Connects to qBittorrent's Web API to compare tracked files against what exists on disk.
Category: Download
License: GPL-3.0
Tech Stack: Python, qBittorrent Web API, Docker
Key Features
Why it's useful for homelab users
Homelab users running qBittorrent often accumulate orphaned files — downloads that remain on disk after their corresponding torrents are removed. Over time, these orphaned files waste significant storage. This tool automates the detection and cleanup process by comparing disk contents against qBittorrent's active torrent list via its Web API, helping keep download directories clean and storage usage under control.