Kodi Community Forum

Full Version: Question on "Create Bookmark" function
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'd like to map a button to automatically create a bookmark instead of going through the OSD menu's during video playback. I could not find a built-in function to do this (I looked at the wiki for built-in funtins).
How do I go about doing this, I know how to work with keymap.xml and basic scripting.
Thanks in advance for any pointers.
Possibly a Python script to show the "videobookmarks" window then do a sendclick() to simulate a click on the "Create bookmark" button? Than map the script to the button of your choice.

JR
jhsrennie Wrote:Possibly a Python script to show the "videobookmarks" window then do a sendclick() to simulate a click on the "Create bookmark" button? Than map the script to the button of your choice.

JR

Thanks, sounds like a fairly easy work around. I'm guessing that there is no simple function to directly call.
Did you find a solution for this? I'm looking for the same.