mirror of
https://github.com/idanoo/qbittorrent-cleaner
synced 2025-07-22 16:39:10 +00:00
Initial commit
This commit is contained in:
parent
7450b4cd56
commit
7b9cda2e64
2 changed files with 262 additions and 0 deletions
17
README.md
17
README.md
|
@ -1 +1,18 @@
|
|||
# qbittorrent-cleaner
|
||||
|
||||
Hacked up script used to purge orphaned files from qBitTorrent.
|
||||
Forget to tick 'Remove content'?
|
||||
Misconfigured Unpackarr and have leftover uncompressed files?
|
||||
|
||||
Me too!
|
||||
|
||||
Install php & php-curl. Danger script is dangerous.
|
||||
|
||||
Will delete files.
|
||||
|
||||
```php
|
||||
QBT_HOST=http://127.0.0.01:8080 \
|
||||
QBT_USER=admin \
|
||||
QBT_PASS=pass \
|
||||
php clean.php "/path/to/downloads/folder"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue