Jellyfin: Difference between revisions

Joshbuker (talk | contribs)
m Add link to GitHub issue tracking qt6 release of jellyfin-media-player
jellyfin-media-player was renamed to jellyfin-desktop and updated so it's no longer marked as insecure
 
(One intermediate revision by one other user 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. For fix status, see: https://github.com/NixOS/nixpkgs/issues/437865}}


{{code|lang=nix|line=no|1={
{{code|lang=nix|line=no|1={
   environment.systemPackages = [
   environment.systemPackages = [
     pkgs.jellyfin-media-player
     pkgs.jellyfin-desktop
   ];
   ];
}
}
Line 354: Line 352:
   })
   })
];
];
}
}}
}}