Package Details: sonarr-bin 4.0.9.2244-1

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 bittorrent users.
Upstream URL: https://sonarr.tv
Licenses: GPL-3.0-or-later
Groups: servarr
Conflicts: sonarr
Provides: sonarr
Submitter: txtsd
Maintainer: txtsd (fryfrog)
Last Packager: txtsd
Votes: 101
Popularity: 1.54
First Submitted: 2024-10-13 20:06 (UTC)
Last Updated: 2024-10-15 08:12 (UTC)

Dependencies (15)

Required by (10)

Sources (7)

Pinned Comments

fryfrog commented on 2021-06-27 16:05 (UTC) (edited on 2024-10-16 16:22 (UTC) by fryfrog)

You may be interested in the source version of this package sonarr or for the develop branch there is sonarr-develop and sonarr-develop-bin.

Support: Discord, /r/sonarr, forums or irc.

Latest Comments

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

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.

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

This fails to build with the current sonarr git: -> Patching Mono-Set-process-name error: src/NzbDrone.Mono/EnvironmentInfo/MonoRuntimeProvider.cs: No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting... The build failed. I think the file got changed (renamed?) to MonoPlatformInfo.cs (in that same directory). I am not confident enough around c# to try and adapt the patch.

jack.mitchell commented on 2016-10-30 13:47 (UTC)

Anyone having issues with Sonarr segfaulting/crashing on RSS index with the lastest Mono. I had to role mine back. I do have a custom mono build, but all it does is remove the libgdi dependancy which has never been an issue in the past.