MyNixOS website logo
option

services.jellyfin-mpv-shim.mpvBindings

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

Declarations
Type
null or (attribute set of string)
Default
null
Example
{
          WHEEL_UP = "seek 10";
          WHEEL_DOWN = "seek -10";
        }