Hi, i want to write a plugin that will catch the volume up,down and mute commands in MP so i can then fire off commands to my external gear. What messages in MP am i looking for?
I'd try listening in on actions, especially the ACTION_VOLUME_DOWN, ,ACTION_VOLUME_UP and ACTION_VOLUME_MUTE actions. To do this, add a handler to the OnActionHandler in MediaPortal.GUI.GUIGraphicsContext (I think that's the correct namespace - its in GraphicsContext.cs in Core\guilib).
I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback.
Best way to achieve this would be to use an auto-resume feature in your external player itself. (MPC-HC can do that, I don't know about VLC)
I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback.
Best way to achieve...
Hello Folks,
Is it possible to enable MP to resume in an External Player, where it left off ?
I guess the question also is, can...
I got a similar error yesterday just when a watched episode ended...
Didn't copy the logs unfortunately but now i'm in a weird situation. Trakt website shows that episode as watched, but in onlinevideos (where i watched that episode) it still is not flagged as watched.
The watched.json doesn't contain that episode but i think it...
I got a similar error yesterday just when a watched episode ended...
Didn't copy the logs unfortunately but now i'm in a weird...
I have an issue that started in 1.37 and so I updated to 1.38 and updated all my installed plugins but the issue has continued. My...
I am following the official documentation for setting up the Kodi plugin in media portal. I have got no issues with media portal, nor media portal plugin on Kodi, but with the Kodi plugin that must be installed in the media portal, as it is not getting detected.
I have made a copy of the dll file into the plugins folder as found in my...
I am following the official documentation for setting up the Kodi plugin in media portal. I have got no issues with media portal...
I am following the official documentation for setting up the Kodi plugin in media portal. I have got no issues with media portal...