JonnyWong16

Results 72 comments of JonnyWong16

I can't reproduce this with Plex HTPC or an Android client. They both seek fine and the code doesn't block. I don't have any iOS devices to test.

It might be because collection visibility option require Plex Pass so it will fail for the unclaimed tests. 1. Add another unclaimed test using one of the standard manage hubs...

It looks like unclaimed servers do not have recommendations at all, so the library test also needs to be marked as authenticated. ![image](https://user-images.githubusercontent.com/9099342/182044570-f0d7ac30-9106-4dc5-8796-59aca5b6a477.png)

Change the PR to a draft. The link is beneath the reviewers at the top right.

This can be closed? With Plex no longer supporting plugins, I don't see any benefit of having this in PlexAPI.

Please use the PR template and checklist.

https://python-plexapi.readthedocs.io/en/latest/modules/sync.html#module-plexapi.sync

Found it. ```python edits = { 'actor[0].tag.tag': 'Mom', 'actor[0].locked': 1, 'actor[0].tagging.text': 'Test Role', 'actor[0].tag.thumb': 'https://nickelodeonuniverse.com/wp-content/uploads/Spongebob.png' } movie = plex.library.section('Movies').get('Title') movie.edit(**edits) ``` ![image](https://user-images.githubusercontent.com/9099342/80121264-f00ce700-8540-11ea-83f5-5687cb640de9.png)