mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 19:26:50 +00:00
treewide: rename xbmc to kodi
This commit is contained in:
parent
81abef9745
commit
c226c13efd
@ -144,7 +144,7 @@
|
|||||||
# build with MySQL support (mariadb / none)
|
# build with MySQL support (mariadb / none)
|
||||||
KODI_MYSQL_SUPPORT="mariadb"
|
KODI_MYSQL_SUPPORT="mariadb"
|
||||||
|
|
||||||
# build xbmc with optical drive support (yes / no)
|
# build Kodi with optical drive support (yes / no)
|
||||||
KODI_OPTICAL_SUPPORT="yes"
|
KODI_OPTICAL_SUPPORT="yes"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to KODI) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to KODI) (yes / no)
|
||||||
|
@ -1 +1 @@
|
|||||||
# Nothing needed in this file, just rename to boblight.X11 if not using XBMC addon
|
# Nothing needed in this file, just rename to boblight.X11 if not using Kodi addon
|
||||||
|
@ -194,7 +194,7 @@ state_file "/storage/.kodi/userdata/addon_data/service.multimedia.mpd/state"
|
|||||||
#
|
#
|
||||||
# A BIG FAT WARNING
|
# A BIG FAT WARNING
|
||||||
#
|
#
|
||||||
# This may block your xbmc audio. It might also play no audio at all,
|
# This may block your Kodi audio. It might also play no audio at all,
|
||||||
# if streamsilence is enabled and you try to use the very same device.
|
# if streamsilence is enabled and you try to use the very same device.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
KEY_BACKSPACE = KEY_EXIT # BACK
|
KEY_BACKSPACE = KEY_EXIT # BACK
|
||||||
|
|
||||||
alt+KEY_F4 = KEY_CLOSE # Close
|
alt+KEY_F4 = KEY_CLOSE # Close
|
||||||
meta+KEY_D = KEY_INFO # Desktop, remapped to Info in XBMC
|
meta+KEY_D = KEY_INFO # Desktop, remapped to Info in Kodi
|
||||||
KEY_COMPOSE = KEY_EPG # More, remapped to Context Menu in XBMC
|
KEY_COMPOSE = KEY_EPG # More, remapped to Context Menu in Kodi
|
||||||
ctrl+KEY_R = KEY_RECORD # Record
|
ctrl+KEY_R = KEY_RECORD # Record
|
||||||
KEY_ESC = KEY_DELETE # Clear
|
KEY_ESC = KEY_DELETE # Clear
|
||||||
|
@ -12,5 +12,5 @@
|
|||||||
KEY_PVR = KEY_MEDIA # Home
|
KEY_PVR = KEY_MEDIA # Home
|
||||||
KEY_AUX = KEY_CAMERA # Photo
|
KEY_AUX = KEY_CAMERA # Photo
|
||||||
|
|
||||||
KEY_MENU = KEY_EPG # Menu (used for XBMC's context menu)
|
KEY_MENU = KEY_EPG # Menu (used for Kodi's context menu)
|
||||||
KEY_K = KEY_EPG # Title (used for XBMC's context menu)
|
KEY_K = KEY_EPG # Title (used for Kodi's context menu)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=XBMC Media Center
|
Description=Kodi Media Center
|
||||||
Requires=installer.target
|
Requires=installer.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
# build with MySQL support (mariadb / none)
|
# build with MySQL support (mariadb / none)
|
||||||
KODI_MYSQL_SUPPORT="no"
|
KODI_MYSQL_SUPPORT="no"
|
||||||
|
|
||||||
# build xbmc with optical drive support (yes / no)
|
# build Kodi with optical drive support (yes / no)
|
||||||
KODI_OPTICAL_SUPPORT="no"
|
KODI_OPTICAL_SUPPORT="no"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to KODI) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to KODI) (yes / no)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user