yoyostile / Plexpy-Ubersicht-Widget

A simple widget to display current streams from your Plex Server via PlexPy.
13 stars 2 forks source link

PlexPy for Übersicht

Screenshot

Download

A simple widget to display current streams from your Plex Server. It uses the PlexPy API. PlexPy is one of the best monitoring tools for your Plex Server. Get it now!

Options

You can toggle visibility in index.coffee:

options =
  widgetEnable: true

Also it's important to provide proper credentials for your running PlexPy instance:

options =
  apiKey: 'YourPlexPyAPIKey'
  plexpyHost: 'YourPlexPyHost'
  protocol: 'https'

TODO

Contribute

Feel free to contribute! :) Any suggestions? Open an issue!