I just noticed the current package already embeds the .net runtime, so the dependency on aspnet-runtime-6.0 is no longer needed, please remove
Search Criteria
Package Details: jellyfin-server-bin 10.11.8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/jellyfin-server-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | jellyfin-server-bin |
| Description: | Jellyfin server backend |
| Upstream URL: | https://jellyfin.org/ |
| Licenses: | GPL2 |
| Conflicts: | jellyfin-server, jellyfin-server-git |
| Provides: | jellyfin-server |
| Submitter: | petronny |
| Maintainer: | notfire |
| Last Packager: | notfire |
| Votes: | 4 |
| Popularity: | 0.188451 |
| First Submitted: | 2023-11-15 05:51 (UTC) |
| Last Updated: | 2026-04-05 19:52 (UTC) |
Dependencies (5)
- bash (bash-gitAUR, bash-devel-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- jellyfin-ffmpeg (jellyfin-ffmpeg-binAUR)
- sqlite (sqlite-fossilAUR)
- jellyfin-web (jellyfin-web-gitAUR) (optional) – to run web-app on the same machine
Required by (13)
- autofilm (requires jellyfin-server) (optional)
- autofilm-git (requires jellyfin-server) (optional)
- jellyfin-runit (requires jellyfin-server)
- jellyfin-server-openrc (requires jellyfin-server)
- jellyseerr (requires jellyfin-server) (optional)
- mediawarp (requires jellyfin-server) (optional)
- mediawarp-git (requires jellyfin-server) (optional)
- ombi (requires jellyfin-server) (optional)
- ombi-bin (requires jellyfin-server) (optional)
- ombi-develop (requires jellyfin-server) (optional)
- ombi-develop-bin (requires jellyfin-server) (optional)
- seerr (requires jellyfin-server) (optional)
- tunarr-bin (requires jellyfin-server) (optional)
Sources (6)
gilcu3 commented on 2026-04-03 13:31 (UTC)
notfire commented on 2026-01-27 20:35 (UTC) (edited on 2026-01-27 20:37 (UTC) by notfire)
the webui (jellyfin-web) only builds with npm version 10.9.2. there's an archive of it up here - you can manually install it with pacman -U and use the upstream arch package to build. for me this builds a working frontend.
petronny commented on 2025-05-30 11:59 (UTC)
Would you be willing to also make a package for jellyfin-web-bin ? The git one is slow to build on low power devices, and it could happen that it becomes incompatible with jellyfin-serer-bin being ahead of the stable release. Would be nice to have a matching -web-bin package.
@void09 Hi, I can't find your comment but I think what you need is the jellyfin-bin package which has previously been removed from AUR. I'm not sure if it's a good idea to add it back.
fl4co commented on 2024-08-13 10:31 (UTC)
@marsxyz that's because the package is out of date and that version is not hosted anymore. If you edit the PKGBUILD with the latest version and its checksum it will install just fine.
Hopefully the maintainer will update the PKGBUILD.
marsxyz commented on 2024-08-12 19:27 (UTC)
Not usable right now because the link to download the binary are dead. They have been for a while now.
Consider switching to other packages.
jothiprasath commented on 2024-08-05 19:58 (UTC)
update it
<deleted-account> commented on 2024-07-29 08:31 (UTC)
Hey there, with recent updates I began experiencing playback issues on Android TV and LG Web OS apps.
On my troubleshooting analysis I noticed, that my archlinuxarm installation from this AUR package didn't use jellyfin-ffmpeg in Jellyfin streaming logs:
ffmpeg version n7.0.1 Copyright (c) 2000-2024 the FFmpeg developers
So I modified "/var/lib/jellyfin/config/encoding.xml":
<EncoderAppPath>/usr/lib/jellyfin-ffmpeg/ffmpeg</EncoderAppPath>
<EncoderAppPathDisplay>/usr/lib/jellyfin-ffmpeg/ffmpeg</EncoderAppPathDisplay>
Log After that:
ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
Perhaps it should somehow be baked into this package?
FabioAreia commented on 2024-07-17 09:55 (UTC)
Please update it, url is not valid anymore
pitbuster commented on 2024-06-19 18:50 (UTC)
You may also want to change the following line in jellyfin.conf from
JELLYFIN_ADD_OPTS="--webdir=/usr/share/jellyfin-web"
to
JELLYFIN_ADD_OPTS="--webdir=/usr/share/jellyfin/web"
Pinned Comments
notfire commented on 2026-01-27 20:35 (UTC) (edited on 2026-01-27 20:37 (UTC) by notfire)
the webui (
jellyfin-web) only builds with npm version10.9.2. there's an archive of it up here - you can manually install it withpacman -Uand use the upstream arch package to build. for me this builds a working frontend.petronny commented on 2023-11-16 08:56 (UTC) (edited on 2023-11-27 08:40 (UTC) by petronny)
If you have
jellyfin-bininstalled, remove it.If you are on x86_64, install
jellyfin-serverandjellyfin-webfrom[extra].If you are on archlinuxarm, install
jellyfin-webfrom[extra]and this package. If you are on aarch64, the arch4edu repository also provides prebuilt binaries for this package and all its dependencies if you want a quick installation.