A Dashing widget for displaying the number of unplayed films, home videos and TV shows on a Plex media server.
See a live demo here.
Due to the fact that I didn't want to expose my Plex server to outside my network, I decided to run the script on a personal machine at home and push the data to my Dashing application.
Setup the following environment variables:
SERVER_HOST
AUTH_TOKEN
: the auth token of your Dashing application
Add it to your Dashing application's Gemfile:
gem 'plex-ruby'
and run bundle install
.