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
Next revision
Previous revision
doc:appunti:software:kodi_addon [2023/05/26 16:57] – [How to start an external program from Kodi] niccolodoc:appunti:software:kodi_addon [2023/05/26 17:05] (current) – [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>
  
Line 345: Line 347:
   * **[[https://kodi.wiki/view/External_players|Kodi External players]]**   * **[[https://kodi.wiki/view/External_players|Kodi External players]]**
   * **[[https://kodi.wiki/view/Settings/System/Display|Kodi: Settings, System, Display]]**   * **[[https://kodi.wiki/view/Settings/System/Display|Kodi: Settings, System, Display]]**
 +  * **[[https://stackoverflow.com/questions/54452592/how-to-start-another-addon-from-a-kodi-addon|How to start another addon from a kodi addon]]**
 +  * **[[https://stackoverflow.com/questions/46083182/kodi-python-how-to-call-another-addon-and-if-not-installed-but-present-in-rep|Kodi python - how to call another addon and, if not installed but present in repo, ask to install it]]**
  
 ===== Web References ===== ===== Web References =====
doc/appunti/software/kodi_addon.1685113053.txt.gz · Last modified: 2023/05/26 16:57 by niccolo