diff --git a/README.md b/README.md index 9a7e0d0..911f5ab 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Decluttarr keeps the radarr & sonarr queue free of stalled / redundant downloads. Feature overview: -- Automatically delete failed downloads +- Automatically delete downloads that are stuck downloading metadata (& trigger download from another source) +- Automatically delete failed downloads (& trigger download from another source) - Automatically delete downloads belonging to Movies/TV shows that have been deleted in the meantime ('Orphan downloads') - Automatically delete stalled downloads, after they have been found to be stalled multiple times in a row -- Automatically delete downloads that are stuck downloading metadata - Automatically delete downloads belonging to Movies/TV shows that are unmonitored You may run this locally by launch main.py, or by mounting it inside a docker container. @@ -26,6 +26,9 @@ If you want to run locally: 4) run main.py 5) Enjoy +## Known Limitations: +- The connection to qBittorrent only works if no login is required (I use the setting "Bypass authentication for clients on localhost") + ## Credits - Script for detecting stalled downloads expanded on code by MattDGTL/sonarr-radarr-queue-cleaner - Script to read out config expanded on code by syncarr/syncarr diff --git a/config/config.conf-Explained b/config/config.conf-Explained index 47cc0d3..bd0b7a3 100644 --- a/config/config.conf-Explained +++ b/config/config.conf-Explained @@ -112,5 +112,6 @@ SONARR_KEY = XXXXX ################################# QBITTORRENT SECTION ################################# [qbittorrent] # Defines URL of qBittorrent +# LIMITATION: The connection to qBittorrent only works if no login is required (I use the setting "Bypass authentication for clients on localhost") # QBITTORRENT_URL : URL under which the instance can be reached. If not defined, the NO_STALLED_REMOVAL_QBIT_TAG takes no effect -QBITTORRENT_URL = http://qbittorrent:8080 \ No newline at end of file +QBITTORRENT_URL = http://qbittorrent:8080