an electron wrapper turning your Plex media player into a desktop application
The main purpose of this project is to get Plex working with MPRIS D-Bus Interface, along with other useful desktop environment integrations.
You can obtain a build by downloading a prebuilt release or building from source.
Download a prebuilt release from the release page.
- Clone this repository to local.
$ git clone https://github.com/tabjy/electronic-plex.git
- Install dependencies.
$ cd electronic-plex $ npm install
- Build a release targeted to your current platform with electron-packager
$ npm run build
- (Optionally) copy
dist/electronic-plex-<platform>-<arch>
to your local installation, and set up$PATH
to includeelectronic-plex
executable.
This project is licensed under the MIT License.