ztoben / plex-viewer-deprecated

Plex viewer with keyboard controls built with electron
MIT License
13 stars 1 forks source link
electron plex react

plex-viewer

A simple electron app for viewing plex in it's own window.

screenshot 1

Features

simple player mode 1 simple player mode 2

Shortcuts

Todo

Releases

  1. Update the version in the project's package.json file (e.g. 1.2.3)
  2. Commit that change (git commit -am v1.2.3)
  3. Tag your commit (git tag v1.2.3). Make sure your tag name's format is v..*. Your workflow will use this tag to detect when to create a release
  4. Push your changes to GitHub (git push && git push --tags)