PS. If anyone is interested in how I was able to do this let me know.
Great stuff reallistic, ty for sharing/adding,
Could you clarify the fields, some of the ones on the left I can get from IP:port, but others no.
Also uncertain to some of the are those more of the IDs like machineID, dont recall seeing for platform.
I would love to learn more of this if you have a good approach you could relay. Thanks to you all I finally got my project moving along again. https://forums.plex.tv/topic/106793-plex-voice-control-voxcommando/ I would love to learn if you can JUMP to certain view/list/pane/filter. If SetVolume works again.
Is there any new updates to this guys? I would love to learn more about any abilities to create Smart Playlists now that Playlists are out. either with Playlists/PlayQueues as SmartPlaylists work in XBMC.
Just jumping directly to a playlist such as 'recent movies, photos, music, tv..etc'
unwatched episodes of show x.... or movies starring Joe6pack.
Sorry guys. Seems my notifications aren't working any more. (weird).
Is there any new updates to this guys? I would love to learn more about any abilities to create Smart Playlists now that Playlists are out. either with Playlists/PlayQueues as SmartPlaylists work in XBMC.
Just jumping directly to a playlist such as 'recent movies, photos, music, tv..etc'
unwatched episodes of show x.... or movies starring Joe6pack.
There used to be a way to get screenshots via the REST API. I tried it recently and it doesn't work. Does anyone know if this is still supported, and if so how to do it?
I know you can get a list of friends that you are sharing with, along with the count of the libraries being shared from each server via https://plex.tv/pms/friends/all, but I'm looking for an API means to determine specifically what libraries are being shared with a user. It must exist because the new web UI (both via Plex.tv and local on Plex server) can display/edit this information. Anyone have any ideas? Thanks.
I know you can get a list of friends that you are sharing with, along with the count of the libraries being shared from each server via https://plex.tv/pms/friends/all, but I'm looking for an API means to determine specifically what libraries are being shared with a user. It must exist because the new web UI (both via Plex.tv and local on Plex server) can display/edit this information. Anyone have any ideas? Thanks.
All endpoints are in the plex.js file the in WebClient.bundle
It is just matter of using JavaScript Beautifier on it and then dissecting the code to pick everything that Plex/Web can request from the server
The other useful info you will pick from that file is the list of the various PMS version numbers when certain features kicked in. Useful for the documentation set