I’m doing some preliminary pre-coding research and wanted to ask the forum if there are wheels that I don’t need to reinvent.
– Does the PlexAPI somehow provide access to pause/resume events?
– Is there a python library that is purpose-built to parse Plex logs – which do in fact contain pause/resume events – in real time? (Here’s a stackoverflow discussion on real-time log parsing in general.)
(I’m aware of Plex webhooks.)