python-plexapi
python-plexapi copied to clipboard
Python bindings for the Plex API.
Get live data on the Rooms for the new Watch Together feature. Haven't discovered any control endpoints yet, so this is read-only (Proper PR this time)
**Describe the issue** There's currently no programmatic way to override Platform and Client name. Hacks like overwriting `X_PLEX_PLATFORM` / `X_PLEX_DEVICE_NAME` do not work without more internal symbols hacking, because those...
Would like to see the analyze deeply capability added to plexapi if possible.
Dug through your source code to find the typical structure for the podcasts, webshows, etc. endpoints. Then dug through network logs while streaming to find the live TV endpoint: https://epg.provider.plex.tv...
**Describe the issue** Add support to Plex's new [Single Item Share](https://support.plex.tv/articles/shared-media/) **Code snipppets** #### For server admin accounts Retrieve shared items: ### GET ``` https://plex.tv/api/v2/shared_sources/owned https://plex.tv/api/v2/shared_sources/received # unknown returns ```...
So far I have created a little script to add an specific actor to a search result: ``` from plexapi.server import PlexServer PLEX_URL = 'http://192.168.178.100:32400' PLEX_TOKEN = 'token' homeserver =...
Hello everybody. plexapi haven't gotten the attention it need for quite some time. PRS have been unmerged, test suite is broken. Going forward I would like to fix this. I...
Live TV and DVR is now out of beta and there is an endpoint available : /livetv/. I haven't explored it much myself yet, but it would be nice to...
**Describe the issue** Player throws a 400 when trying to use goToMedia function on client. **Code snipppets** `client = plex.client(clientname) client.goToMedia(movie)` **Expected behavior** Pre play screen shows up on player...
In the xml as a test so we get notified when plex add something that we don't have. Add greedy params to reload see we get as much info as...