this post was submitted on 22 Nov 2023
9 points (90.9% liked)

Servarr - Sonarr/Radarr/Prowlarr

513 readers
1 users here now

Unofficial Lemmy Community for the Servarr suite of apps.

Lidarr, Prowlarr, Radarr, Readarr, Sonarr, and Whisparr collectively referred to as "*Arr" or "*Arrs". They are designed to automatically grab, sort, organize, and monitor your Music, Movie, E-Book, or TV Show collections for Lidarr, Radarr, Readarr, Sonarr, and Whisparr; and to manage your indexers and keep them in sync with the aforementioned apps for Prowlarr.

founded 1 year ago
MODERATORS
 

I have the issue that sometimes torrents get grabbed that have no seeders. Is there a way to automatically mark them as failed after some time? I currently have 3 torrents with 0 seeders at the top that are basically blocking the download of everything else.

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 6 months ago (1 children)
[–] [email protected] 1 points 6 months ago (1 children)

This looks to be exactly what I need, thanks!

[–] [email protected] 1 points 6 months ago (1 children)

Worth noting, it doesn't appear to play nice with sonarr v4. Had to downgrade my system for it to continue working.

[–] [email protected] 2 points 6 months ago* (last edited 6 months ago) (1 children)

I just got it working, so I'll see how it goes. I'm using a Raspberry Pi, which has an ARM CPU, and the pull request for build support for ARM hasn't been merged. I just forked it and added the commit to it manually, so it works on ARM now. If anyone else is trying to run it on an ARM CPU, you just need to change the image to ghcr.io/fxsch/decluttarr:latest. I also had to make a lot of changes to the docker-compose.yml. Maybe I'll update that in my fork too if anyone needs it.

Edit: nvm it's not working. The log tells me that the connection is getting refused by all Sonarr, Radarr and qBittorrent. Probably because it's using the old API. Maybe I'll get around to updating it.

[–] [email protected] 1 points 6 months ago (2 children)

If u fancy making it work on x86 with the newer API, that would be great! Looks to be mostly abandoned now.

[–] [email protected] 2 points 6 months ago

I got it working! The issue was just that the docker-compose file was missing network_mode: "host", so the container wasn't allowed to talk to the other services. It's running now for me. I'll update the example docker-compose file on my repo and add it to the readme. I was going to do that anyway because it was so outdated that it wasn't working on the current version of docker-compose anyway.

[–] [email protected] 1 points 6 months ago

It already builds for both x86 and ARM