Created
June 15, 2020 09:20
-
-
Save marcosbozzani/33edd1374a30bddddad16025c783c048 to your computer and use it in GitHub Desktop.
Kodi - Set focus on Favourites on start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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