Jellyfin: Difference between revisions
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: | ||
{{code|lang=nix|line=no|1={ | {{code|lang=nix|line=no|1={ | ||
environment.systemPackages = [ | environment.systemPackages = [ | ||
pkgs.jellyfin- | 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: | ||
}) | }) | ||
]; | ]; | ||
}} | }} | ||