Package Details: sonarr-bin 4.0.11.2680-3

Git Clone URL: https://aur.archlinux.org/sonarr-bin.git (read-only, click to copy)
Package Base: sonarr-bin
Description: Smart PVR for newsgroup and torrent users
Upstream URL: https://sonarr.tv
Licenses: GPL-3.0-or-later
Groups: servarr-bin
Conflicts: sonarr
Provides: sonarr
Submitter: txtsd
Maintainer: txtsd (fryfrog)
Last Packager: fryfrog
Votes: 100
Popularity: 2.16
First Submitted: 2024-10-13 20:06 (UTC)
Last Updated: 2024-12-13 01:38 (UTC)

Dependencies (20)

Required by (17)

Sources (8)

Pinned Comments

mkomko commented on 2024-11-15 06:59 (UTC)

PSA: If you receive exceptions like "System.IO.IOException: Read-only file system" when Sonarr is importing files after updating to 4.0.10.2544, and you use your home directory for downloaded files (which is advised against), you can either move file management out of your home directory or do something like the following:

$ sudo systemctl edit sonarr

[Service]
# Allow home directory path to be writable again
ReadWritePaths=/home/user/media

txtsd commented on 2024-10-21 03:56 (UTC) (edited on 2024-10-30 12:50 (UTC) by txtsd)

Alternate versions

sonarr (source version of this package)
sonarr-develop (develop branch)
sonarr-develop-bin (binary version of the develop branch)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »

degeberg commented on 2017-07-05 04:30 (UTC) (edited on 2017-07-05 04:30 (UTC) by degeberg)

Hmm... the commit in https://github.com/Sonarr/Sonarr/commit/11926d8b2dfa30d2ed0f1a1579e6fa110a02462a adds a health check saying that it will work with mono >= 5.0.0 using btls.

drrlvn commented on 2017-07-04 21:42 (UTC)

Latest version (2.0.0.4855-1) crashes with a stacktrace involving boringtls. Maybe legacy TLS provider is still needed?

degeberg commented on 2017-05-15 06:27 (UTC)

The /usr/bin/sonarr is a matter of preference although it strictly is not necessary. I just prefer having an executable in /usr/bin for non-library packages. Seeing as it execs, it shouldn't make a difference to what actually ends up running. People can use a systemd override if they don't want to use it. I actually forgot about your previous comment about sysusers. I'll have a look at it after work later today.

fryfrog commented on 2017-05-15 06:00 (UTC)

Maybe someday, get rid of the bash script entirely? It isn't needed. And let systemd manage the user? Patches for it are below. ;)

degeberg commented on 2017-05-15 04:12 (UTC)

I've added MONO_TLS_PROVIDER=legacy as referenced on the issue tracker and on reddit to make it work with mono 5. I'll remove it again when it's no longer needed.

fryfrog commented on 2017-05-15 03:21 (UTC)

Watch out for mono 5.0, it causes problems w/ sonarr and radarr so far. :/

fryfrog commented on 2017-03-08 07:00 (UTC)

And another that switches to systemd's sysusers https://ptpb.pw/n528/diff

fryfrog commented on 2017-03-08 06:51 (UTC)

I'd like to submit for your consideration a git patch to remove the sonarr.sh script and just run mono directly from the systemd unit file. https://ptpb.pw/kbny/diff

ejstacey commented on 2017-01-30 00:50 (UTC)

@shkercuh: Thanks! I can confirm it builds successfully now w/o the patch.

shkercuh commented on 2017-01-30 00:25 (UTC)

Thanks, @ejstacey. I've fixed the package now.