-
Notifications
You must be signed in to change notification settings - Fork 66
Unofficial Plex API Resources
David Carver edited this page Oct 25, 2018
·
2 revisions
The following pages contain information about communicating and consuming data from the plex media servers. Most of this information has been found by trial and error and some documentation from the plex media server wiki pages. This is by no means a comprehensive set of resources, it is the hope that eventually the Plex developers will publish more complete documentation for third party developers.
- Good Day Mate - plex's protocol for discovering plex media servers on a local area network
- Plex REST API - see the https://github.com/NineWorlds/serenity-android/tree/master/plexapp-rest-library for a java api that supports most used functionality.