Kodi

From Blue-IT.org Wiki

Revision as of 23:29, 17 November 2016 by Apos (talk | contribs) (Created page with "== PC does not shutdown == Alter the button command by editing the corresping value in #> vim .kodi/addons/skin.eminence/1080i/DialogButtonMenu.xml #> # vim .kodi/addon...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PC does not shutdown

Alter the button command by editing the corresping value in

#> vim  .kodi/addons/skin.eminence/1080i/DialogButtonMenu.xml
#> # vim  .kodi/addons/skin.YOUR_SKIN/YOUR_DPI/DialogButtonMenu.xml
<control type="button" id="3116">
    <description>Shutdown</description>
    <include>DefContextMenuButton</include>
    <label>13005</label>
    '
    <onclick>XBMC.Powerdown()</onclick>
</control>