Search Criteria
Package Details: sonarr 3.0.6.1196-1
Git Clone URL: | https://aur.archlinux.org/sonarr.git (read-only, click to copy) |
---|---|
Package Base: | sonarr |
Description: | TV download automation for usenet and torrents. |
Upstream URL: | https://sonarr.tv/ |
Licenses: | |
Submitter: | justin8 |
Maintainer: | degeberg (fryfrog) |
Last Packager: | fryfrog |
Votes: | 82 |
Popularity: | 0.63 |
First Submitted: | 2014-11-10 04:45 |
Last Updated: | 2021-03-27 22:34 |
Dependencies (11)
- libmediainfo (libmediainfo-git)
- mono (mono48, mono-alpha, mono-beta, mono-visualstudio, mono-git, mono-alt-csc, mono5, mono-nightly)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git)
- deluge (deluge1, deluge-stable-git, deluge-git, deluge2-stable-git) (optional) – torrent downloader
- jackett (jackett-mono, jackett-bin) (optional) – torrent indexer proxy
- nzbget (nzbget-git) (optional) – usenet downloader
- rtorrent (rtorrent-vi-color, rtorrent-git, rtorrent-color, rtorrent-ipv6, rtorrent-ps-ch, rtorrent-pyro-git, rtorrent-ps) (optional) – torrent downloader
- sabnzbd (sabnzbd-git) (optional) – usenet downloader
- transmission-cli (transmission-cli-git, transmission-cmake-cli, transmission-sequential-cli, transmission-noxunlei-cli) (optional) – torrent downloader (CLI and daemon)
- transmission-gtk (transmission-csd-git, transmission-cmake-gtk, transmission-sequential-gtk, transmission-noxunlei-gtk, transmission-gtk-git) (optional) – torrent downloader (GTK+)
- transmission-qt (transmission-qt-git, transmission-cmake-qt, transmission-sequential-qt, transmission-noxunlei-qt, transmission-qt-ssl-git) (optional) – torrent downloader (Qt)
Required by (7)
- ombi (optional)
- ombi-develop (optional)
- ombi-preview (optional)
- ombi-v4 (optional)
- plexrequests (optional)
- traktarr (optional)
- traktarr-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 ... Next › Last »
smmalis37 commented on 2017-07-07 18:17
The devs and I have been debugging this issue. For now, legacy is still needed despite the health check (we thought it was fixed but it wasn't). I have filed https://bugs.archlinux.org/task/54738 since this seems to be a bug in mono.
degeberg commented on 2017-07-05 04:56
I've switched it back to legacy.
degeberg commented on 2017-07-05 04:30
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
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
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
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
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
Watch out for mono 5.0, it causes problems w/ sonarr and radarr so far. :/
fryfrog commented on 2017-03-08 07:00
And another that switches to systemd's sysusers
https://ptpb.pw/n528/diff
fryfrog commented on 2017-03-08 06:51
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