Kodi Movie Navigation Shortcut

Hi all
Does anyone know if there is a command to navigate directly to the ‘Movie’ section on Kodi using ADB commands from inside HA? I have a NVIDIA Shield Pro, I would like a command to navigate directly to the Movies section. The only command I have found is: am start -a android.intent.action.VIEW -n
org.xbmc.kodi/.Splash
This works fine to launch Kodi but I can’t seem to find a way to get directly to the Movies section, i’d rather not have to use the UP, DOWN, ENTER etc. commands to navigate.
Any help is greatly appreciated.

I’m not sure what ADB commands are but you can do it with the kodi call method service. Check the scripts in this post:

Thanks for sharing, very useful :slight_smile:

Hi guys any idea how to use kodi call method to access my YouTube playlist?

I can call method to open up youtube add-on but would love to create a button/shortcut function to open my playlist and “play from here” select…

TIA