Jellyfin: Difference between revisions

Add a section on setting up Jellyfin with VAAPI in a NixOS container
EyJhb (talk | contribs)
m Clarified intro-skipper plugin.
Line 75: Line 75:


=== Intro Skipper plugin ===
=== Intro Skipper plugin ===
If you install the Intro Skipper plugin, it will not be able to display the skip button in the web interface. This is due to the plugin being unable to modify contents of files in the nix store. To get around this you can make the changes yourself with this:  
The below no longer seems to required, and if the latest version from https://github.com/intro-skipper/intro-skipper is used, then it should just work. Tested with jellyfin web, jellyfin media player and jellyfin on Android TV.
 
<s>If you install the Intro Skipper plugin, it will not be able to display the skip button in the web interface. This is due to the plugin being unable to modify contents of files in the nix store. To get around this you can make the changes yourself with this:</s>
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
   nixpkgs.overlays = with pkgs; [
   nixpkgs.overlays = with pkgs; [