Skip to content

Instantly share code, notes, and snippets.

@marcosbozzani
Created June 15, 2020 09:20
Show Gist options
  • Save marcosbozzani/33edd1374a30bddddad16025c783c048 to your computer and use it in GitHub Desktop.
Save marcosbozzani/33edd1374a30bddddad16025c783c048 to your computer and use it in GitHub Desktop.
Kodi - Set focus on Favourites on start
import xbmc
# 9000: main menu, 14000: favourites
# see: addons/skin.estuary/xml/Home.xml
xbmc.executebuiltin('SetFocus(9000,14000)')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment