Jellyfin: Difference between revisions

Joshbuker (talk | contribs)
Add instructions for how to install the Jellyfin client
jellyfin-media-player was renamed to jellyfin-desktop and updated so it's no longer marked as insecure
 
(4 intermediate revisions by 2 users not shown)
Line 24: Line 24:


If you would like to install the desktop application, use the following:
If you would like to install the desktop application, use the following:
{{Warning|Currently in NixOS 25.11, jellyfin-media-player is marked as insecure as it depends on a vulnerable version of qtwebengine (v5.15.19). Until this is fixed, you may want to use the Jellyfin web client instead.}}


{{code|lang=nix|line=no|1={
{{code|lang=nix|line=no|1={
   environment.systemPackages = [
   environment.systemPackages = [
     pkgs.jellyfin-media-player
     pkgs.jellyfin-desktop
   ];
   ];
}
}
}}
}}
Alternatively, you can use the Jellyfin web client by using your preferred web browser to visit the server directly. See below on how to install the Jellyfin server.


== Server Installation == <!--T:2-->
== Server Installation == <!--T:2-->
Line 352: Line 352:
   })
   })
];
];
}
}}
}}