I apologize if this has been answered somewhere. I’m new to Python and the Plex API and have tried searching, but I’m just not finding anything.
Is there a way to increase the frequency of the websocket notifications? They seem to be set at 10 second intervals and I was hoping to receive them every second or so.
Edit: As I learn more, I realize that I’m looking for the “PlaySessionStateNotification” object to be returned more frequently, outside of user-triggered state changes. Specifically, I’m looking to receive the State and ViewOffset values.
Thanks in advance!