I’m working on making a very simple server to interpret the webhooks sent by my Plex server. Using Python and my Linux server, I’ve written a simple script to use IFTTT to raise the light level when I pause Plex, among other things. I’ve had success with media.paused, media.resume, and media.stop.
But… media.play is causing problems. When that particular JSON post is sent, a lot of extra data is coming through. Data that does not appear to be text. I can parse the other webhooks, but not media.play. Could it be possible that media.play is sending the poster instead of the link to the poster? Is there anything else special about media.play that I might be missing?
Please let me know if I can provide any more information.