User Tools

Site Tools


doc:appunti:software:kodi_addon

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
doc:appunti:software:kodi_addon [2023/05/26 16:58] – [How to start an external program from Kodi] niccolodoc:appunti:software:kodi_addon [2023/05/26 17:02] – [How to start an external program from Kodi] niccolo
Line 333: Line 333:
 </code> </code>
  
-Another non-tested code to execute a Kodi plugin:+Other non-tested code to execute plugins or scripts:
  
 <code python> <code python>
 xbmc.executebuiltin('RunPlugin(plugin://plugin.video.youtube/?addon_id=plugin.video.example)') xbmc.executebuiltin('RunPlugin(plugin://plugin.video.youtube/?addon_id=plugin.video.example)')
 +xbmc.executebuiltin('RunPlugin("plugin.video.something")')
 +xbmc.executebuiltin('RunAddon("script.something")')
 </code> </code>
  
doc/appunti/software/kodi_addon.txt · Last modified: 2023/05/26 17:05 by niccolo