Plex Notify

They hare for the future


Sent from my Nexus 6 using Tapatalk

The Following API calls have been added:
- GetMostConcurrentStreams
- GetPlexTvLogin
- MediaTypes
 
Also please note that the API has been normalized a bit and some calls have changed. Mostly noted is Most media type calls is no longer plural, ex. Movies is now Movie. Also, the calls have normalized to better adapt to different media types. The MediaTypes call will give you all applicable types for the {plexMediaType} tokens. Note that 'Media' plex media type will include ALL media reguardless of type.
 
the postman file has been updated to reflect these changes.
 
Also tomorrow I will be adding:
- The ability to get data by timespans (Between 2 datetimes)
- A Request Box interface to get/add and mark updates on requests people can send for media additions to your server. These will have notifications associated with them when I release notifications.
 
also a few people have asked about a system resource monitor also. I would suggest http://www.pulseway.com/ I will not be adding this functionality to Plex Notify.
 

just had to re-upload it I had a typo,

The Following api calls have been added:
- GetRange
- GetTopRange
- GetPlayerRange
- GetPlayerTopRange
- GetUserRange
- GetUserTopRange
 
Note all Datetimes in Plex Notify are UTC.
Also I had to make some changes to getting all media (see cpi call GetAllMedia) to fix the calls MediaTypes, users and players.
 
Postman updated.

Tonight's update is up, only includes stability fixes.

Started a poll for anyone actively using the Beta service to develop with Let me know what you think!

Keep it up. I am so excited for all the new stuff! This program is awesome.

Wow amazing work so far. Looking forward to the release at the planned rls date 25th december. Thank you so much for this wonderful work.


I’ve read most of this thread and also your webpage and codexpage. I cant seem to find any answers to my questions thouh.


I have two questions:

  1. Will there be support for music notications / stats?

    I have a big music and audiobook collection and would really like to see support for this.

  2. I’ve tried to register at your website plexnotify.com so I could make the request at your forum under “enhancements requests” but I haven’t received any mail yet, maybe I just have to wait some more? Only been about 30 min.

Wow amazing work so far. Looking forward to the release atthe planners rls date 25th december. Thank you so much for this wonderful work.

I've read most of this thread and also your webpage and codexpage. I cant seen to findany answers Tommy question thouh.

I have two questions:

1. Will there be support for music notications / stats?
I have a big music and audiobook collection and would really like to see support for this.

2. I've tried to register at your website plexnotify.com so I could make the request at your forum under "enhancements requests" but I haven't received any mail yet, maybe I just have to wait some more? Only been about 30 min.


1. Yes beta supports all media types.

2. I will look into this.

Sent from my Nexus 6 using Tapatalk

OK seems like there will be music support(track)… :slight_smile:

Wow you are fast at responding! :slight_smile:

Would be nice to have.. if you want me to post this another place i'd gladly do so.

1. filter users by active/nonactive

2. Change view of statistics to poster, details and list like plex.tv/web/app does

3. top charts have sorting possibility like sorting after highest count, highest transcode count, buffered, stopped and paused

4. Users stats have possibility to have different history graphs like video's watched, transcoded, buffered, stopped and paused

    Users stats have total video/movie/show/Music time displayed in days or hours

5.  Be able to click on total movies/tv/Musico watched and go to those movies/tv/audio items.

6. Sort Movies/TV shows/ Music after name, rating, count, quality

7. In Settings --> Users be able to search after users

So after some discussion that can be viewed here: http://www.plexnotify.com/Forums/viewtopic.php?f=7&t=10

In addition to view count on all the media queried through the API I will be including the estimated data (bandwitdth) used for all media.

I will be releasing this in tonight's build.

Ignore it looking forward for the new version [emoji2]

Tonight's beta nightly update is up:
 
API additions:
- GetAllGenre - Gets a list of all the genre Plex Notify has seen 
- GetGenre - Gets all media of specified genre
- GetTopGenre - Gets top media of specified genre
 
 
Added new node to the MediaObject node in the output XML called "BandwidthMB" it is the estimated bandwith used to stream the media for all views/transcode states in the query.

A quick update to tonight's update. Fixed picture Bandwidth usage calculation.

Still cant get the connected user IP address to show up. Debugging is on. Any ideas?

Still cant get the connected user IP address to show up. Debugging is on. Any ideas?

See my post here: https://forums.plex.tv/topic/112400-httplocalhost32400clients-only-shows-local-clients/#entry667454

This feature was removed from Alpha because you can only see local clients, none remote. So if someone is connected, at the moment the client list is not updated but I did put a request in.

Once it is added I will re-enable the feature and include it in beta.

Check out the homepage for a sneak peak of the Beta UI!

http://www.plexnotify.com/

Tonight's Update:
 
Stability fixes.
When setting the update interval it now immediately takes effect. 
 
API Additions:
UserAllowedOnServer - Checks to see if the given User has rights to access the PMS.  Combine with GetPlexTvLogin to Auth Users.
 
API changes:
MediaTypes and GetAllGenres - The data returned is no longer in an attribute, but in tags.