Package Details: seerr 2.7.3-3

Git Clone URL: https://aur.archlinux.org/seerr.git (read-only, click to copy)
Package Base: seerr
Description: Request management and media discovery tool for the Plex ecosystem
Upstream URL: https://github.com/seerr-team/seerr
Licenses: MIT
Submitter: fryfrog
Maintainer: fryfrog (txtsd)
Last Packager: fryfrog
Votes: 1
Popularity: 0.156841
First Submitted: 2025-10-10 17:26 (UTC)
Last Updated: 2025-11-20 05:47 (UTC)

Dependencies (10)

Required by (1)

Sources (6)

Latest Comments

fryfrog commented on 2026-01-04 16:30 (UTC)

@gee, would you like to be added as co-maintainer? Your gist, the commend w/ the patch got a bunch of markdown parsing so it didn't turn out well. :)

gee commented on 2026-01-03 10:39 (UTC)

I was able trim it further down a bit to ~0.4Gb.

PKGBUILD and arch.patch: https://gist.github.com/John-Gee/c4792dc33976464c7428983d59ab03aa

gee commented on 2025-11-24 14:35 (UTC) (edited on 2025-11-24 14:36 (UTC) by gee)

Hey!

It'd be nice to be able to trim this, the whole thing is over a Gb!

Adding these lines to the end of the package function trims it down ~40%: https://gist.github.com/John-Gee/c4792dc33976464c7428983d59ab03aa

And if you look you'll see that we have to keep android bits, if not it crashes.. Incredible stuff!

I'd be thrilled if you have better ideas but that's as far as I could take it. Any 60-130Mb standalone build total failed at one point or another and I couldn't try every single file one by one to see exactly what was missing/needed. I've tried pnpm deploy and all kinds of other stuff to no avail, and I hate manually picking files to delete it's so hackyish.

Berny23 commented on 2025-11-05 01:24 (UTC) (edited on 2025-11-05 01:24 (UTC) by Berny23)

Paths in service are wrong, I had to change these:

EnvironmentFile=/etc/conf.d/seerr

WorkingDirectory=/usr/lib/seerr

chriscpritchard commented on 2025-10-30 19:01 (UTC)

Not ideal, but changing the node dependency to nodejs-lts-jod (conflicts with nodejs, however) will build and run, as long as the engine is set back to ^22.0.0.

chriscpritchard commented on 2025-10-29 23:02 (UTC)

Seerr no longer works on node 25.0.0 due to the removal of SlowBuffer (https://github.com/nodejs/node/issues/58203) which became deprecated in node 24. Not sure what the solution is since you can't specify version dependencies using Pacman!

fryfrog commented on 2025-10-27 22:21 (UTC)

Which actually is also broken, so fixing both! :)

fryfrog commented on 2025-10-27 22:13 (UTC)

@chriscpritchard, thanks for the report! We're probably going to wait until the first real release of seerr to get it all sorted out (migration, etc) so you may want to just keep using jellyseerr in the mean time!

chriscpritchard commented on 2025-10-27 22:08 (UTC)

arch.patch needs updating to node v25 as currently receiving: "ERR_PNPM_UNSUPPORTED_ENGINE  Unsupported environment (bad pnpm and/or Node.js version)"