Skip to content

Radarr Sonarr Lidarr Jackett

GandulfM edited this page Apr 29, 2021 · 31 revisions

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

The various architectures of Synology NASes make that not all NASes can work with the Mono and Sonarr packages advised by Package Center. If you have problems with Sonarr connecting to your indexer, first:

Find the architecture of your Synology as mentioned above: https://github.com/SynoCommunity/spksrc/wiki/Architecture-per-Synology-model

Then find the Mono version here: https://synocommunity.com/package/mono

I advice to download the 5.8 version to your computer and then manually install to your Synology.

Then find the Sonarr version you need for your NAS architecture here: https://github.com/Safihre/spksrc/releases/tag/sonarr-v3-build

And download to your computer and manually install this version.

Ignore advices to update Mono and Sonarr to latest versions.

rtd1296 (armv8)

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

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

Clone this wiki locally