-
Notifications
You must be signed in to change notification settings - Fork 171
Actions
You can trigger the add-on to do specific actions.
In python or directly in skin files:
xbmc.executebuiltin('RunPlugin(action)')
In keymaps or skin shortcuts:
RunPlugin(action)
Add or remove users from the Emby session
plugin://plugin.video.emby?mode=adduser
Add libraries
plugin://plugin.video.emby?mode=addlibs
Update libraries
plugin://plugin.video.emby?mode=updatelibs
Repair libraries
plugin://plugin.video.emby?mode=repairlibs
Remove libraries
plugin://plugin.video.emby?mode=removelibs
Refresh boxsets
plugin://plugin.video.emby?mode=refreshboxsets
Sync themes
plugin://plugin.video.emby?mode=thememedia
Update current server information
plugin://plugin.video.emby?mode=updateserver
Check for patch updates
plugin://plugin.video.emby?mode=checkupdate
Restart Emby for Kodi
plugin://plugin.video.emby?mode=restartservice
Reset your local database
plugin://plugin.video.emby?mode=reset
Devs: quickmic, angelblue05, sualfred