Hi developers,
I've written a plugin allowing me to watch MythTV recordings through Plex. This works great, although the interface is currently simple: I simply list all recordings (newest first) as EpisodeObjects under a DirectoryObject.
The DirectoryObject allows my plugin to specify a title, a summary text, a snapshot from the recording - and it provides a "play" button so I can actually watch the recording. This is great, and works.
Now I want to add a "delete" button next to the "play" button, so I can delete recordings after I've watched them.
Is this possible somehow? Can I add a PopupDirectoryObject under an EpisodeObject?
Or does anyone know of a plugin which has implemented similar functionality in a different way?
/thanks