diff --git a/README.md b/README.md index 7ef8a70..cf321a9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,10 @@ This tool is actively developed and still a work in progress. Join the Discord s ## Using qBittorrent's built-in feature (works only with qBittorrent) -1. Go to qBittorrent -> Options -> Downloads -> make sure `Excluded file names` is checked -> Set the exclusion list found [here](https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/blacklist) or create your own. +1. Go to qBittorrent -> Options -> Downloads -> make sure `Excluded file names` is checked -> Set an exclusion list. + - [blacklist](https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/blacklist) + - [permissive blacklist](https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/blacklist_permissive) + - create your own 2. Start cleanuperr with `QUEUECLEANER__ENABLED` set to `true`. 3. cleanuperr will execute a queue cleaner cron job at every 5 minutes that will: 1. go through all items from Sonarr/Radarr's queue. diff --git a/blacklist_permissive b/blacklist_permissive new file mode 100644 index 0000000..82a1014 --- /dev/null +++ b/blacklist_permissive @@ -0,0 +1,51 @@ +*.apk +*.bat +*.bin +*.bmp +*.cmd +*.com +*.db +*.diz +*.dll +*.dmg +*.etc +*.exe +*.gif +*.htm +*.html +*.ico +*.ini +*.iso +*.jar +*.jpg +*.js +*.link +*.lnk +*.msi +*.nfo +*.perl +*.php +*.pl +*.png +*.ps1 +*.psc1 +*.psd1 +*.psm1 +*.py +*.pyd +*.rb +*.readme +*.reg +*.run +*.scr +*.sh +*.sql +*.text +*.thumb +*.torrent +*.txt +*.url +*.vbs +*.wsf +*.xml +*.zipx \ No newline at end of file