mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
Merge pull request #8610 from heitbaum/kodi
kodi: update to githash 89288b9
This commit is contained in:
commit
73881f6b8e
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="kodi"
|
PKG_NAME="kodi"
|
||||||
PKG_VERSION="0a52609c11800e5ba71e7ec81dd5131123223968"
|
PKG_VERSION="89288b972ea04b1196c6998f2a2a48456fbdcf60"
|
||||||
PKG_SHA256="1e2060cde34fb19359267ded0648ca1b6d874e20151729faad93808604a24ebe"
|
PKG_SHA256="309b50445ddf49c0c7b412decd64b87cf725ce6ee5185fd66ab0217365c95add"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.kodi.tv"
|
PKG_SITE="http://www.kodi.tv"
|
||||||
PKG_URL="https://github.com/xbmc/xbmc/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/xbmc/xbmc/archive/${PKG_VERSION}.tar.gz"
|
||||||
|
@ -0,0 +1,26 @@
|
|||||||
|
From e3a7668556c49c686caf953bf64da00c6655d2a2 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Matthias Reichl <hias@horus.com>
|
||||||
|
Date: Fri, 22 Sep 2023 23:41:51 +0200
|
||||||
|
Subject: [PATCH] keymaps: change remote poweroff action to show shutdown menu
|
||||||
|
|
||||||
|
Signed-off-by: Matthias Reichl <hias@horus.com>
|
||||||
|
---
|
||||||
|
system/keymaps/remote.xml | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/system/keymaps/remote.xml b/system/keymaps/remote.xml
|
||||||
|
index 5c0baf7e9d22..10f802d0357d 100644
|
||||||
|
--- a/system/keymaps/remote.xml
|
||||||
|
+++ b/system/keymaps/remote.xml
|
||||||
|
@@ -50,7 +50,7 @@
|
||||||
|
<volumeplus>VolumeUp</volumeplus>
|
||||||
|
<volumeminus>VolumeDown</volumeminus>
|
||||||
|
<mute>Mute</mute>
|
||||||
|
- <power>ShutDown()</power>
|
||||||
|
+ <power>ActivateWindow(ShutdownMenu)</power>
|
||||||
|
<myvideo>ActivateWindow(Videos)</myvideo>
|
||||||
|
<mymusic>ActivateWindow(Music)</mymusic>
|
||||||
|
<mypictures>ActivateWindow(Pictures)</mypictures>
|
||||||
|
--
|
||||||
|
2.39.2
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user