Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.plex-mpv-shim.enable

Whether to enable Plex mpv shim.

Type: boolean

Default:

false

Example:

true

Declared by:

services.plex-mpv-shim.package

The plex-mpv-shim package to use.

Type: package

Default:

pkgs.plex-mpv-shim

Declared by:

services.plex-mpv-shim.settings

Configuration written to $XDG_CONFIG_HOME/plex-mpv-shim/config.json. See https://github.com/iwalton3/plex-mpv-shim/blob/master/README.md for the configuration documentation.

Type: JSON value

Default:

{ }

Example:

{
  adaptive_transcode = false;
  allow_http = false;
  always_transcode = false;
  audio_ac3passthrough = false;
  audio_dtspassthrough = false;
  auto_play = true;
  auto_transcode = true;
}

Declared by: