MyNixOS website logo

Script options added to $XDG_CONFIG_HOME/mpv/script-opts/. See mpv(1) for the full list of options of builtin scripts.

Declarations
Type
attribute set of attribute set of (string or signed integer or boolean or floating point number or list of (string or signed integer or boolean or floating point number))
Default
{ }
Example
{
  osc = {
    scalewindowed = 2.0;
    vidscale = false;
    visibility = "always";
  };
}