November 14, 20241 yr DEPRECATED, use the developer's own template on the Community Applications Application Name: cleanuperr Application Site: https://github.com/flmorg/cleanuperr Docker Image Repository: https://hub.docker.com/r/flaminel/cleanuperr Github: https://github.com/flmorg/cleanuperr ## updates 2024.11.16 - the container developer seems to have removed image tag 1.1.0. Please change your container image tag to ‘latest’. See: https://www.reddit.com/r/sonarr/s/4Vbc95ZgCM ## cleanuperr How it works - Add excluded file names to prevent malicious files from being downloaded by qBittorrent. - cleanuperr goes through all items in Sonarr's queue at every 5th minute. - For each queue item, a call is made to qBittorrent to get the stats of the torrent. - If a torrent is found to be marked as completed, but with 0 downloaded bytes, cleanuperr calls Sonarr to add that torrent to the blocklist. - If any malicious torrents have been found, cleanuperr calls Sonarr to automatically search again. DEPRECATED, use the developer's own template on the Community Applications Edited February 18, 20251 yr by djismgaming deprecating this template as the lead developer keeps his template now
November 15, 20241 yr I need this! looks great but I have delugevpn... can you plleeeeaaasseee!! please wwith sugar on top make one for that? 😝
November 15, 20241 yr Not working for me. Docker command failed to download the image Quote Unable to find image 'flaminel/cleanuperr:1.1.0' locally docker: Error response from daemon: manifest for flaminel/cleanuperr:1.1.0 not found: manifest unknown: manifest unknown. See 'docker run --help'.
November 16, 20241 yr Author 9 hours ago, Uliphant said: I need this! looks great but I have delugevpn... can you plleeeeaaasseee!! please wwith sugar on top make one for that? 😝 Hi @Uliphant, in your case, you would have to request that to the developer of the container directly. You can find that out via the GitHub link.
November 16, 20241 yr Author 5 hours ago, vicious-transgression6851 said: Ok, had to manually change the version to 1.1.1 to pull down the image. Indeed, seems the developer removed 1.1.0
November 17, 20241 yr If you can, you can change the template's repository to read: flaminel/cleanuperr:latest so that it doesn't break moving forward. NM.... I just saw your update on your original post, so it seems you (or someone) fixed the template. Thank you! Edited November 17, 20241 yr by God_TM just saw the update
November 17, 20241 yr Author 37 minutes ago, God_TM said: If you can, you can change the template's repository to read: flaminel/cleanuperr:latest so that it doesn't break moving forward. NM.... I just saw your update on your original post, so it seems you (or someone) fixed the template. Thank you! Yes, it was fixed. There was another bug that made the template unavailable on the CA for some time. It's now updated with the latest tag Enjoy!
November 19, 20241 yr Any update to this Template to pick up the new support for other downloaders that the author added recently. In my case Transmission?
November 19, 20241 yr Author 43 minutes ago, thedman said: Any update to this Template to pick up the new support for other downloaders that the author added recently. In my case Transmission? Did the developer change the Docker Hub image name? Last I checked the template was updated to use the latest tag so we all can have the latest image version. I'll give it a look. Edited November 19, 20241 yr by djismgaming
November 19, 20241 yr Author I think you refer to adding the new Environment Variables for # OR # - DELUGE__ENABLED=true # - DELUGE__URL=http://localhost:8112 # - DELUGE__PASSWORD=testing # OR # - TRANSMISSION__ENABLED=true # - TRANSMISSION__URL=http://localhost:9091 # - TRANSMISSION__USERNAME=test # - TRANSMISSION__PASSWORD=testing I'll do in a bit. Remember that you can always modify your specific install and add/remove Environment Variables yourself depending on your needs
November 19, 20241 yr Author Template modified with all new/current Environment Variables in the repo. Should be on CA in a bit. Edited November 19, 20241 yr by djismgaming
November 22, 20241 yr Author Somehow the updated template is not hitting the CA on my side. If you see it, let me know. Edit: Never mind, a little fix in the repo made it appear now in the CA correctly. Edited November 22, 20241 yr by djismgaming
November 24, 20241 yr Hi Hope you can help. i am trying to create a local blacklist - yet as its a variable i can't point it to a local file path. Would it be correct to assume i need to host its as a website. Sorry read through the documentation but its not very clear on that section. Thank you for the help in advance Edited November 24, 20241 yr by ikedrinski
November 25, 20241 yr Author Hi @ikedrinski, From the GitHub repo from the developer, on this specific variable CONTENTBLOCKER__BLACKLIST__PATH it gives an explanation for that feature. CONTENTBLOCKER__BLACKLIST__PATH can be a "path to the whitelist (local file or url); Needs to be json compatible". That means that you'll either need the URL to the file or the file itself as a local file. In the case of a local file, make sure to put it somewhere where the container will have access to it permanently. ## Either: - For a local file to work, you'll need to include a mount in the container to your directory where you'll keep this file. For that refer to: https://docs.unraid.net/unraid-os/manual/docker-management/#volume-mappings - For a hosted file (website/webserver), you'll use a URL. In that case just fill the container variable with the URL for the file.
December 20, 20241 yr First I would like to say thank you for developing this tool. I am just wondering what the default threshold is for removing stalled torrents for the queue cleaner. I don't see anywhere in the dockers settings page to adjust it.
December 20, 20241 yr @barfoolDOTcom This unraid template was created by @djismgaming, not by me. Unless he somehow transfers the rights to me, I can't keep the template updated.
December 21, 20241 yr Author On 12/20/2024 at 3:04 PM, Flaminel said: @barfoolDOTcom This unraid template was created by @djismgaming, not by me. Unless he somehow transfers the rights to me, I can't keep the template updated. Hi @Flaminel, you can take the xml from the GitHub repository and make your own docker template repository with it. 100% no problem. I just like to help people get their apps in unraid, 🥰 but having a template directly from the developer is always so much better. 🤩 I can assist if needed. Not a CA publishing guru here by any means. I just like to help. 😊 The GitHub repository I use for publishing in CA is: https://github.com/djismgaming/docker-templates/blob/72cc31c97da739da971a1c38b993c4158cb6b9ea/djismGAMING/cleanuperr.xml It will be great to have a template under your control as you make changes to the container and can keep those changes being reflected on your unraid template. 😍 Edited December 21, 20241 yr by djismgaming
December 23, 20241 yr Author As soon as you get your template in the store, let me know to remove mine. 🫡
December 27, 20241 yr @djismgaming I'm going to try to do it after the holidays. If you could DM me or join the discord server to let me know what are the steps to submit a CA that would be awesome!
December 30, 20241 yr On 12/20/2024 at 7:22 AM, barfoolDOTcom said: First I would like to say thank you for developing this tool. I am just wondering what the default threshold is for removing stalled torrents for the queue cleaner. I don't see anywhere in the dockers settings page to adjust it. Can anyone point me in the right direction. I do not see anywhere to adjust this in the unraid docker config. according to the project page the default is "0" which would mean that it never actually cleans any torrents. Thanks in advance for any help.
December 30, 20241 yr 4 hours ago, barfoolDOTcom said: Can anyone point me in the right direction. I do not see anywhere to adjust this in the unraid docker config. according to the project page the default is "0" which would mean that it never actually cleans any torrents. Thanks in advance for any help. The current template is not updated. A new one will hopefully be approved soon.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.