wuerfelbecher/jellyfin
Project ID: 22456
Description
unoffical jellyfin RPM
Installation Instructions
ffmpeg
The RPM package for Fedora/CentOS requires some additional repos aa ffmpeg is not in the main repositories.
# ffmpeg from RPMfusion free
# Fedora
$ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
# CentOS 7
$ sudo yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
In-App service control
A sample sudoers-policy is located at /usr/share/jellyfin/jellyfin-sudoers
which you need to review and copy to /etc/sudoers.d
.
Use install -D -m 0600 -o root -g root /usr/share/jellyfin/jellyfin-sudoers /etc/sudoers.d/jellyfin-sudoers
for the right permissions.
Finally uncomment JELLYFIN_RESTART_OPT in /etc/sysconfig/jellyfin and restart the service.
Building with dotnet
Jellyfin is build with --self-contained
so no dotnet required for runtime.
# dotnet required for building the RPM
# Fedora
$ sudo dnf copr enable @dotnet-sig/dotnet
# CentOS
$ sudo rpm -Uvh https://packages.microsoft.com/config/rhel/7/packages-microsoft-prod.rpm
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 [modified] (8)* | EPEL 7 (186 downloads) |
Fedora 38 | x86_64 (10)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (8)* | Fedora 39 (52 downloads) |
Fedora 40 | x86_64 (6)* | Fedora 40 (34 downloads) |
Fedora 41 | x86_64 (4)* | Fedora 41 (9 downloads) |
Fedora rawhide | x86_64 (10)* | Fedora rawhide (168 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds