Merge pull request #26220 from 78andyp/blurayfixes
[xbmc.git] / xbmc / addons / kodi-dev-kit / doxygen / main.txt
blob8a60960cf3d4b9f7add5ed81cba9e588561cb4c7
1 /*!
3 @mainpage
5 ### Welcome to the Documentation of Kodi for Add-On Development.
7 __KodiĀ®__ media center, formerly known as XBMC Media Center, is a free and
8 open-source media player software developed by the XBMC Foundation, a non-profit
9 technology consortium. Kodi is available for multiple operating systems and
10 hardware platforms, with a software 10-foot user interface for use with
11 televisions and remote controls. It allows users to play and view most videos,
12 music, such as audio and video podcasts from the internet, and all common
13 digital media files from local and network storage media.
15 Add-ons are extensions that can be run from inside the Kodi GUI and in
16 addition to binary add-ons for the use of different systems. They are usual
17 written by third party developers and published to our official repository.
18 Add-ons can also be published in other repositories or as stand alone zip
19 files anywhere on the internet. Examples of Add-ons include video website
20 streams, scrapers, skins and scripts.
22 #### Supported systems
24 Currently support Kodi Add-Ons based upon Python and C++.
26 #### Tutorials and Examples
28 In the distribution of the library  you find the two directories *tutorials*
29 and *examples*. They contain subdirectories for the packages...
30 The demos use third party libraries for the graphical user interface. The
31 examples don't have this dependency and most examples are referred to in the
32 user manual.
34 #### License
36 Kodi is distributed under a [GNU General Public License version 2](./LICENSE.md).
38 \htmlonly
39 <div style="display:none">
40 \endhtmlonly
42 \subpage general
43 \subpage general_parts
45 \htmlonly
46 </div>
47 \endhtmlonly