treewide: rename xbmc to kodi

This commit is contained in:
Luz Paz 2025-02-03 07:27:47 -05:00
parent 81abef9745
commit c226c13efd
7 changed files with 9 additions and 9 deletions

View File

@ -144,7 +144,7 @@
# build with MySQL support (mariadb / none)
KODI_MYSQL_SUPPORT="mariadb"
# build xbmc with optical drive support (yes / no)
# build Kodi with optical drive support (yes / no)
KODI_OPTICAL_SUPPORT="yes"
# build with AirPlay support (stream videos from iDevices to KODI) (yes / no)

View File

@ -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

View File

@ -194,7 +194,7 @@ state_file "/storage/.kodi/userdata/addon_data/service.multimedia.mpd/state"
#
# 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.
#
###############################################################################

View File

@ -50,7 +50,7 @@
KEY_BACKSPACE = KEY_EXIT # BACK
alt+KEY_F4 = KEY_CLOSE # Close
meta+KEY_D = KEY_INFO # Desktop, remapped to Info in XBMC
KEY_COMPOSE = KEY_EPG # More, remapped to Context Menu in XBMC
meta+KEY_D = KEY_INFO # Desktop, remapped to Info in Kodi
KEY_COMPOSE = KEY_EPG # More, remapped to Context Menu in Kodi
ctrl+KEY_R = KEY_RECORD # Record
KEY_ESC = KEY_DELETE # Clear

View File

@ -12,5 +12,5 @@
KEY_PVR = KEY_MEDIA # Home
KEY_AUX = KEY_CAMERA # Photo
KEY_MENU = KEY_EPG # Menu (used for XBMC's context menu)
KEY_K = KEY_EPG # Title (used for XBMC's context menu)
KEY_MENU = KEY_EPG # Menu (used for Kodi's context menu)
KEY_K = KEY_EPG # Title (used for Kodi's context menu)

View File

@ -1,5 +1,5 @@
[Unit]
Description=XBMC Media Center
Description=Kodi Media Center
Requires=installer.target
[Service]

View File

@ -63,7 +63,7 @@
# build with MySQL support (mariadb / none)
KODI_MYSQL_SUPPORT="no"
# build xbmc with optical drive support (yes / no)
# build Kodi with optical drive support (yes / no)
KODI_OPTICAL_SUPPORT="no"
# build with AirPlay support (stream videos from iDevices to KODI) (yes / no)