python-plexapi icon indicating copy to clipboard operation
python-plexapi copied to clipboard

Python bindings for the Plex API.

Results 123 python-plexapi issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Would like to see the analyze deeply capability added to plexapi if possible.

enhancement

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...

enhancement

**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 ```...

enhancement

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 =...

enhancement

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...

enhancement
helpwanted

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...

enhancement

**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...

enhancement
test