Package Details: jellyfin-server-bin 10.11.8-1

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)

Required by (13)

Sources (6)

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 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 2023-11-16 08:56 (UTC) (edited on 2023-11-27 08:40 (UTC) by petronny)

If you have jellyfin-bin installed, remove it.

If you are on x86_64, install jellyfin-server and jellyfin-web from [extra].

If you are on archlinuxarm, install jellyfin-web from [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.

Latest Comments

1 2 Next › Last »

gilcu3 commented on 2026-04-03 13:31 (UTC)

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

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"