Thronic Posted November 11, 2014 Posted November 11, 2014 Greetings I was encouraged to make a post here about a little addon I wrote for use with Plex Media Server. It was done mostly out of curiosity (my first actual C# code) and because a friend of mine thought it would be a nice thing to be able to see who's streaming from PMS on the Pulseway app. It was originally meant to show cache and transcode storage sizes but it's not easy to retrieve those numbers quickly, and it tested hard on older servers resources without some kind of caching (even through MSR COM), but that can quickly outdate results. So now it's just for seeing who's streaming, which was quick and easy to do thanks to good API's on both sides. Version 0.5 Download PageUpdated 9.11.2014 (copied from my blog): Install by copying the DLL into your Pulseway installation folder (doesn't really matter where, but it will be read/write locked during use). Then just add it as a plugin. Update an existing plugin by simply stopping the PC Monitor service from task manager (Windows 8) or services.msc and overwrite the file. Then just restart the service. Technical details If you receive the message Plex API timeout! it means localhost:32400/status/sessions/ was unavailable for XML or returning 403 Forbidden. That most likely means your Plex Media Server is either offline or not connected to your account (server settings), which of unknown reasons also makes the sessions unavailable. But if it's up and running and connected (and local authentication remains disabled), it should work! Thanks. Attached screenshots from my Nexus phone running the app. Chris 1
Staff Chris Posted November 12, 2014 Staff Posted November 12, 2014 Hi, Thank you for sharing your plugin with the community. I've pinned your topic so others can see it easier. Chris Pulseway Support
LeoAllen Posted March 3, 2016 Posted March 3, 2016 Hello, I've only tried this plugin a couple times and still get the Plex API timeout! message. I've disabled local authentication, and still no luck. Since this is nearly 2 years old, not sure if you have any suggestions, or know if there have been similar plugins created. I currently use an additional app for this type of notification, but would love to have everything consolidated into Pulseway. Thanks in advance!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now