plexwrap
v1.2.0
Published
Electron wrapper allowing Plex to run in a standalone window.
Downloads
3
Readme
Plex Wrap
Electron wrapper allowing Plex to run in a standalone window.
Building and Installing
Download the source and run the following in the directory to install dependencies:
npm install
Then you can use the following to either run from the console, or build to an application native to your machine:
npm run start
npm run build