From f6ec97cec76769c83b7811a7b0e957f2528ea438 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 18 Oct 2014 22:50:07 +0200 Subject: [PATCH] [xbmc-rebrand] projects/*/options: rename all variables '$XBMC*' to '$KODI*' Signed-off-by: Stephan Raue --- projects/Cuboxi/options | 46 ++++++++++++++++++++-------------------- projects/Generic/options | 46 ++++++++++++++++++++-------------------- projects/RPi/options | 46 ++++++++++++++++++++-------------------- 3 files changed, 69 insertions(+), 69 deletions(-) diff --git a/projects/Cuboxi/options b/projects/Cuboxi/options index a4d0b700aa..a23117231f 100644 --- a/projects/Cuboxi/options +++ b/projects/Cuboxi/options @@ -2,7 +2,7 @@ DISTRONAME="OpenELEC" # short project description - DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution." + DESCRIPTION="OpenELEC is a fast and userfriendly Kodi Entertainment Center distribution." # Welcome Message for e.g. SSH Server (up to 5 Lines) GREETING0="##############################################" @@ -126,27 +126,27 @@ # Default Skin (Confluence) SKIN_DEFAULT="Confluence" -# install extra subtitle Fonts for XBMC (yes / no) - XBMC_EXTRA_FONTS="yes" +# install extra subtitle Fonts for KODI (yes / no) + KODI_EXTRA_FONTS="yes" # build and install 'RSXS' Screensaver (yes / no) - XBMC_SCR_RSXS="no" + KODI_SCR_RSXS="no" # build and install 'ProjectM' Visualization (yes / no) - XBMC_VIS_PROJECTM="no" + KODI_VIS_PROJECTM="no" # build and install 'GOOM' Visualization (yes / no) - XBMC_VIS_GOOM="no" + KODI_VIS_GOOM="no" # build and install 'Waveform' Visualization (yes / no) - XBMC_VIS_WAVEFORM="yes" + KODI_VIS_WAVEFORM="yes" # build and install 'Spectrum' Visualization (yes / no) - XBMC_VIS_SPECTRUM="yes" + KODI_VIS_SPECTRUM="yes" # build and install 'FishBMC' Visualization (yes / no) # does not work on RPi - XBMC_VIS_FISHBMC="no" + KODI_VIS_FISHBMC="no" # build and install ALSA Audio support (yes / no) ALSA_SUPPORT="yes" @@ -158,22 +158,22 @@ ESPEAK_SUPPORT="yes" # build and install with non-free support -# (RAR compression support in XBMC) (yes / no) +# (RAR compression support in KODI) (yes / no) NONFREE_SUPPORT="yes" # build and install with BluRay support (yes / no) BLURAY_SUPPORT="yes" # build and install with BD+ support -# (BD+ decryption support in XBMC) (yes / no) +# (BD+ decryption support in KODI) (yes / no) BDPLUS_SUPPORT="yes" # build and install with AACS support -# (BD decryption support in XBMC) (yes / no) +# (BD decryption support in KODI) (yes / no) AACS_SUPPORT="yes" # build and install with DVDCSS support -# (DVD decryption support in XBMC) (yes / no) +# (DVD decryption support in KODI) (yes / no) DVDCSS_SUPPORT="yes" # additional drivers to install: @@ -185,7 +185,7 @@ # build and install bluetooth support (yes / no) BLUETOOTH_SUPPORT="yes" -# build and install with XBMC webfrontend (yes / no) +# build and install with KODI webfrontend (yes / no) WEBSERVER="yes" # build and install Avahi (Zeroconf) daemon (yes / no) @@ -203,21 +203,21 @@ # build xbmc with optical drive support (yes / no) OPTICAL_DRIVE_SUPPORT="yes" -# XBMC Audio encoders for usage with optical drive support +# KODI Audio encoders for usage with optical drive support # Space separated list is supported, -# e.g. XBMC_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2" - XBMC_AUDIOENCODER_ADDONS="flac lame vorbis wav" +# e.g. KODI_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2" + KODI_AUDIOENCODER_ADDONS="flac lame vorbis wav" -# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no) +# build with AirPlay support (stream videos from iDevices to KODI) (yes / no) AIRPLAY_SUPPORT="yes" -# build with AirTunes support (stream music from iDevices to XBMC) (yes / no) +# build with AirTunes support (stream music from iDevices to KODI) (yes / no) AIRTUNES_SUPPORT="yes" -# build with libnfs support (mounting nfs shares with XBMC) (yes / no) +# build with libnfs support (mounting nfs shares with KODI) (yes / no) NFS_SUPPORT="yes" -# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) +# build with afpfs-ng support (mounting AFP shares with KODI) (yes / no) AFP_SUPPORT="no" # build and install Samba Client support (yes / no) @@ -269,8 +269,8 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia nouveau" GRAPHIC_DRIVERS="" -# XBMC Player implementation to use (default / bcm2835-driver) - XBMCPLAYER_DRIVER="libfslvpuwrap" +# KODI Player implementation to use (default / bcm2835-driver) + KODIPLAYER_DRIVER="libfslvpuwrap" # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="no" diff --git a/projects/Generic/options b/projects/Generic/options index fc47de1a4b..a66af24033 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -2,7 +2,7 @@ DISTRONAME="OpenELEC" # short project description - DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution." + DESCRIPTION="OpenELEC is a fast and userfriendly Kodi Entertainment Center distribution." # Welcome Message for e.g. SSH Server (up to 5 Lines) GREETING0="##############################################" @@ -125,26 +125,26 @@ # Default Skin (Confluence) SKIN_DEFAULT="Confluence" -# install extra subtitle Fonts for XBMC (yes / no) - XBMC_EXTRA_FONTS="yes" +# install extra subtitle Fonts for KODI (yes / no) + KODI_EXTRA_FONTS="yes" # build and install 'RSXS' Screensaver (yes / no) - XBMC_SCR_RSXS="yes" + KODI_SCR_RSXS="yes" # build and install 'ProjectM' Visualization (yes / no) - XBMC_VIS_PROJECTM="yes" + KODI_VIS_PROJECTM="yes" # build and install 'GOOM' Visualization (yes / no) - XBMC_VIS_GOOM="yes" + KODI_VIS_GOOM="yes" # build and install 'Waveform' Visualization (yes / no) - XBMC_VIS_WAVEFORM="yes" + KODI_VIS_WAVEFORM="yes" # build and install 'Spectrum' Visualization (yes / no) - XBMC_VIS_SPECTRUM="yes" + KODI_VIS_SPECTRUM="yes" # build and install 'FishBMC' Visualization (yes / no) - XBMC_VIS_FISHBMC="yes" + KODI_VIS_FISHBMC="yes" # build and install ALSA Audio support (yes / no) ALSA_SUPPORT="yes" @@ -156,22 +156,22 @@ ESPEAK_SUPPORT="yes" # build and install with non-free support -# (RAR compression support in XBMC) (yes / no) +# (RAR compression support in KODI) (yes / no) NONFREE_SUPPORT="yes" # build and install with BluRay support (yes / no) BLURAY_SUPPORT="yes" # build and install with BD+ support -# (BD+ decryption support in XBMC) (yes / no) +# (BD+ decryption support in KODI) (yes / no) BDPLUS_SUPPORT="yes" # build and install with AACS support -# (BD decryption support in XBMC) (yes / no) +# (BD decryption support in KODI) (yes / no) AACS_SUPPORT="yes" # build and install with DVDCSS support -# (DVD decryption support in XBMC) (yes / no) +# (DVD decryption support in KODI) (yes / no) DVDCSS_SUPPORT="yes" # additional drivers to install: @@ -183,7 +183,7 @@ # build and install bluetooth support (yes / no) BLUETOOTH_SUPPORT="yes" -# build and install with XBMC webfrontend (yes / no) +# build and install with KODI webfrontend (yes / no) WEBSERVER="yes" # build and install Avahi (Zeroconf) daemon (yes / no) @@ -201,21 +201,21 @@ # build xbmc with optical drive support (yes / no) OPTICAL_DRIVE_SUPPORT="yes" -# XBMC Audio encoders for usage with optical drive support +# KODI Audio encoders for usage with optical drive support # Space separated list is supported, -# e.g. XBMC_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2" - XBMC_AUDIOENCODER_ADDONS="flac lame vorbis wav" +# e.g. KODI_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2" + KODI_AUDIOENCODER_ADDONS="flac lame vorbis wav" -# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no) +# build with AirPlay support (stream videos from iDevices to KODI) (yes / no) AIRPLAY_SUPPORT="yes" -# build with AirTunes support (stream music from iDevices to XBMC) (yes / no) +# build with AirTunes support (stream music from iDevices to KODI) (yes / no) AIRTUNES_SUPPORT="yes" -# build with libnfs support (mounting nfs shares with XBMC) (yes / no) +# build with libnfs support (mounting nfs shares with KODI) (yes / no) NFS_SUPPORT="yes" -# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) +# build with afpfs-ng support (mounting AFP shares with KODI) (yes / no) AFP_SUPPORT="no" # build and install Samba Client support (yes / no) @@ -273,8 +273,8 @@ GRAPHIC_DRIVERS="r300 r600 radeonsi i915 i965 nvidia" fi -# XBMC Player implementation to use (default / bcm2835-driver) - XBMCPLAYER_DRIVER="default" +# KODI Player implementation to use (default / bcm2835-driver) + KODIPLAYER_DRIVER="default" # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="yes" diff --git a/projects/RPi/options b/projects/RPi/options index 37f7cc7c6a..e0e51524cc 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -2,7 +2,7 @@ DISTRONAME="OpenELEC" # short project description - DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution." + DESCRIPTION="OpenELEC is a fast and userfriendly Kodi Entertainment Center distribution." # Welcome Message for e.g. SSH Server (up to 5 Lines) GREETING0="##############################################" @@ -125,27 +125,27 @@ # Default Skin (Confluence) SKIN_DEFAULT="Confluence" -# install extra subtitle Fonts for XBMC (yes / no) - XBMC_EXTRA_FONTS="yes" +# install extra subtitle Fonts for KODI (yes / no) + KODI_EXTRA_FONTS="yes" # build and install 'RSXS' Screensaver (yes / no) - XBMC_SCR_RSXS="no" + KODI_SCR_RSXS="no" # build and install 'ProjectM' Visualization (yes / no) - XBMC_VIS_PROJECTM="no" + KODI_VIS_PROJECTM="no" # build and install 'GOOM' Visualization (yes / no) - XBMC_VIS_GOOM="no" + KODI_VIS_GOOM="no" # build and install 'Waveform' Visualization (yes / no) - XBMC_VIS_WAVEFORM="yes" + KODI_VIS_WAVEFORM="yes" # build and install 'Spectrum' Visualization (yes / no) - XBMC_VIS_SPECTRUM="yes" + KODI_VIS_SPECTRUM="yes" # build and install 'FishBMC' Visualization (yes / no) # does not work on RPi - XBMC_VIS_FISHBMC="no" + KODI_VIS_FISHBMC="no" # build and install ALSA Audio support (yes / no) ALSA_SUPPORT="yes" @@ -157,22 +157,22 @@ ESPEAK_SUPPORT="yes" # build and install with non-free support -# (RAR compression support in XBMC) (yes / no) +# (RAR compression support in KODI) (yes / no) NONFREE_SUPPORT="yes" # build and install with BluRay support (yes / no) BLURAY_SUPPORT="yes" # build and install with BD+ support -# (BD+ decryption support in XBMC) (yes / no) +# (BD+ decryption support in KODI) (yes / no) BDPLUS_SUPPORT="yes" # build and install with AACS support -# (BD decryption support in XBMC) (yes / no) +# (BD decryption support in KODI) (yes / no) AACS_SUPPORT="yes" # build and install with DVDCSS support -# (DVD decryption support in XBMC) (yes / no) +# (DVD decryption support in KODI) (yes / no) DVDCSS_SUPPORT="yes" # additional drivers to install: @@ -184,7 +184,7 @@ # build and install bluetooth support (yes / no) BLUETOOTH_SUPPORT="yes" -# build and install with XBMC webfrontend (yes / no) +# build and install with KODI webfrontend (yes / no) WEBSERVER="yes" # build and install Avahi (Zeroconf) daemon (yes / no) @@ -202,21 +202,21 @@ # build xbmc with optical drive support (yes / no) OPTICAL_DRIVE_SUPPORT="yes" -# XBMC Audio encoders for usage with optical drive support +# KODI Audio encoders for usage with optical drive support # Space separated list is supported, -# e.g. XBMC_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2" - XBMC_AUDIOENCODER_ADDONS="flac lame vorbis wav" +# e.g. KODI_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2" + KODI_AUDIOENCODER_ADDONS="flac lame vorbis wav" -# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no) +# build with AirPlay support (stream videos from iDevices to KODI) (yes / no) AIRPLAY_SUPPORT="yes" -# build with AirTunes support (stream music from iDevices to XBMC) (yes / no) +# build with AirTunes support (stream music from iDevices to KODI) (yes / no) AIRTUNES_SUPPORT="yes" -# build with libnfs support (mounting nfs shares with XBMC) (yes / no) +# build with libnfs support (mounting nfs shares with KODI) (yes / no) NFS_SUPPORT="yes" -# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) +# build with afpfs-ng support (mounting AFP shares with KODI) (yes / no) AFP_SUPPORT="no" # build and install Samba Client support (yes / no) @@ -268,8 +268,8 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia nouveau" GRAPHIC_DRIVERS="" -# XBMC Player implementation to use (default / bcm2835-driver) - XBMCPLAYER_DRIVER="bcm2835-driver" +# KODI Player implementation to use (default / bcm2835-driver) + KODIPLAYER_DRIVER="bcm2835-driver" # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="no"