简体   繁体   中英

How can I run a python script from within Kodi?

如果我想在Kodi的菜单中创建一个按钮,并在单击它时运行本地python脚本,那么最好的方法是什么?

file_path = xbmc.translatePath(os.path.join('insert path here to file you want to run')) xbmc.executebuiltin("XBMC.RunScript("+file_path+")")

Very late reply but saw no one else had answered so though i'd put in just in case

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM