Kore
Kore copied to clipboard
Favorites do not work, if they have commands in it. Works fine in Kodi itself.
Currently there seems to be no way to send manual commands to kodi. It would be great to have some kind of list where custom commands/actions can be managed/added/removed and sent to kodi. E.g. I would like to call PlayerControl(Partymode(music)) or ActivateWindow(something) but there seems to be no way todo this using Kore app sadly.
Example: Have this in .kodi/userdata/favourites.xml
<favourites>
<favourite name="Musik PartyMode">PlayerControl(Partymode(music))</favourite>
</favourites>
You see that the PartyMode button in Kore Android app Favorite screen does not work. Pressing it at Kodi itself in Favorites works as expected.