Posts: 361
Joined: Jan 2015
Reputation:
36
This is because, osmc settings use a background "white.png" that exist in textures.xbt of mq7.
Kodi\addons\skin.aeonmq7.krypton.mod\1080i\IncludesMenuWidgets.xml
Line 3053:
<bordertexture colordiffuse="$INFO[Skin.String(colortexture)]" border="-2">white.png</bordertexture>
I'll changed in new versions. I use OSMC too
Posts: 361
Joined: Jan 2015
Reputation:
36
Do you need create keymap.xml in kodi/userdata/keymaps
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<keymap>
<global>
<keyboard>
<F8>ActivateWindow(skinsettings)</F8>
</keyboard>
</global>
</keymap>
and f8 key open skin settings dialog
Posts: 13
Joined: Mar 2017
Reputation:
0
Hi Guys,
If someone could help please, that would be most appreciated
I am trying to make kodi perform the following actions on menu0501.action. I am using Kodi 17.1 and Ares MQ7 skin - the idea behind this is to create a shortcut from the homescreen that goes directly to a tv group that lists all the kids live tv channels. This should be easier than having to go into the guide, then choose groups, then "Kids TV". I will also use similar actions for other TV groups I have made
<action>ActivateWindow(TV Guide)</action>
<action>SendClick(28)</action>
<action>SendClick(Down)</action>
<action>SendClick(Select)</action>
I am lost on how to perform multiple actions on the one button, settings.xml only allows me to put in the one command. Really look forward to some assistance. Thank you!