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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 16 Next › Last »

degeberg commented on 2016-03-14 11:18 (UTC)

@disastro: I can't remember if there was any particular reason, so I've removed the "lesser" ones from the PKGBUILD.

disastro commented on 2016-03-13 14:30 (UTC)

Is there a reason you have every possible pkgsum type in there? Since it checks them all and you could just include one...

degeberg commented on 2015-10-04 19:16 (UTC)

Hmm... I wonder if they split the packages. Anyway, it's been updated to include transmission-{cli,gtk,qt} as optdepends instead.

xaisho commented on 2015-10-04 19:06 (UTC)

On install: Optional dependencies for sonarr: sabnzbd: an NZB downloader; nzbget: an NZB downloader; transmission: a torrent downloader; deluge: a torrent downloader. However, transmission is not a package. Possible alternatives are: transmission-cli - daemon, with CLI, and web client (http://localhost:9091) interfaces; transmission-remote-cli - Curses interface for the daemon; transmission-gtk - GTK3 package; transmission-qt - Qt5 package. Could the "optional" dependencies be updated?

jebarb commented on 2015-09-03 00:26 (UTC)

nuget-cert no longer exists on AUR, presumably caused by the switch to AUR4. Package is now broken.

darkfire commented on 2015-07-20 23:06 (UTC)

Upstream got updated to 2.0.0.3357

SAKUJ0 commented on 2015-06-06 14:03 (UTC)

Hey, no rush. I am really impressed that you updated this just very few minutes after I have sent you an email. I hope we weren't annoying you with notifications. For posterity, here is my edited but untested sonarr.service https://github.com/SAKUJ0/aur-sonarr/blob/master/sonarr.install

degeberg commented on 2015-06-06 13:57 (UTC)

I'm sorry I've been away for the last couple of weeks and left the package outdated in the mean time. Hopefully people that needed an update will have figured out editing the version number in the PKGBUILD file. The package should now be up to date with the latest upstream version. I'll see about incorporating SAKUJ0's suggested change during this weekend.