VideoClipObject - menu items / events

Hi,

I’m developing a plugin that is pretty standard stuff and after a few menus using DirectoryObject/ObjectContainer ultimately ends up in a list of VideoClipObject’s being returned. I’ve done enough so that actual playback works.

What I’m looking for now is the ability to add an item to the context menu that is shown by clients for these VideoClipObject’s. [in this case ‘delete’] where by when selected I get a callback in my plugin.

So in PlexWeb I mean the 3 dots next to each video thumb that give “Share, recommend, info”, or in PlexHT the context menu shown when pressing C etc.

Is this even possible? If so does anyone have an example.

Thanks

Sadly, menu/navigation is limited within the framework, so you’ll have to work around it, and instead create a directory object, that call’s your delete function/method

Check out others work, like SubZero, that use this heavily

/T

Thankyou, I will check that out.