recyclarr VS sonarr

Compare recyclarr vs sonarr and see what are their differences.

recyclarr

Automatically sync TRaSH Guides to your Sonarr and Radarr instances (by recyclarr)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
recyclarr sonarr
18 9
869 72
9.2% -
9.3 9.6
3 days ago 7 days ago
C#
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

recyclarr

Posts with mentions or reviews of recyclarr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-04.

sonarr

Posts with mentions or reviews of sonarr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-06.
  • Sonarr Docker | Problem with UID/GID
    1 project | /r/sonarr | 23 Feb 2023
    I saw the command. I feel line --user is the culprit. Haven't seen that flag before. Anyways, I'd suggest follow the official Hotio docs: https://hotio.dev/containers/sonarr/
  • Problems w/ Release on 15/02/23
    1 project | /r/sonarr | 16 Feb 2023
    I transitioned to the following image for the time being - https://hotio.dev/containers/sonarr/
  • Why do my permissions always reset.
    1 project | /r/Softwarr | 14 Nov 2022
    I use Hotio's, which is pretty much comparable.
  • What's the confusion about versions?
    4 projects | /r/sonarr | 6 Nov 2022
    So the (official?) Sonarr repo ( https://github.com/Sonarr/Sonarr/tags ) lists main version v3 as the latest there isn't even a mention of v4 at all. However, Hotio does have a v4 ( https://hotio.dev/containers/sonarr/ ) and if you spin it up it is indeed v4 in the system settings etc.
  • Too many items for Trakt List
    1 project | /r/mdblist | 13 Oct 2022
    I'm not sure, I used docker image: cr.hotio.dev/hotio/sonarr:v4 https://hotio.dev/containers/sonarr/
  • LunaSea v10.2.0: Sentry Logging, Web Notifications, & More!
    2 projects | /r/LunaSeaApp | 22 Sep 2022
    It's currently in development/pre-release, you can use the v4 tag on hotio/sonarr Docker images if you want to play around with it.
  • [DS218+] Best download solution for occasional TV shows/movies?
    5 projects | /r/synology | 23 Mar 2022
    version: "3.2" services: # Radarr - https://hotio.dev/containers/radarr/ # radarr: container_name: radarr image: ghcr.io/hotio/radarr:latest restart: unless-stopped logging: driver: json-file network_mode: bridge ports: - 7878:7878 environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} volumes: - /etc/localtime:/etc/localtime:ro - ${DOCKERCONFDIR}/radarr:/config - ${DOCKERSTORAGEDIR}:/data # Sonarr - https://hotio.dev/containers/sonarr/ # sonarr: container_name: sonarr image: ghcr.io/hotio/sonarr:nightly restart: unless-stopped logging: driver: json-file network_mode: bridge ports: - 8989:8989 environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} volumes: - /etc/localtime:/etc/localtime:ro - ${DOCKERCONFDIR}/sonarr:/config - ${DOCKERSTORAGEDIR}:/data # Bazarr - https://hotio.dev/containers/bazarr/ # bazarr: container_name: bazarr image: ghcr.io/hotio/bazarr:nightly restart: unless-stopped logging: driver: json-file network_mode: bridge ports: - 6767:6767 environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} volumes: - /etc/localtime:/etc/localtime:ro - ${DOCKERCONFDIR}/bazarr:/config - ${DOCKERSTORAGEDIR}/media:/data/media # Watchtower (automatic docker container updater) - https://github.com/containrrr/watchtower watchtower: container_name: watchtower image: containrrr/watchtower restart: unless-stopped logging: driver: json-file network_mode: bridge environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - UMASK=022 - WATCHTOWER_CLEANUP=true - WATCHTOWER_INCLUDE_STOPPED=false - WATCHTOWER_MONITOR_ONLY=false - WATCHTOWER_SCHEDULE=0 0 4 * * * - WATCHTOWER_TIMEOUT=10s volumes: - /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock Plex - https://hotio.dev/containers/plex/ plex: container_name: plex image: ghcr.io/hotio/plex restart: unless-stopped logging: driver: json-file network_mode: bridge ports: - 32400:32400 environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - UMASK=002 - ARGS= - DEBUG=no - PLEX_CLAIM=${PLEX_CLAIM} - ADVERTISE_IP= - ALLOWED_NETWORKS= - PLEX_PASS=${PLEX_PASS} volumes: - /etc/localtime:/etc/localtime:ro - ${DOCKERCONFDIR}/plex:/config:rw - ${DOCKERSTORAGEDIR}/media:/data/media:rw - /tmp:/transcode:rw - /dev/dri:/dev/dri # Tautulli - https://hotio.dev/containers/tautulli/ # tautulli: container_name: tautulli image: ghcr.io/hotio/tautulli restart: unless-stopped logging: driver: json-file network_mode: bridge ports: - 8181:8181 environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - UMASK=002 - ARGS= - DEBUG=no volumes: - /etc/localtime:/etc/localtime:ro - ${DOCKERCONFDIR}/tautulli:/config:rw # NZBGET - https://hotio.dev/containers/nzbget/ # nzbget: container_name: nzbget image: ghcr.io/hotio/nzbget:release restart: unless-stopped logging: driver: json-file network_mode: bridge ports: - 6789:6789 environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - UMASK=002 volumes: - /etc/localtime:/etc/localtime:ro - ${DOCKERCONFDIR}/nzbget:/config - ${DOCKERSTORAGEDIR}:/data overseerr: container_name: overseerr image: sctx/overseerr restart: unless-stopped logging: driver: json-file network_mode: bridge ports: - 5055:5055 environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - UMASK=002 volumes: - /etc/localtime:/etc/localtime:ro - ${DOCKERCONFDIR}/overseerr:/app/config
  • New Stable Release - Main - v3.0.7.1477
    1 project | /r/sonarr | 6 Mar 2022
    hotio/Sonarr:release
  • A personal Newspaper (now Dockerized)
    5 projects | /r/selfhosted | 20 Sep 2021

What are some alternatives?

When comparing recyclarr and sonarr you can also consider the following projects:

notifiarr - Client for Notifiarr.com

Medusa - Building blocks for digital commerce

new_template_k3s

sickchill - Less rage, more chill.

buildarr - Constructs and configures Arr PVR stacks

readarr - Docker image for Readarr.

moviematch - MovieMatch for Plex

spksrc - Cross compilation framework to create native packages for the Synology's NAS

Guides - Here you will find Guides mainly for the Starr Apps (Sonarr/Radarr) and everything related to it.

Docker Compose - Define and run multi-container applications with Docker

ibramenu - IBRAMENU is a Bash-based App Deployment script with an interactive menu to deploy all your favorite self-hosted applications quickly and easily.

watchtower - A process for automating Docker container base image updates.