MyNixOS website logo
option

services.jellyfin-mpv-shim.mpvConfig

mpv configuration options to use for jellyfin-mpv-shim. If null, jellyfin-mpv-shim will use its default mpv configuration.

Declarations
Type
null or (attribute set of (string or signed integer or boolean or floating point number))
Default
null
Example
{
          profile = "gpu-hq";
          force-window = true;
        }