<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JohnVeness</id>
	<title>Official Kodi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JohnVeness"/>
	<link rel="alternate" type="text/html" href="https://kodi.wiki/view/Special:Contributions/JohnVeness"/>
	<updated>2026-06-15T09:14:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kodi.wiki/index.php?title=HOW-TO:Install_Kodi_for_Linux&amp;diff=254698</id>
		<title>HOW-TO:Install Kodi for Linux</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=HOW-TO:Install_Kodi_for_Linux&amp;diff=254698"/>
		<updated>2025-02-09T20:18:55Z</updated>

		<summary type="html">&lt;p&gt;JohnVeness: /* Flatpak */ Tidying&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Mininav|[[Linux]] {{L2| [[Installing]] }} }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing Kodi on Ubuntu-based distributions with Team Kodi PPA ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note that currently the Team Kodi PPA is not maintained due to the previous sole maintainer stepping away from the responsibility. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For now the only options are building from source, using Flatpak or a distro such as Debian which includes Kodi in their distribution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Warning|Ubuntu releases 16.04 LTS (&amp;quot;Xenial&amp;quot;) or later, respectively, include their own Kodi builds in their official package repositories, customized to satisfy their interpretations of what is acceptable under their open-source mandates. If you have installed your distribution&#039;s Kodi packages, please purge them using the command &amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot; inline&amp;gt;sudo apt purge kodi\*&amp;lt;/syntaxhighlight&amp;gt; before trying to install team-xbmc PPA packages.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Warning|Releases from Team Kodi PPA are NOT compatible with Debian GNU / Linux and distributions built on top of Debian&#039;s binary package repositories! Please refer to &#039;&#039;&#039;Debian&#039;&#039;&#039; section of this page for installation instructions on such distributions!}}&lt;br /&gt;
&lt;br /&gt;
See [[SFTP]] or [http://help.ubuntu.com/community/UsingTheTerminal Click here to find out how to use the terminal.]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Adding Team Kodi PPA repository ===&lt;br /&gt;
&lt;br /&gt;
Use the command line terminal in Ubuntu, and enter the following commands. Follow the prompts as you would any other software installation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt install software-properties-common&lt;br /&gt;
sudo add-apt-repository -y ppa:team-xbmc/ppa&lt;br /&gt;
sudo apt install kodi &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#lst:Official_Ubuntu_PPA|repos}}&lt;br /&gt;
&lt;br /&gt;
Note that this PPA only provides builds for Ubuntu i386 and Ubuntu amd64 but &#039;&#039;not for Ubuntu armhf&#039;&#039;, which can run on a Raspberry Pi.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installing binary add-ons (PVR, audio decoders, audio encoders, screensavers, visualizations, audio DSP) ===&lt;br /&gt;
{{See|Ubuntu binary add-ons}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installing a development build ===&lt;br /&gt;
{{See also|Development builds}}&lt;br /&gt;
To install a beta/unstable version of {{Kodi}} you must first add the unstable repository, then install XBMC. Use &amp;lt;code&amp;gt;ppa:team-xbmc/xbmc-nightly&amp;lt;/code&amp;gt; for nightly builds and &amp;lt;code&amp;gt;ppa:team-xbmc/unstable&amp;lt;/code&amp;gt; for [[Development_builds|beta]] builds.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt install software-properties-common&lt;br /&gt;
sudo add-apt-repository -y ppa:team-xbmc/xbmc-nightly&lt;br /&gt;
sudo apt install kodi&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that if you have any addons (such as PVR clients), these must be updated as well (they will not be updated automatically):&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt install kodi-pvr-mythtv&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Upgrading ===&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Ubuntu upgrade&amp;quot; /&amp;gt;&lt;br /&gt;
To update Kodi when a new version is released, just do a general system/package or use the following commands in the terminal (or via [[SFTP]]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt update&lt;br /&gt;
sudo apt upgrade --with-new-pkgs&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;section end=&amp;quot;Ubuntu upgrade&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Downgrading to a stable version from a development version ===&lt;br /&gt;
If you install a nightly build or an unstable release and want to return to a stable release, follow these instructions:&lt;br /&gt;
&lt;br /&gt;
Remove the unstable or nightly PPA:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
apt-cache policy | grep -Eo &#039;team-xbmc/(unstable|nightly)&#039; | sudo xargs -r add-apt-repository -ryP&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then restore the stable version with the following commands:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:team-xbmc/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get remove kodi kodi-x11&lt;br /&gt;
sudo apt-get install kodi&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Downgrading between newer and older stable versions ===&lt;br /&gt;
If you want to return to the next most recent stable release, follow these instructions:&lt;br /&gt;
&lt;br /&gt;
Remove the current stable packages and PPA:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt purge kodi\*&lt;br /&gt;
sudo add-apt-repository -r ppa:team-xbmc/ppa&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then install the &amp;quot;oldstable&amp;quot; version with the following commands:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:team-xbmc/kodi-old&lt;br /&gt;
sudo apt install kodi&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Reverting to an earlier nightly ===&lt;br /&gt;
ALthough launchpad doesn&#039;t list older nightlies in their PPA, they are usually still available for download directly from the website. Visit the [https://launchpad.net/~team-xbmc/+archive/ubuntu/xbmc-nightly/+packages?field.name_filter=&amp;amp;field.status_filter=superseded&amp;amp;field.series_filter= xbmc-nightly repository index], where you will then have to download the appropriate .deb files and manually install them using &amp;lt;code&amp;gt;sudo dpkg -i [path to downloaded file]&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Uninstalling ===&lt;br /&gt;
If you need to uninstall Kodi and purge its global configuration files (for instance, in the attempt to troubleshoot a persistent crash or other errors), do so by using the first of the following commands. If that fails to solve the issue, you will likely need to remove your user settings folder with all of your settings and library data to return to a state equivalent to what existed before Kodi was first installed on the system. This will not delete any videos or music, but just the settings and library data itself, but it is still recommended to keep a backup of them in case it&#039;s discovered that they weren&#039;t at issue and you are able to effect another solution. An example of how to accomplish a backup and then deletion of your user settings is provided on the last two lines, the highlighted one being responsible for making the backup which can thereafter be found in your home folder with the filename kodi-backup_&#039;&#039;timestamp&#039;&#039;.tar.xz.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot; highlight=&amp;quot;2-3&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt purge kodi\*&lt;br /&gt;
tar cf - &amp;quot;${HOME}/.kodi/&amp;quot; | xz -z9e - &amp;gt;&amp;quot;${HOME}/kodi-backup_$(date +%m%d%y-%H%M).tar.xz&amp;quot;&lt;br /&gt;
rm -Ri &amp;quot;${HOME}/.{kodi,xbmc}/&amp;quot; &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Flatpak ==&lt;br /&gt;
&lt;br /&gt;
If you want to use the flatpak version and do not know if your distro supports flatpak, check https://flatpak.org/setup/ for install instructions.&lt;br /&gt;
&lt;br /&gt;
After you&#039;ve sorted that, go to https://flathub.org/apps/tv.kodi.Kodi and hit the install button or copy the instructions at the end of the page to your terminal and execute them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Beta channel === &lt;br /&gt;
You can also run Kodi flatpak betas, if you install the flatpak beta remote. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot; highlight=&amp;quot;2-3&amp;quot;&amp;gt;&lt;br /&gt;
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then install via &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot; highlight=&amp;quot;2-3&amp;quot;&amp;gt;&lt;br /&gt;
flatpak install flathub-beta tv.kodi.Kodi&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should now have an entry on your system labeled `Kodi (Beta)` that you can use to run the beta. Be warned, it will use the same paths as the older versions, so they might clash. Usually they go along well, but make backups if you value your data.&lt;br /&gt;
&lt;br /&gt;
== Embedded/Appliance type install==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== LibreELEC ===&lt;br /&gt;
{{main|LibreELEC}}&lt;br /&gt;
{{#lst:LibreELEC|intro}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Third Party Repositories ==&lt;br /&gt;
&amp;lt;!-- Please only list repos that use an internal ffmpeg library --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The instructions in this section are for unofficial Linux binaries that are un/semi supported by Team Kodi. Most of those binaries use system ffmpeg or even worse totally untested libav, which is not recommended for {{kodi}} as we support ffmpeg only.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
Debian GNU/Linux ships its own &#039;&#039;&#039;Kodi from Debian&#039;&#039;&#039; flavor with following changes:&lt;br /&gt;
&lt;br /&gt;
* Only system libraries are used (no embedded third-party libraries except of libdvdread and libdvdnav)&lt;br /&gt;
* Old web interface (Chorus) is shipped to ensure Debian Free Software Guides (DFSG) compatibility&lt;br /&gt;
&lt;br /&gt;
as well as a subset of Kodi binary addons packaged in [https://qa.debian.org/developer.php?email=vasek.gello@gmail.com main repository of Debian].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Warning|&#039;&#039;&#039;Team Kodi offers no official support to &amp;quot;Kodi from Debian&amp;quot;!&#039;&#039;&#039; Please refer to links below for support!}}&lt;br /&gt;
&lt;br /&gt;
The support for Kodi from Debian is provided via the following channels:&lt;br /&gt;
# [https://forum.kodi.tv/showthread.php?tid=363611 Kodi from Debian - Support Thread] on Kodi forums&lt;br /&gt;
# [https://github.com/xbmc/xbmc/issues Github issues]&lt;br /&gt;
# [https://bugs.debian.org Debian Bug Tracker]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Checking installed and available Kodi packages ====&lt;br /&gt;
&lt;br /&gt;
You can check what versions of Kodi and its binary add-ons are installed with the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
dpkg -l | grep kodi&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To check what versions of Kodi are available, use this command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
apt-cache policy kodi*&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Installing Kodi on Debian Unstable or Testing ====&lt;br /&gt;
&lt;br /&gt;
Installation of Kodi from Debian on Debian unstable (&amp;quot;sid&amp;quot;) and testing is straightforward:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
sudo apt update&lt;br /&gt;
sudo apt install kodi&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To install Kodi binary add-ons (like &#039;&#039;&#039;PVR IPTV Simple&#039;&#039;&#039;, for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
sudo apt install kodi-pvr-iptvsimple&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: Make sure user running Kodi belongs to the following groups&lt;br /&gt;
(for example, for user &#039;&#039;&#039;kodi&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
$ groups kodi&lt;br /&gt;
kodi: cdrom,audio,render,video,plugdev,users,dialout,dip,input&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This needs to be done to ensure Video Acceleration API (VA-API) is properly initialized during Kodi start-up and videos playing get acceleration using VAAPI and not VDPAU on Intel or AMD cards. To add user to groups, use the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
usermod -a -G cdrom,audio,render,video,plugdev,users,dialout,dip,input kodi&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Installing Kodi on Debian 10 &amp;quot;buster&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
By default, Debian buster users get Kodi 17.6 &amp;quot;Krypton&amp;quot;. However, it is possible to get Kodi 19.x &amp;quot;Matrix&amp;quot; from buster-backports.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To get Kodi 17.6 and the corresponding add-ons, use the method described in &#039;&#039;&#039;Debian Unstable or Testing&#039;&#039;&#039; section above.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To get Kodi 19.x and the corresponding add-ons from Debian Backports:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
# Add Debian Backports repository for Debian 10 &amp;quot;buster&amp;quot;&lt;br /&gt;
if ! apt-cache policy 2&amp;gt;/dev/null | grep -q &amp;quot;http://.*buster-backports&amp;quot;; then&lt;br /&gt;
  echo &amp;quot;deb http://deb.debian.org/debian/ buster-backports main contrib&amp;quot; | sudo tee /etc/apt/sources.list.d/buster-backports.list&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# Update APT lists&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
# Install Kodi from backports:&lt;br /&gt;
sudo apt-get install {kodi,kodi-bin,kodi-data,kodi-repository-kodi,libspdlog1}/buster-backports&lt;br /&gt;
&lt;br /&gt;
# (OPTIONAL) Install Kodi binary add-ons (for example, &#039;PVR IPTV Simple&#039;):&lt;br /&gt;
sudo apt-get install kodi-pvr-iptvsimple/buster-backports&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Installing Kodi on Debian 9 &amp;quot;stretch&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
By default, Debian stretch users get Kodi 17.1 &amp;quot;Krypton&amp;quot;. No higher version is packaged in backports.&lt;br /&gt;
&lt;br /&gt;
To get Kodi 17.1 and the corresponding add-ons, use the method described in &#039;&#039;&#039;Debian Unstable or Testing&#039;&#039;&#039; section above.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Raspberry Pi OS ===&lt;br /&gt;
{{see also|HOW-TO:Install Kodi on Raspberry Pi}}&lt;br /&gt;
Installing on Raspberry Pi OS is done with:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
sudo apt-get install kodi&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Upgrading on Raspberry Pi OS is done with:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation from source ==&lt;br /&gt;
If distribution packages are not available, or you need a newer version, or specific features enabled, then you will most likely need to compile from source. See our &#039;&#039;&#039;[[Compiling Kodi]]&#039;&#039;&#039; guide.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Updated|20}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:How-to]]&lt;br /&gt;
[[Category:Installation|Linux]]&lt;/div&gt;</summary>
		<author><name>JohnVeness</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Glossary&amp;diff=249235</id>
		<title>Glossary</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Glossary&amp;diff=249235"/>
		<updated>2024-01-04T20:01:14Z</updated>

		<summary type="html">&lt;p&gt;JohnVeness: /* A */ Added AVR&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;big&amp;gt;Can&#039;t find the definition you are looking for, or spotted an error? [https://forum.kodi.tv/showthread.php?tid=320135 Let us know. Click here]&amp;lt;/big&amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;{{Compact ToC|symnum=yes}}&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==!&amp;amp;ndash;9==&lt;br /&gt;
;4K&lt;br /&gt;
:A measure of the display resolution. For consumer grade TV&#039;s this means a grid of 3840x2160 pixels on the screen. For Digital Cinema, it is a grid of 4096x2160 pixels. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/4K_resolution 4K TV]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
;Add-on&lt;br /&gt;
:A program/application that allows you to add a new feature, or to extend an existing feature, of Kodi. It is the same principle as used by Apple&#039;s AppStore and Google&#039;s PlayStore.&lt;br /&gt;
;Aspect Ratio&lt;br /&gt;
:The correlation between the Width and the Height of an image. A standard flat screen TV has an Aspect Ratio of 16:9. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/Aspect_ratio_(image) Aspect Ratio]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;AVR&lt;br /&gt;
:Audio-Video Receiver.&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
;Bot&lt;br /&gt;
:A program that automatically or semi-automatically adds or edits Wikipedia-pages.&lt;br /&gt;
;Blu-ray format preserved&lt;br /&gt;
:When ripping a movie from a Blu-ray disc, the original file and folder structure of the disc is kept intact, rather than re-encoding into a single file format such as mkv. &#039;&#039;&#039;&#039;&#039;See: [https://www.videohelp.com/hd#filestruct Blu-ray Format]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;Build (Official Use)&lt;br /&gt;
:A generic name that a computer application gets after it has been created via compilation of the application&#039;s source code based on a certain computer platform. A build can be based on Windows, Linux, Android and other operating systems. A build can also have a version number as identification.&lt;br /&gt;
;Build (unofficial or piracy)&lt;br /&gt;
: A term not recognized by Team Kodi that some sites and people use to mean a version of Kodi with various addons pre-installed and sometimes skin modifications. Given that these modifications are not compiled into Kodi, &amp;quot;build&amp;quot; is an inaccurate term, but some piracy communities persist in using it.&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
;CEC&lt;br /&gt;
:Consumer Electronics Control. A feature of HDMI connected devices that allow the control of connected devices with a single remote control. Each device manufacturer uses their own Trade Name in place of the term CEC. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/Consumer_Electronics_Control CEC]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;Codec&lt;br /&gt;
:Is a [https://en.wikipedia.org/wiki/Portmanteau portmanteau] of coder-decoder.  A codec encodes a data stream or a signal for transmission and storage, possibly in encrypted form, and the decoder function reverses the encoding for playback or editing. Codecs are used in videoconferencing, streaming media, and video editing applications. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/Codec Codec]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;Container&lt;br /&gt;
:A file format that is used to combine, store and play Codecs. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/Digital_container_format Containers]&lt;br /&gt;
;Cuesheet&lt;br /&gt;
:When a CD is ripped as one large file, a cuesheet is simultaneously created that provides information on the tracks, duration, titles, performers and other metadata for all the songs within the single ripped file. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/Cue_sheet_(computing) Cuesheet]&lt;br /&gt;
;CRU Lyrics&lt;br /&gt;
:Are the text strings that can be displaying in Kodi whenever a song is played. The song&#039;s lyrics will scroll along the screen as the song progresses. People can use the lyrics for Karaoke performances.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
;Debug Log&lt;br /&gt;
:An automatically generated log that captures the commands, processes and results of the program which aids in the fault finding of problems or unexpected behaviour.&lt;br /&gt;
;Deprecated&lt;br /&gt;
:Techie-speak for &amp;quot;tolerated in or supported by a system but not recommended&amp;quot; (i.e., beware: may well be on the way out). It can also mean that certain functionality is (already) no longer available.&lt;br /&gt;
;DVD format preserved&lt;br /&gt;
:When ripping a movie from a DVD, the original file and folder structure of the disk is kept intact, rather than re-encoding into a single file format such as mkv&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
;Fork&lt;br /&gt;
:The act of copying the source code of a program so that development may continue in a different direction to that of the original program. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/Fork_(software_development) Fork]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
;GUI&lt;br /&gt;
:Graphical User Interface. The component of a computer system that a user is able to directly interact with. Usually presents the menu and option systems via icons.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
;HDCP&lt;br /&gt;
:High-bandwidth Digital Content Protection. It is a copy protection system implemented between authorised devices. It prevents protected media, such as Blu-ray movies, from being easily copied. If a device does not have a valid licence, then any streams sent or received will be reduced in quality. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/High-bandwidth_Digital_Content_Protection HDCP]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;HDMI&lt;br /&gt;
:High-Definition Multimedia Interface is a proprietary audio/video interface for transmitting uncompressed video data and compressed or uncompressed digital audio data from a HDMI-compliant source device, such as a display controller, to a compatible computer monitor, video projector, digital television, or digital audio device.[4] HDMI is a digital replacement for analog video standards. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/High-Definition_Multimedia_Interface HDMI]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;HDR&lt;br /&gt;
:High-dynamic-range.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
;IRC&lt;br /&gt;
:Internet Relay Chat. A text-based way of communication via channels on dedicated chat servers. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/Internet_Relay_Chat IRC]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;IIRC&lt;br /&gt;
:Abbreviation for &amp;quot;If I Recall Correctly&amp;quot;&lt;br /&gt;
;IMDB&lt;br /&gt;
:A comprehensive online repository of Movies, TV Shows, Cast, Crew, Trivia and more. &#039;&#039;&#039;&#039;&#039;See: [https://www.imdb.com IMDB]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;IPTV&lt;br /&gt;
:Internet Protocol TeleVision. The delivery of television content over the internet instead of over the air. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/IPTV IPTV]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;IRL&lt;br /&gt;
:Abbreviation for &amp;quot;In Real Life&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
;Kodi&lt;br /&gt;
:Kodi (formerly XBMC) is a free and open source media player application developed by the XBMC/Kodi Foundation, a non-profit technology consortium. Kodi is available for multiple operating systems and hardware platforms, featuring a 10-foot user interface for use with televisions and remote controls. It allows users to play and view most videos, music, podcasts, and other digital media files from local and network storage media and the internet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
;Library&lt;br /&gt;
:A collection of data captured in a database, that contains all main information as well as metadata on its entries. Kodi has two main libraries, one for videos and one for music.&lt;br /&gt;
;Live TV&lt;br /&gt;
:Live television is the reception of television video feeds as it happens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
;Media Manager&lt;br /&gt;
:Software that implements and regulates multimedia files, and also can process metadata on the multimedia.&lt;br /&gt;
;Metadata&lt;br /&gt;
:Additional information for Movies, TV Shows, Music Videos and Music, that will be added to the library and displayed with the media. It can include Taglines, Plots, Actors/Artists, Release/Premiered dates, Alternate Titles, Song Lyrics, Labels/Studio Ratings and much more. It can also include Artwork.&lt;br /&gt;
;Moderator, Mod&lt;br /&gt;
:A trusted member of the Forum that has been granted additional privileges for the purpose of housekeeping, arbitration and editing of other users posts. Usually granted for a particular area of the forum or a sub-forum. &#039;&#039;&#039;&#039;&#039;See also: Super Moderator&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;MusicBrainz&lt;br /&gt;
:MusicBrainz is an open source music encyclopedia that collects music metadata and makes it available to the public. Like Wikipedia, MusicBrainz is maintained by a global community of users. &#039;&#039;See: &#039;&#039;&#039;[https://musicbrainz.org/ MusicBrainz]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;MusicBrainz Picard&lt;br /&gt;
:Picard is a cross-platform music tagger written in Python and uses MusicBrainz as the source for all tagging metadata. &#039;&#039;See: &#039;&#039;&#039;[https://picard.musicbrainz.org/ MusicBrainz Picard]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
;NFO&lt;br /&gt;
:Also written .NFO or NFO, a contraction of &amp;quot;info&amp;quot;, or &amp;quot;information&amp;quot;) is a commonly used three-letter filename extension for text files that accompany various digital scene releases with information about them. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/.nfo NFO]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;Node&lt;br /&gt;
:Nodes are defined views that are used to organize and display your media from the menu. There are pre-defined nodes (title, director, actor, year) and there are user-defined nodes that allow a user to separate, for example, Home Movies from standard Hollywood type movies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
;OP&lt;br /&gt;
:Original Poster. Used to refer to the person who started the thread.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
;Passthrough&lt;br /&gt;
:Where undecoded sound is &#039;passed through&#039; to an audio receiver, which then decodes the sound. This is usually for Surround Sound setups using either Dolby Digital and DTS. This then has little to no impact on the sound quality.&lt;br /&gt;
;PVR&lt;br /&gt;
: Personal Video Recorder. This is a device that has a tuner, a hard drive and software that is able to play, record and rewind OTA television broadcasts. More powerful versions can &#039;series link&#039; so an entire series can be set to record at a particular time of the week until it has ended.&lt;br /&gt;
;PVR Frontend&lt;br /&gt;
:Software, usually on a client PC or device that is able to show an EPG (Electronic Program Guide) with all the available OTA channels, where you can view a TV shows information and record it at a push of a button.&lt;br /&gt;
;PVR Backend&lt;br /&gt;
:Software, usually on a Server, or device solely for PVR purposes, that is able to record and stream OTA broadcasts to PVR Frontends as well as setup timed recordings. With the addition of the Hard drive, you are able to pause and rewind live OTA broadcasts.&lt;br /&gt;
&lt;br /&gt;
==Q==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
;Refactor (code)&lt;br /&gt;
:When code, for a particular function, is rewritten in a manner that improves on the original code&lt;br /&gt;
;Resolution&lt;br /&gt;
:The measure of the number of Pixels along the width and the height of a display screen. Multiplying the two numbers will give the total number of pixels on the screen. The current standard resolution for consumer grade TV&#039;s is 3840x2160. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/Display_resolution Resolution]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;Repository, Repo&lt;br /&gt;
:A centralised collection of Add-ons. The user then installs the repository which makes it more convenient to install multiple add-ons from a single location. It also provides the benefit of auto-updates. &#039;&#039;&#039;&#039;&#039;See: [https://kodi.tv/addons Kodi Add-ons]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;Rip, ripping&lt;br /&gt;
:The process of copying a CD, DVD, Blu-Ray or UHD Blu-ray to a hard drive. Normally requires easily obtainable software. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/Ripping Ripping]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
;Scanning&lt;br /&gt;
:The process of collecting general information as well as metadata of videos or music songs. The results will be entered in Kodi&#039;s video and/or music database(s). &#039;&#039;&#039;&#039;&#039;See: [http://kodi.wiki/view/Set_content_and_scan Content and Scanning]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;Scraper&lt;br /&gt;
:{{#lst:Scrapers|intro}}&lt;br /&gt;
;Skin&lt;br /&gt;
:Customised GUI&#039;s that are easily interchangeable with the default GUI or Skin. &#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/Skin_(computing) Skin]&lt;br /&gt;
;Skinning&lt;br /&gt;
:Can be used to refer to the person creating the skin, or the act of creating the skin.&lt;br /&gt;
;Super Moderator&lt;br /&gt;
:Similar to Moderator, but with additional privileges to access and perform their duties anywhere in the forum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
;Tag / Tagging&lt;br /&gt;
:Adding information or metadata to a video or music song, in order to identify and link that object in several ways to genres, artists, etcetera. Music files (f.e. MP3), can be tagged with various info like artist name, album name, audio bitrate, producer name. The list is practically endless. &#039;&#039;&#039;&#039;&#039;See: [https://nl.wikipedia.org/wiki/ID3_(tag) ID3]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;Talk page&lt;br /&gt;
:A page reserved for discussion of the page with which it is associated, such as the article page. &#039;&#039;&#039;Very confusingly&#039;&#039;&#039;, the link to a talk page is labelled &amp;quot;discussion&amp;quot;. All pages within Wikipedia (except pages in the Special namespace, and talk pages themselves!) have talk pages attached to them.&lt;br /&gt;
;Team-Kodi Member&lt;br /&gt;
:A person that has been recruited by the Kodi team to enhance the team&#039;s capabilities. This can be done in various ways, for example in programming, forum moderatorships, legal assistance, social media.&lt;br /&gt;
;Template&lt;br /&gt;
:A way of automatically including the contents of one page within another page, used for &#039;&#039;&#039;[[#Boilerplate text|boilerplate text]]&#039;&#039;&#039;, navigational aids, etc.&lt;br /&gt;
;Theme&lt;br /&gt;
:&#039;&#039;&#039;&#039;&#039;See: [https://en.wikipedia.org/wiki/Skin_(computing) Skin]&lt;br /&gt;
;TMDB, TheMovieDB&lt;br /&gt;
:The Movie DataBase. An online community built movie, TV and artwork database. Used by Kodi to scrape information into your library related to your Movies and TV Shows. &#039;&#039;&#039;&#039;&#039;See: [https://www.themoviedb.org/ TMDB]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
;Third Party Addons&lt;br /&gt;
: Addons that has been supplied freely by someone else, who isn&#039;t a Team Kodi member or the end user of the Kodi application (as in a third person). These addons also don&#039;t appear in the official repository of Kodi. It is noted that not all third party add-ons are of a piracy nature, as there are are few legitimate third party add-on developers that reside on the official [https://forum.kodi.tv Kodi Forum]. However, all piracy add-ons are third party. As both piracy and non-piracy third party addons are not part of the main code structure of Kodi, XBMC Foundation reserve the right not to support these add-ons as the developers of third party add-ons are outside of the Kodi team.&lt;br /&gt;
;Troll&lt;br /&gt;
:A user who incites or engages in disruptive behavior (&#039;&#039;&#039;[[w:internet troll|trolling]]&#039;&#039;&#039;). There are some people who enjoy causing conflict, and there are those who make a hobby of it. However, these are few in number and one should &#039;&#039;always&#039;&#039; assume good faith in other users. Calling someone a troll in a dispute is a bad idea. No further meaningful debate is likely to occur.&lt;br /&gt;
;TVDB, TheTVDB&lt;br /&gt;
:The TV DataBase. An online community built TV Show and Artwork database. Used by Kodi to scrape TV Show information into your library.&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
;UHD, UHD4K, UHD Blu-ray&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
;VPN or Virtual Private Network&lt;br /&gt;
:A method of connecting to the network that is advertised as secure and private. This may not be true in all cases.&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
;Wall of text&lt;br /&gt;
:An unusually long paragraph, presenting a solid block of text of a dozen or more lines. Walls of text are visually unappealing and difficult to read. A wall of text in an article may simply be a sign of an inexperienced editor unfamiliar with Wikipedia markup, or may be a sign of a more serious issue such as copy-and-paste copyright violation. A wall of text in a talk page may be taken to be a sign of soapboxing or shotgun argumentation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
;XBMC&lt;br /&gt;
:The original name of KODI. A free and open source media player application developed by the XBMC/Kodi Foundation, a non-profit technology consortium. Kodi is available for multiple operating-systems and hardware platforms, featuring a 10-foot user interface for use with televisions and remote controls. It allows users to play and view most videos, music, podcasts, and other digital media files from local and network storage media and the internet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Top}}&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Karellen]]&lt;br /&gt;
[[Category:Video library]]&lt;br /&gt;
[[Category:General topics]]&lt;br /&gt;
[[Category:First time user]]&lt;/div&gt;</summary>
		<author><name>JohnVeness</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=FAQs&amp;diff=249234</id>
		<title>FAQs</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=FAQs&amp;diff=249234"/>
		<updated>2024-01-04T19:43:31Z</updated>

		<summary type="html">&lt;p&gt;JohnVeness: Some general tidying&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Basics ==&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;mw-collapsible&amp;quot; style=&amp;quot;margin: 0.0em 0 0.0em 0em; {{border-radius|5px}}; {{box-shadow|0px|1px|3px|#878787}};&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;width:1500px; background-color:#dfedf0; text-align:left;&amp;quot;| What is {{kodi}}?&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
{{Kodi}} is a free [[w:Open-source_software|open source (GPL)]] and [[w:Cross-platform_software|multi-platform]] &#039;&#039;multimedia centre&#039;&#039; which can centralise all your local, network and internet media into one easily accessible location.&amp;lt;br&amp;gt;&lt;br /&gt;
It is designed to be installed on hardware that is directly connected to your AVR or TV preferably via HDMI.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;mw-collapsible&amp;quot; style=&amp;quot;margin: 0.0em 0 0.0em 0em; {{border-radius|5px}}; {{box-shadow|0px|1px|3px|#878787}};&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;width:1500px; background-color:#dfedf0; text-align:left;&amp;quot;| How is {{kodi}} different to all the other media players?&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
{{Kodi}} allows you to bring all your media together in one location. &amp;lt;br&amp;gt;&lt;br /&gt;
Not only can it play a wide variety of media formats - Video, Audio, Images - {{kodi}} also allows you to create libraries of your content which can be displayed and browsed in an artwork rich environment. &amp;lt;br&amp;gt;&lt;br /&gt;
{{kodi}} can handle &#039;&#039;[[Video_library|Movies, TV Shows, Seasons and Episodes]], [[Music_library|Music &amp;amp; Audiobooks]], [[Music_videos|Music Videos]], [[PVR|Live TV and PVR]], [[Pictures|Pictures &amp;amp; Comic Books]]&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, {{kodi}} has a vast repository of &#039;&#039;[[Add-ons]]&#039;&#039; (plugins) that can be installed to extend {{kodi}}&#039;s capabilities, either by adding new features to {{Kodi}} or accessing content from internet sources such as YouTube, Netflix and many, many more. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;mw-collapsible&amp;quot; style=&amp;quot;margin: 0.0em 0 0.0em 0em; {{border-radius|5px}}; {{box-shadow|0px|1px|3px|#878787}};&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;width:1500px; background-color:#dfedf0; text-align:left;&amp;quot;| Where can I find more information and help?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Start from the &#039;&#039;[[Main Page]]&#039;&#039; of this wiki and use the links or the search bar.&amp;lt;br&amp;gt;&lt;br /&gt;
If you still have questions, create an account on the &#039;&#039;[https://forum.kodi.tv/index.php {{kodi}} forum]&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;mw-collapsible&amp;quot; style=&amp;quot;margin: 0.0em 0 0.0em 0em; {{border-radius|5px}}; {{box-shadow|0px|1px|3px|#878787}};&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;width:1500px; background-color:#dfedf0; text-align:left;&amp;quot;| Can I use {{kodi}} as a Media Server&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{kodi}} does include a built in &#039;&#039;[[UPnP]]&#039;&#039; server that can stream Music and Video content from your {{kodi}} library to other devices. It can also act as a &#039;&#039;[[UPnP]] &#039;&#039;client to receive content from other Servers on your local network.&amp;lt;br&amp;gt;&lt;br /&gt;
Apart from the UPnP component, {{Kodi}} is not designed as a Server. Each viewing location will have a {{kodi}} instance installed on the hardware attached to the AVR or TV at that location.&amp;lt;br&amp;gt;&lt;br /&gt;
During normal use, {{Kodi}} accesses local content off your hard disk or from your local network storage via a &#039;&#039;[[File sharing]]&#039;&#039; protocol such as &#039;&#039;[[SMB]]&#039;&#039;.&amp;lt;br&amp;gt; &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;mw-collapsible&amp;quot; style=&amp;quot;margin: 0.0em 0 0.0em 0em; {{border-radius|5px}}; {{box-shadow|0px|1px|3px|#878787}};&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;width:1500px; background-color:#dfedf0; text-align:left;&amp;quot;| What hardware do I need?&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
{{kodi}} can operate on a variety of devices and platforms such as a standard Windows or Linux PC, most of the hardware in the Apple environment, one of the many good quality Android boxes or Raspberry Pi, to name a few.&amp;lt;br&amp;gt;&lt;br /&gt;
Standard audio and graphics components are required to be present in the hardware. The absence of the audio and graphic components will cause the initialization process (that assumes their presence) to fail.&amp;lt;br&amp;gt;&lt;br /&gt;
If you need to purchase new hardware, read the &#039;&#039;[https://forum.kodi.tv/showthread.php?tid=252916 Pick the right box]&#039;&#039; thread on the forum.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;mw-collapsible&amp;quot; style=&amp;quot;margin: 0.0em 0 0.0em 0em; {{border-radius|5px}}; {{box-shadow|0px|1px|3px|#878787}};&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;width:1500px; background-color:#dfedf0; text-align:left;&amp;quot;| How do I access those free movies and TV shows?&lt;br /&gt;
|-&lt;br /&gt;
| [https://kodi.tv/article/in-defence-of-our-good-name Click here]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;mw-collapsible&amp;quot; style=&amp;quot;margin: 0.0em 0 0.0em 0em; {{border-radius|5px}}; {{box-shadow|0px|1px|3px|#878787}};&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;width:1500px; background-color:#dfedf0; text-align:left;&amp;quot;| How do I get started?&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
# The most recent stable version is &#039;&#039;&#039;{{Current_version}}&#039;&#039;&#039;&lt;br /&gt;
# Read the &#039;&#039;[[First time user]]&#039;&#039; wiki guides to get started&lt;br /&gt;
# Download and install {{kodi}} from the official &#039;&#039;[https://kodi.tv/download Download site]&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;mw-collapsible&amp;quot; style=&amp;quot;margin: 0.0em 0 0.0em 0em; {{border-radius|5px}}; {{box-shadow|0px|1px|3px|#878787}};&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;width:1500px; background-color:#dfedf0; text-align:left;&amp;quot;| How do I create the libraries?&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
The Video libraries are created by scraping metadata from the websites of various information providers. The following guide will explain how to correctly name your files, create the correct folder structure and scrape them into the library.&amp;lt;br&amp;gt;&lt;br /&gt;
: See: &#039;&#039;[[HOW-TO:Create_Video_Library|Create a Video Library]]&#039;&#039; &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The Music library is created by scanning the embedded tags in your music files. Please ensure you have accurate tags in your files, preferably by using &#039;&#039;[https://picard.musicbrainz.org/ MusicBrainz Picard]&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
: See: &#039;&#039;[[HOW-TO:Create_Music_Library|Create a Music Library]]&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;mw-collapsible&amp;quot; style=&amp;quot;margin: 0.0em 0 0.0em 0em; {{border-radius|5px}}; {{box-shadow|0px|1px|3px|#878787}};&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;width:1500px; background-color:#dfedf0; text-align:left;&amp;quot;| How do I add my Home Movies to the library?&lt;br /&gt;
|-&lt;br /&gt;
| If you have titles that do not exist on any of the sites of the information providers, like home movies, you can still add these to your library using &#039;&#039;[[NFO files]]&#039;&#039; which are scanned into the library. Templates are available which you can copy and then complete with your own data.&lt;br /&gt;
: See: &#039;&#039;[[NFO files|NFO Files]]&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;mw-collapsible&amp;quot; style=&amp;quot;margin: 0.0em 0 0.0em 0em; {{border-radius|5px}}; {{box-shadow|0px|1px|3px|#878787}};&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;width:1500px; background-color:#dfedf0; text-align:left;&amp;quot;| How do I create new menu items?&lt;br /&gt;
|-&lt;br /&gt;
| Instead of having all your movies or TV shows listed in one section, they can be separated and listed separately, e.g. separate Home Movies, Documentaries, Sports Events from traditional movies and TV shows.&lt;br /&gt;
: See: &#039;&#039;[[Custom home items]]&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;mw-collapsible&amp;quot; style=&amp;quot;margin: 0.0em 0 0.0em 0em; {{border-radius|5px}}; {{box-shadow|0px|1px|3px|#878787}};&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;width:1500px; background-color:#dfedf0; text-align:left;&amp;quot;| How do I watch and record TV?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
: See: &#039;&#039;[[PVR]]&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Top}}&lt;br /&gt;
&lt;br /&gt;
{{updated|20}}&lt;br /&gt;
[[Category:Index]]&lt;br /&gt;
[[Category:Karellen]]&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>JohnVeness</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Kodi_v18_(Leia)_FAQ&amp;diff=249233</id>
		<title>Kodi v18 (Leia) FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Kodi_v18_(Leia)_FAQ&amp;diff=249233"/>
		<updated>2024-01-04T19:27:54Z</updated>

		<summary type="html">&lt;p&gt;JohnVeness: Removed empty placeholder sections, and removed v18 being a future version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;Frequently Asked Questions for upgrading to Kodi v18 (codename Leia) from a previous version. Includes how to enable some of the new features and functions, where some controls got moved to, etc.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{mininav| [[FAQs]] {{l2| [[Releases]] }} }}&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;infobox&amp;quot; style=&amp;quot;width:210px&amp;quot;&lt;br /&gt;
! v19 (Matrix) Development&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;[[Releases]]&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;[[Kodi_v18_(Leia)_changelog|v18 Changelog]]&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;[[Leia_API_changes|v18 API Changes]]&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;[[Kodi_v18_(Leia)_FAQ|v18 FAQs]]&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== What is Kodi? What is Leia? ===&lt;br /&gt;
:{{Main|Official:Kodi name change FAQ|History of Kodi}}&lt;br /&gt;
:Kodi is the new name for XBMC media center. &amp;quot;Leia&amp;quot; is the [[Codename_history|codename]] for version 18 of Kodi, just as &amp;quot;Krypton&amp;quot; was the codename for Kodi v17 and &amp;quot;Jarvis&amp;quot; was the codename for Kodi v16.  You will often see &amp;quot;v18&amp;quot; and &amp;quot;Leia&amp;quot; used interchangeably in the community.&lt;br /&gt;
&lt;br /&gt;
=== Changelog ===&lt;br /&gt;
:{{Main|Kodi v18 (Leia) changelog}}&lt;br /&gt;
:See: &#039;&#039;&#039;[[Kodi v18 (Leia) changelog]]&#039;&#039;&#039;. Skinners should also read the respective sticky posts in the Skin Development Forum for full changelog on changes to the skinning engine.&lt;br /&gt;
&lt;br /&gt;
=== What are some of the noticeable new features? ===&lt;br /&gt;
: In addition to many &amp;quot;under the hood&amp;quot; improvements, some of the more &#039;&#039;visible&#039;&#039; additions to Kodi v18 (Leia) include:&lt;br /&gt;
&lt;br /&gt;
:* Added a &amp;quot;[[Games]]&amp;quot; window and RetroPlayer player core supporting [[Game_Add-ons|game clients addons]] as well as emulator cores via [[libretro]] API&lt;br /&gt;
:* Major GUI (Graphical User Interface) refactoring of [[PVR]] and [[Live TV]] in Kodi&lt;br /&gt;
:** Other than previous PVR addons having been updated there are also new PVR addons for Teleboy PVR Client, Zattoo PVR Client, and Sledovanitv.cz PVR Client&lt;br /&gt;
:* Major refactoring of Kodi&#039;s core handling and GUI management of binary addons (Add-ons Framework, API, and Manager)&lt;br /&gt;
:** Implemented a Python 3 interpreter (plus enforcing Python 2 &amp;amp; 3 compatibility in Leia addon repository)&amp;lt;ref&amp;gt;https://kodi.tv/article/attention-addon-developers-migration-python-3&amp;lt;/ref&amp;gt;&lt;br /&gt;
:** Implemented online binary addon repository from which Kodi can now automatically installs/updates binary addon&amp;lt;ref&amp;gt;https://kodi.tv/article/kodi-v18-binary-add-ons-repository&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://github.com/xbmc/repo-binary-addons&amp;lt;/ref&amp;gt;&lt;br /&gt;
:** Improved and updated &amp;quot;InputStream&amp;quot; (input stream) client addons for common network streaming protocols and popular services&lt;br /&gt;
:** Added support for Python (script) based web scrapers for Kodi&amp;lt;ref&amp;gt;http://github.com/xbmc/xbmc/pull/9984&amp;lt;/ref&amp;gt;&lt;br /&gt;
:* Added support to render directly on DRM/KMS without the need for any display manager (implementation uses GBM to create the required surfaces)&amp;lt;ref&amp;gt;https://github.com/xbmc/xbmc/pull/11955&amp;lt;/ref&amp;gt;&lt;br /&gt;
:* Improved support to compiling Kodi for Microsoft&#039;s UWP (Universal Windows Platform) APIs&lt;br /&gt;
:* Added support for speech-to-text in Kodi OSD keyboard on Android TV (triggered by voice button on remote)&lt;br /&gt;
:* Added support for BD-J / Blu-ray Disc Java menu support (requires system Java runtime environment)&lt;br /&gt;
&lt;br /&gt;
== New system requirements ==&lt;br /&gt;
:{{main|Supported hardware}}&lt;br /&gt;
&lt;br /&gt;
=== Android ===&lt;br /&gt;
: Kodi v17 and later requires that Android devices run at least Android 5.0 or later.&lt;br /&gt;
&lt;br /&gt;
: If you want to auto-update Kodi using Google Play then keep in mind that Google Play won&#039;t update Kodi unless Android 5 or higher is installed.&lt;br /&gt;
&lt;br /&gt;
== Upgrading ==&lt;br /&gt;
{{warning|image_size=30px| Always &#039;&#039;&#039;[[backup]]&#039;&#039;&#039; your settings before upgrading, just incase! }}&lt;br /&gt;
&lt;br /&gt;
=== How do I upgrade from v17 to v18? ===&lt;br /&gt;
:{{main|Installing}}&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;ANDROID USERS:&#039;&#039;&#039; &#039;&#039;&#039;{{color|red|Don&#039;t}}&#039;&#039;&#039; uninstall an earlier version of Kodi/XBMC before installing the new version. Uninstalling first would remove all of your settings. Just install the new version and it will replace the older version and retain your settings.&lt;br /&gt;
&lt;br /&gt;
* In most cases you can just &#039;&#039;&#039;[[Installing|install Kodi v18]]&#039;&#039;&#039; over Kodi v17. All your settings and library are saved and will continue to work in the new version. See &#039;&#039;&#039;[[Installing]]&#039;&#039;&#039; for specific install instructions.&lt;br /&gt;
&lt;br /&gt;
* Most basic (video, audio, etc) [[add-ons]] that worked in Kodi v17 should still work in v18. &lt;br /&gt;
&lt;br /&gt;
* If you have any issues (settings not being copied over, blank screens, etc) when updating from versions &#039;&#039;older&#039;&#039; than v14: remove the new version, install the older version of Kodi/XBMC from http://mirrors.kodi.tv/releases/ , and then upgrade to the next version. In other words, if you have v14, first install v15 and run Kodi, Quit Kodi and then install v16 and run Kodi. Quit Kodi again and install v17, then run Kodi. Quit Kodi again and install v18, then run Kodi.&lt;br /&gt;
&lt;br /&gt;
=== MySQL ===&lt;br /&gt;
:{{main|MySQL/Upgrading}}&lt;br /&gt;
:As long as your MySQL server is set up to allow XBMC/Kodi to make new databases for the upgrade itself (see &#039;&#039;&#039;[[MySQL/Upgrading]]&#039;&#039;&#039;) then you don&#039;t need to do anything for upgrading a MySQL set up for Kodi. Even if you use &amp;quot;XBMC&amp;quot; in your advancedsettings.xml file, you can leave this the same and everything will still work.&lt;br /&gt;
&lt;br /&gt;
== Where can I get more help? ==&lt;br /&gt;
:The Kodi support forums: &#039;&#039;&#039;http://forum.kodi.tv&#039;&#039;&#039;,  and/or the &#039;&#039;&#039;[irc://irc.freenode.org/kodi #kodi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{updated|18}}&lt;br /&gt;
[[Category:Releases|Leia]]&lt;/div&gt;</summary>
		<author><name>JohnVeness</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=New_features&amp;diff=249232</id>
		<title>New features</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=New_features&amp;diff=249232"/>
		<updated>2024-01-04T19:22:21Z</updated>

		<summary type="html">&lt;p&gt;JohnVeness: /* Frequently Asked Questions (FAQs) */ Fix my own typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; widths=&amp;quot;500px&amp;quot; heights=&amp;quot;283px&amp;quot;&amp;gt;&lt;br /&gt;
File:Kodi-Wallpaper-12B-1080p samfisher.jpg&lt;br /&gt;
File:Kodi-Wallpaper-14A-1080p samfisher.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= New Features for Each Release =&lt;br /&gt;
For condensed lists of new &#039;&#039;features and functions&#039;&#039; that were implemented for a particular version, click the appropriate version in the list below.&lt;br /&gt;
* [[Kodi v19 (Matrix) changelog]]&lt;br /&gt;
* [[Kodi v18 (Leia) changelog]]&lt;br /&gt;
* [[Archive:Kodi v17 (Krypton) changelog|Kodi v17 (Krypton) changelog]]&lt;br /&gt;
* [[Archive:Kodi v16 (Jarvis) changelog|Kodi v16 (Jarvis) changelog]]&lt;br /&gt;
* [[Archive:Kodi v15 (Isengard) changelog|Kodi v15 (Isengard) changelog]]&lt;br /&gt;
* [[Archive:Kodi v14 (Helix) changelog|Kodi v14 (Helix) changelog]]&lt;br /&gt;
* [[Archive:XBMC_v13_(Gotham)_changelog|XBMC v13 (Gotham) changelog]]&lt;br /&gt;
* [[Archive:XBMC_v12_(Frodo)_changelog|XBMC v12 (Frodo) changelog]]&lt;br /&gt;
* [[Archive:XBMC v11 (Eden) changelog|XBMC v11 (Eden) changelog]]&lt;br /&gt;
&lt;br /&gt;
= Frequently Asked Questions (FAQs)=&lt;br /&gt;
* [[Kodi v18 (Leia) FAQ]]&lt;br /&gt;
* [[Archive:Kodi v17 (Krypton) FAQ|Kodi v17 (Krypton) FAQ]]&lt;br /&gt;
* [[Archive:Kodi v16 (Jarvis) FAQ|Kodi v16 (Jarvis) FAQ]]&lt;br /&gt;
* [[Archive:Kodi v15 (Isengard) FAQ|Kodi v15 (Isengard) FAQ]]&lt;br /&gt;
* [[Archive:Kodi v14 (Helix) FAQ|Kodi v14 (Helix) FAQ]]&lt;br /&gt;
* [[Archive:XBMC v13 (Gotham) FAQ|XBMC v13 (Gotham) FAQ]]&lt;br /&gt;
* [[Archive:XBMC v12 (Frodo) FAQ|XBMC v12 (Frodo) FAQ]]&lt;br /&gt;
* [[Archive:XBMC v11 (Eden) FAQ|XBMC v11 (Eden) FAQ]]&lt;br /&gt;
&lt;br /&gt;
= Codename History =&lt;br /&gt;
* [[Codename history]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Release Dates =&lt;br /&gt;
* [[Releases]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; widths=&amp;quot;500px&amp;quot; heights=&amp;quot;283px&amp;quot;&amp;gt;&lt;br /&gt;
File:Wallpaper by nombo 2.jpg&lt;br /&gt;
File:Kodi-Wallpaper-6A-Isengard-1080p samfisher.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{updated|18}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Releases|*]]&lt;/div&gt;</summary>
		<author><name>JohnVeness</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=New_features&amp;diff=249231</id>
		<title>New features</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=New_features&amp;diff=249231"/>
		<updated>2024-01-04T19:21:49Z</updated>

		<summary type="html">&lt;p&gt;JohnVeness: /* Frequently Asked Questions (FAQs) */ Made the list display consistent&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; widths=&amp;quot;500px&amp;quot; heights=&amp;quot;283px&amp;quot;&amp;gt;&lt;br /&gt;
File:Kodi-Wallpaper-12B-1080p samfisher.jpg&lt;br /&gt;
File:Kodi-Wallpaper-14A-1080p samfisher.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= New Features for Each Release =&lt;br /&gt;
For condensed lists of new &#039;&#039;features and functions&#039;&#039; that were implemented for a particular version, click the appropriate version in the list below.&lt;br /&gt;
* [[Kodi v19 (Matrix) changelog]]&lt;br /&gt;
* [[Kodi v18 (Leia) changelog]]&lt;br /&gt;
* [[Archive:Kodi v17 (Krypton) changelog|Kodi v17 (Krypton) changelog]]&lt;br /&gt;
* [[Archive:Kodi v16 (Jarvis) changelog|Kodi v16 (Jarvis) changelog]]&lt;br /&gt;
* [[Archive:Kodi v15 (Isengard) changelog|Kodi v15 (Isengard) changelog]]&lt;br /&gt;
* [[Archive:Kodi v14 (Helix) changelog|Kodi v14 (Helix) changelog]]&lt;br /&gt;
* [[Archive:XBMC_v13_(Gotham)_changelog|XBMC v13 (Gotham) changelog]]&lt;br /&gt;
* [[Archive:XBMC_v12_(Frodo)_changelog|XBMC v12 (Frodo) changelog]]&lt;br /&gt;
* [[Archive:XBMC v11 (Eden) changelog|XBMC v11 (Eden) changelog]]&lt;br /&gt;
&lt;br /&gt;
= Frequently Asked Questions (FAQs)=&lt;br /&gt;
* [[Kodi v18 (Leia) FAQ]]&lt;br /&gt;
* [[Archive:Kodi v17 (Krypton) FAQ]|Kodi v17 (Krypton) FAQ]]&lt;br /&gt;
* [[Archive:Kodi v16 (Jarvis) FAQ|Kodi v16 (Jarvis) FAQ]]&lt;br /&gt;
* [[Archive:Kodi v15 (Isengard) FAQ|Kodi v15 (Isengard) FAQ]]&lt;br /&gt;
* [[Archive:Kodi v14 (Helix) FAQ|Kodi v14 (Helix) FAQ]]&lt;br /&gt;
* [[Archive:XBMC v13 (Gotham) FAQ|XBMC v13 (Gotham) FAQ]]&lt;br /&gt;
* [[Archive:XBMC v12 (Frodo) FAQ|XBMC v12 (Frodo) FAQ]]&lt;br /&gt;
* [[Archive:XBMC v11 (Eden) FAQ|XBMC v11 (Eden) FAQ]]&lt;br /&gt;
&lt;br /&gt;
= Codename History =&lt;br /&gt;
* [[Codename history]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Release Dates =&lt;br /&gt;
* [[Releases]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; widths=&amp;quot;500px&amp;quot; heights=&amp;quot;283px&amp;quot;&amp;gt;&lt;br /&gt;
File:Wallpaper by nombo 2.jpg&lt;br /&gt;
File:Kodi-Wallpaper-6A-Isengard-1080p samfisher.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{updated|18}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Releases|*]]&lt;/div&gt;</summary>
		<author><name>JohnVeness</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=New_features&amp;diff=249230</id>
		<title>New features</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=New_features&amp;diff=249230"/>
		<updated>2024-01-04T19:20:21Z</updated>

		<summary type="html">&lt;p&gt;JohnVeness: /* New Features for Each Release */ Made the display consistent&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; widths=&amp;quot;500px&amp;quot; heights=&amp;quot;283px&amp;quot;&amp;gt;&lt;br /&gt;
File:Kodi-Wallpaper-12B-1080p samfisher.jpg&lt;br /&gt;
File:Kodi-Wallpaper-14A-1080p samfisher.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= New Features for Each Release =&lt;br /&gt;
For condensed lists of new &#039;&#039;features and functions&#039;&#039; that were implemented for a particular version, click the appropriate version in the list below.&lt;br /&gt;
* [[Kodi v19 (Matrix) changelog]]&lt;br /&gt;
* [[Kodi v18 (Leia) changelog]]&lt;br /&gt;
* [[Archive:Kodi v17 (Krypton) changelog|Kodi v17 (Krypton) changelog]]&lt;br /&gt;
* [[Archive:Kodi v16 (Jarvis) changelog|Kodi v16 (Jarvis) changelog]]&lt;br /&gt;
* [[Archive:Kodi v15 (Isengard) changelog|Kodi v15 (Isengard) changelog]]&lt;br /&gt;
* [[Archive:Kodi v14 (Helix) changelog|Kodi v14 (Helix) changelog]]&lt;br /&gt;
* [[Archive:XBMC_v13_(Gotham)_changelog|XBMC v13 (Gotham) changelog]]&lt;br /&gt;
* [[Archive:XBMC_v12_(Frodo)_changelog|XBMC v12 (Frodo) changelog]]&lt;br /&gt;
* [[Archive:XBMC v11 (Eden) changelog|XBMC v11 (Eden) changelog]]&lt;br /&gt;
&lt;br /&gt;
= Frequently Asked Questions (FAQs)=&lt;br /&gt;
* [[Kodi v18 (Leia) FAQ]]&lt;br /&gt;
* [[Archive:Kodi v17 (Krypton) FAQ]]&lt;br /&gt;
* [[Archive:Kodi v16 (Jarvis) FAQ]]&lt;br /&gt;
* [[Archive:Kodi v15 (Isengard) FAQ]]&lt;br /&gt;
* [[Archive:Kodi v14 (Helix) FAQ]]&lt;br /&gt;
* [[Archive:XBMC_v13_(Gotham)_FAQ|XBMC v13 (Gotham) FAQ]]&lt;br /&gt;
* [[Archive:XBMC_v12_(Frodo)_FAQ|XBMC v12 (Frodo) FAQ]]&lt;br /&gt;
* [[Archive:XBMC v11 (Eden) FAQ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Codename History =&lt;br /&gt;
* [[Codename history]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Release Dates =&lt;br /&gt;
* [[Releases]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; widths=&amp;quot;500px&amp;quot; heights=&amp;quot;283px&amp;quot;&amp;gt;&lt;br /&gt;
File:Wallpaper by nombo 2.jpg&lt;br /&gt;
File:Kodi-Wallpaper-6A-Isengard-1080p samfisher.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{updated|18}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Releases|*]]&lt;/div&gt;</summary>
		<author><name>JohnVeness</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Databases&amp;diff=248998</id>
		<title>Databases</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Databases&amp;diff=248998"/>
		<updated>2023-12-23T23:21:41Z</updated>

		<summary type="html">&lt;p&gt;JohnVeness: /* Database Versions */ Put proper name for v21&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:DatabasesNavBox}}&lt;br /&gt;
{{mininav| [[Development]] {{l2| [[Userdata]] }} }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;Kodi uses [http://www.sqlite.org/ SQLite], an open source light-weight SQL database-engine, to store all the library, add-on, EPG, textures and PVR related data using a number of specific databases.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt; By default, the database files (*.db) are stored in the &#039;&#039;&#039;&#039;&#039;[[Kodi data folder]]\[[Userdata]]&#039;&#039;&#039;&#039;&#039; folder, specifically in \Database\.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Using the Databases =&lt;br /&gt;
The databases are automatically maintained by {{Kodi}}. It is recommended that {{kodi}} users do not access the database without good working knowledge of relational databases and SQL.&lt;br /&gt;
&lt;br /&gt;
Database software is required to access the SQL databases. &#039;&#039;&#039;[https://sqlitebrowser.org/ DB Browser for SQLite]&#039;&#039;&#039; is available for Windows, macOS, Linux and FreeBSD.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Accessing the Databases with Kodi Python =&lt;br /&gt;
Many Python plugins (and some scripts) can use the information in the Kodi database to offer users additional convenience and functionality. The easiest way to access the databases via Kodi Python is using &#039;&#039;&#039;[[JSON-RPC API]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Database Versions =&lt;br /&gt;
&amp;lt;section begin=&amp;quot;database versions&amp;quot; /&amp;gt;The following tables shows what database version is used for various Kodi versions. This can be useful to see what versions of Kodi can use &#039;&#039;&#039;[[MySQL]]&#039;&#039;&#039; sharing. &lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
! Kodi version !! Date !! MyVideos !! MyMusic !! Textures !! Addons !! ViewModes !! TV !! EPG !! ADSP&lt;br /&gt;
|-&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | v10 - Dharma&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | December 2010 &lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 37&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 7&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 1&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 1&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 1&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | N/A&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | N/A&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | v11 - Eden&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | March 2012&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 60&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 18&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 6&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 15&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 4&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | N/A&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | N/A&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | v12 - Frodo&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | January 2013 &lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 75&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 32&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 13&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 15&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 4&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 22&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 7&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | v13 - Gotham&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | May 2014 &lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 78&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 46&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 13&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 16&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 6&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 22&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 7&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | v14 - Helix&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | December 2014 &lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 90&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 48&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 13&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 16&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 6&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 26&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 8&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | v15 - Isengard&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | July 2015 &lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 93&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 52&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 13&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 19&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 6&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 29&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 10&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | v16 - Jarvis&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | February 2016 &lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 99&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 56&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 13&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 20&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 6&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 29&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 11&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 0&lt;br /&gt;
|-&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | v17 - Krypton&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | February 2017&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 107&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 60&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 13&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 27&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 6&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 29&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 11&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 0&lt;br /&gt;
|-&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | v18 - Leia&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | January 2019&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 116&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 72&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 13&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 27&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 6&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 32&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 12&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 0&lt;br /&gt;
|-&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | v19 - Matrix&lt;br /&gt;
 | style=&amp;quot;width:120px;&amp;quot; | December 2020&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 119&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 82&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 13&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 33&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center;&amp;quot; | 6&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 38&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | 13&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center;&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
 | style=&amp;quot;width:120px; background: #a0e75a;&amp;quot; | v20 - Nexus&lt;br /&gt;
 | style=&amp;quot;width:120px; background: #a0e75a;&amp;quot; | 11 January 2023&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center; background: #a0e75a;&amp;quot; | 121&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center; background: #a0e75a;&amp;quot; | 82&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center; background: #a0e75a;&amp;quot; | 13&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center; background: #a0e75a;&amp;quot; | 33&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center; background: #a0e75a;&amp;quot; | 6&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center; background: #a0e75a;&amp;quot; | 40&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center; background: #a0e75a;&amp;quot; | 16&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center; background: #a0e75a;&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
 | style=&amp;quot;width:120px; background: skyBlue;&amp;quot; | v21 - Omega&lt;br /&gt;
 | style=&amp;quot;width:120px; background: skyBlue;&amp;quot; | TBD&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center; background: skyBlue;&amp;quot; | TBD&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center; background: skyBlue;&amp;quot; | TBD&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center; background: skyBlue;&amp;quot; | TBD&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center; background: skyBlue;&amp;quot; | TBD&lt;br /&gt;
 | style=&amp;quot;width:80px; text-align:center; background: skyBlue;&amp;quot; | TBD&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center; background: skyBlue;&amp;quot; | TBD&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center; background: skyBlue;&amp;quot; | TBD&lt;br /&gt;
 | style=&amp;quot;width:60px; text-align:center; background: skyBlue;&amp;quot; | TBD&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;| Legend&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#a0e75a;&amp;quot;| Green&lt;br /&gt;
| Current release&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:skyBlue;&amp;quot;| Blue&lt;br /&gt;
| Future release&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=&amp;quot;database versions&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[Releases]]&lt;br /&gt;
* https://github.com/xbmc/xbmc/commits/master/xbmc/video/VideoDatabase.cpp - Tracking the Video Database schema version&lt;br /&gt;
* https://github.com/xbmc/xbmc/commits/master/xbmc/music/MusicDatabase.cpp - Tracking the Music Database schema version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Top}}&lt;br /&gt;
{{updated|20}}&lt;br /&gt;
&lt;br /&gt;
[[Category:PVR]]&lt;br /&gt;
[[Category:Add-ons]]&lt;br /&gt;
[[Category:Karellen]]&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Video library]]&lt;br /&gt;
[[Category:Music library]]&lt;br /&gt;
[[Category:Skin_development]]&lt;/div&gt;</summary>
		<author><name>JohnVeness</name></author>
	</entry>
</feed>