Radarr Sonarr Lidarr Jackett - SynoCommunity/spksrc GitHub Wiki

Introduction for Radarr/Sonarr/Lidarr/Jackett

The newer .NET packages provide many benefits, but unfortunately not all architectures are supported. Please follow the following instructions to find the latest working version for your package/NAS combination. If you are unsure what architecture your NAS is running, you can look it up here: https://github.com/SynoCommunity/spksrc/wiki/Architecture-per-Synology-model

Unable to Update Radarr

It's a known issue when running multiple *arr applications. Stopping Sonarr then updating Radarr resolves the issue.

Issues: #4679, #4621, discord

rtd1296 (armv8) devices and Mono

Radarr/Lidarr/Jackett .NET core versions should work correctly.

In case of Sonarr, that still requires Mono, please install mono version 5.8.0.108-11 from https://synocommunity.com/package/mono Newer Mono versions have bug related with https/ssl and Sonarr will not work correctly with them. Direct link: mono.v11.f15047[rtd1296-armada37xx-aarch64].spk

Alternatively, use Safihre's Sonarr version for your NAS architecture here: https://github.com/Safihre/spksrc/releases/tag/sonarr-v3-build and install manually,

Ignore advice's to update Mono and Sonarr to the latest versions.

Radarr on DS715 (alpine) Killed/terminated with status 1

This CPU architecture is not supported at the moment. See #4546 and #4793

Downgrade mono without uninstalling (Advanced)

Instead of uninstalling the (higher) version, you can fake a lower version number by modification of the INFO file of the installed package.

  1. ssh into the diskstation
  2. sudo vi /var/packages/mono/INFO
  3. Modify version from "5.20.1.34" to "5.8.0.108" and save the file
  4. Then it will display as 5.8.0.108 in DSM package center and you can manually downgrade to mono.v11.f15047[rtd1296-armada37xx-aarch64].spk.

aarch64 Docker alternative

Warning - Experimental: If you don't know what you are doing this may cause data loss or damage your device:

https://wiki.servarr.com/Docker_ARM_Synology

Other Options

The Servarr Team also creates and maintains Synology Packages: https://wiki.servarr.com/en/synology-packages

If your NAS supports docker you can use the docker images instead, but note that it can be more complicated to setup: Guide on how to run *arr using docker & TRaSH Guide for Synology