This exists from within the web client. But if I try to set it from withing python, it tells me that doesn’t exist.
metadata.seasons[s].episodes[e].art[‘something here’]
In contrast, for a movie you just set .art['big picture url] to Proxy(thumbnail), and the background image changes.
The only image I can find for episodes is thumb, and this is merely the episode’s poster, not the background. What’s the name of the property I need to use?
ZeroQI
July 17, 2016, 11:07am
2
PlexPlug-inFramework.pdf [765.6K] can be downloaded there and contain the metadata structures:
I don’t know if it is from my end but I’m totally unable to access the plex plugin development documentation since the hack of the forums. Looks like the request to that documentation is redirected to a secure https connection and not only there is...
Reading time: 3 mins 🕑
Likes: 2 ❤
Simplified table i made:
https://github.com/ZeroQI/Hama.bundle/blob/master/Metadata.md
in short, ep title, summary screenshot, producers. no ep fanart
Thanks. I gave up and used the pictures for the thumbnails anyway, but I appreciate the confirmation.