kodi api
#1
Video 
Hi 

how to use kodi api in python language to play/pause/stop/... videos?

regards
Reply
#2
Moved to Add-on Support, not RPi specific.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#3
Addon development would be a better home for this question
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#4
https://kodi.wiki/view/Add-on_development

https://codedocs.xyz/xbmc/xbmc/group__python.html
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#5
thanks
btw how can i find action codes for  mouse and keyboard bottons

ACTION_PREVIOUS_MENU = 10
ACTION_SELECT_ITEM = 7
ACTION_PARENT_DIR = 9
etc
i know 10 is ESC botton  and 7 is Enter botton from https://kodi.wiki/view/HOW-TO:Write_Pyth...s_for_XBMC

#get actioncodes from https://github.com/xbmc/xbmc/blob/master...ilib/Key.h
when i type ( https://github.com/xbmc/xbmc/blob/master...ilib/Key.h )in browser
nothing exists
Reply

Logout Mark Read Team Forum Stats Members Help
kodi api0