PlexClient icon indicating copy to clipboard operation
PlexClient copied to clipboard

PleX

For now mpv is not packaged, meaning you need to install the mpv library when using the desktop application:

  • Windows: download mpv-dev, unpack, put corresponding mpv-1.dll to C:\Windows\system32
  • macOS: brew install mpv
  • Linux: apt-get install libmpv1 libavformat-dev

Home

Home

Player

Player

Show

Show

Project setup

npm install

Compiles and hot-reloads for development

Browser:

npm run serve

Electron:

npm run electron:serve

Compiles and minifies for production

Browser:

npm run build

Electron:

npm run electron:build

Customize configuration

See Configuration Reference.