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.
rtd1296 (armv8) devices and Mono
Sonarr v4/Radarr/Lidarr/Jackett .NET core versions should work correctly.
Sonarr v3 is end of life and not supported by the Sonarr Team
Killed
/terminated with status 1
Radarr on DS715 (alpine) 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.
- ssh into the diskstation
sudo vi /var/packages/mono/INFO
- Modify version from "5.20.1.34" to "5.8.0.108" and save the file
- 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