Hello @txtsd, since commit 272cadd94dcb this package has changed from using the sonarr-packaged ffprobe to requiring a system install of ffmpeg. I'm curious as to the reason, since installing ffmpeg pulls in a ton of extra dependencies. Thx!
Search Criteria
Package Details: sonarr-bin 4.0.13.2932-1
Package Actions
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: | 104 |
Popularity: | 3.01 |
First Submitted: | 2024-10-13 20:06 (UTC) |
Last Updated: | 2025-02-12 17:46 (UTC) |
Dependencies (20)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- sqlite (sqlite-fossilAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- aria2 (aria2-gitAUR, aria2-proAUR, aria2-fastAUR, aria2-unlimitedAUR) (optional) – torrent downloader
- autobrrAUR (optional) – irc, torrent and usenet indexer proxy
- deluge (deluge-gitAUR) (optional) – torrent downloader
- jackettAUR (jackett-monoAUR, jackett-binAUR) (optional) – torrent indexer proxy
- nodejs-floodAUR (flood-gitAUR, flood-binAUR) (optional) – torrent downloader
- nzbget (nzbget-binAUR, nzbget-gitAUR, nzbget-git-debugAUR) (optional) – usenet downloader
- nzbhydra2AUR (nzbhydra2-nojava-binAUR, nzbhydra2-binAUR) (optional) – torznab and usenet indexer proxy
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql16-docsAUR, postgresql16AUR, postgresql15-docsAUR, postgresql15AUR) (optional) – postgresql database
- prowlarrAUR (prowlarr-binAUR, prowlarr-developAUR, prowlarr-develop-binAUR, prowlarr-nightly-binAUR) (optional) – torrent and usenet indexer proxy
- qbittorrent (qbittorrent-enhanced-qt5AUR, qbittorrent-qt5AUR, qbittorrent-gitAUR, qbittorrent-libtorrent-v1AUR, qbittorrent-enhanced-gitAUR, qbittorrent-enhanced-uaAUR, qbittorrent-enhanced-appimageAUR, qbittorrent-enhancedAUR) (optional) – torrent downloader
- rtorrent (rtorrent-colorAUR, rtorrent-pyro-gitAUR, rtorrent-ps-chAUR, rtorrent-gitAUR, rtorrent-psAUR, rtorrent-vi-colorAUR, rtorrent-ipv6AUR) (optional) – torrent downloader
- sabnzbdAUR (sabnzbd-gitAUR) (optional) – usenet downloader
- transmission-cli (transmission-cli-gitAUR, transmission-noxunlei-cliAUR, transmission3-cliAUR) (optional) – torrent downloader (CLI and daemon)
- transmission-gtk (transmission-noxunlei-gtkAUR, transmission-gtk3AUR, transmission-gtk-gitAUR) (optional) – torrent downloader (GTK+)
- transmission-qt (transmission-qt-gitAUR, transmission-qt-ssl-gitAUR, transmission-noxunlei-qtAUR) (optional) – torrent downloader (Qt)
- vuzeAUR (vuze-extreme-modAUR) (optional) – torrent downloader
Required by (17)
- autobrr (requires sonarr) (optional)
- jellyseerr (requires sonarr) (optional)
- lunasea-bin (requires sonarr) (optional)
- nzbget-ppscript-nzbtomedia-git (requires sonarr) (optional)
- ombi (requires sonarr) (optional)
- ombi-bin (requires sonarr) (optional)
- ombi-develop (requires sonarr) (optional)
- ombi-develop-bin (requires sonarr) (optional)
- prowlarr (requires sonarr) (optional)
- prowlarr-bin (requires sonarr) (optional)
- prowlarr-develop (requires sonarr) (optional)
- prowlarr-develop-bin (requires sonarr) (optional)
- prowlarr-nightly-bin (requires sonarr) (optional)
- recyclarr (requires sonarr) (optional)
- recyclarr-bin (requires sonarr) (optional)
- sonarr-runit (requires sonarr)
- traktarr-git (requires sonarr) (optional)
Sources (8)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 16 Next › Last »
kidfrostbite commented on 2024-10-28 15:02 (UTC)
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)
txtsd commented on 2024-10-13 16:51 (UTC)
@degeberg Please add me as co-maintainer. I'd like to help maintain this package.
dcipha commented on 2023-12-30 18:13 (UTC)
@fryfrog: Figured it out. It was an issue with my nginx reverse proxy config. Had to remove the trailing "/" in my api proxy_pass.
From:
proxy_pass http://localhost:7878/api/;
To:
proxy_pass http://localhost:7878/api;
fryfrog commented on 2023-12-30 05:17 (UTC)
@dcipha: Edit the config.xml
and turn logging up to trace, get the full startup logs and put it in a bin. Hop on Discord and show the #support channel.
dcipha commented on 2023-12-30 04:28 (UTC) (edited on 2023-12-30 04:34 (UTC) by dcipha)
Receiving the following error after upgrading to v4.0
FailedToLoadTranslationsFromApi
VersionNumber
Debug log shows
2023-12-29 23:27:51.3|Debug|Api|[GET] /api//v3/localization/language: 404.NotFound (5 ms)
2023-12-29 23:27:51.4|Debug|Api|[GET] /api//v3/series: 404.NotFound (2 ms)
2023-12-29 23:27:51.4|Debug|Api|[GET] /api//v3/customFilter: 404.NotFound (0 ms)
2023-12-29 23:27:51.4|Debug|Api|[GET] /api//v3/tag: 404.NotFound (0 ms)
2023-12-29 23:27:51.4|Debug|Api|[GET] /api//v3/qualityprofile: 404.NotFound (0 ms)
2023-12-29 23:27:51.4|Debug|Api|[GET] /api//v3/language: 404.NotFound (0 ms)
2023-12-29 23:27:51.4|Debug|Api|[GET] /api//v3/importlist: 404.NotFound (0 ms)
2023-12-29 23:27:51.4|Debug|Api|[GET] /api//v3/config/ui: 404.NotFound (0 ms)
2023-12-29 23:27:51.4|Debug|Api|[GET] /api//v3/system/status: 404.NotFound (0 ms)
2023-12-29 23:27:51.5|Debug|Api|[GET] /api//v3/localization: 404.NotFound (0 ms)
anonfunc commented on 2023-08-08 19:00 (UTC)
MarsSeed commented on 2023-08-08 18:29 (UTC)
This package should be renamed to sonarr-bin
.
bkb commented on 2023-02-10 19:27 (UTC)
fryfrog commented on 2023-01-18 23:33 (UTC)
Add to servarr group
Hey @bkb, what is this comment supposed to mean?
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:
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)