PlexClient
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.dlltoC:\Windows\system32 - macOS:
brew install mpv - Linux:
apt-get install libmpv1 libavformat-dev
Home

Player

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