aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux/kodi.metainfo.xml.in
blob: 99db9d7ebabc0cf679bfa11202117fca60848c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
    <id>@APP_PACKAGE@</id>
    <name>@APP_NAME@</name>
    <project_license>GPL-2.0-only GPL-2.0-or-later LGPL-2.1-or-later MIT BSD-3-Clause BSD-4-Clause</project_license>
    <metadata_license>CC0-1.0</metadata_license>
    <developer_name>Team Kodi</developer_name>
    <summary>The ultimate entertainment center</summary>
    <url type="homepage">https://kodi.tv/</url>
    <url type="donation">https://kodi.tv/contribute/donate</url>
    <url type="bugtracker">https://github.com/xbmc/xbmc/issues</url>
    <url type="faq">https://kodi.wiki/view/FAQs</url>
    <url type="help">https://forum.kodi.tv/</url>
    <url type="translate">https://kodi.weblate.cloud/</url>
    <description>
        <p>Kodi allows users to play and view videos, music, podcasts,
        and other digital media files from local storage, network storage
        and the internet. It's optimized for a 10-foot user interface to be
        used with televisions and remote controls.</p>

        <p>Kodi spawned from the love of media. It is an entertainment hub
        that brings all your digital media together into a beautiful
        and user friendly package. It is 100% free and open source,
        very customisable and runs on a wide variety of devices. It is
        supported by a dedicated team of volunteers and a huge community.</p>
    </description>
    <launchable type="desktop-id">@APP_NAME_LC@.desktop</launchable>
    <screenshots>
        <screenshot type="default">
            <image>https://mirrors.kodi.tv/screenshots/kodi-recently-added.jpg</image>
            <caption>The homescreen keeps your media organized</caption>
        </screenshot>
        <screenshot>
            <image>https://mirrors.kodi.tv/screenshots/kodi-videolibrary.jpg</image>
            <caption>Easily browse your movies and series</caption>
        </screenshot>
        <screenshot>
            <image>https://mirrors.kodi.tv/screenshots/kodi-video-info.jpg</image>
            <caption>Get additional infos about your movies or series</caption>
        </screenshot>
        <screenshot>
            <image>https://mirrors.kodi.tv/screenshots/kodi-tvshow.jpg</image>
            <caption>Browse TV shows by seasons</caption>
        </screenshot>
        <screenshot>
            <image>https://mirrors.kodi.tv/screenshots/kodi-music-info.jpg</image>
            <caption>Use the music library to organize and read about your artists</caption>
        </screenshot>
        <screenshot>
            <image>https://mirrors.kodi.tv/screenshots/kodi-epg.jpg</image>
            <caption>Use the EPG to manage your TV stations</caption>
        </screenshot>
        <screenshot>
            <image>https://mirrors.kodi.tv/screenshots/kodi-addons.jpg</image>
            <caption>Extend what Kodi can do, just use addons</caption>
        </screenshot>
        <screenshot>
            <image>https://mirrors.kodi.tv/screenshots/kodi-weather.jpg</image>
            <caption>Keep the weather in check</caption>
        </screenshot>
        <screenshot>
            <image>https://mirrors.kodi.tv/screenshots/kodi-webinterface.jpg</image>
            <caption>The webinterface enables you to manage your Kodi from other devices</caption>
        </screenshot>
    </screenshots>
    <releases>
        <release date="2022-03-03" version="19.4-Matrix"/>
        <release date="2021-10-24" version="19.3-Matrix"/>
        <release date="2021-10-08" version="19.2-Matrix"/>
        <release date="2021-05-09" version="19.1-Matrix"/>
        <release date="2021-02-19" version="19.0-Matrix"/>
        <release date="2020-10-24" version="18.9-Leia"/>
        <release date="2020-07-28" version="18.8-Leia"/>
        <release date="2020-05-21" version="18.7-Leia"/>
        <release date="2020-02-29" version="18.6-Leia"/>
        <release date="2019-11-18" version="18.5-Leia"/>
        <release date="2019-08-31" version="18.4-Leia"/>
        <release date="2019-06-27" version="18.3-Leia"/>
        <release date="2019-04-22" version="18.2-Leia"/>
        <release date="2019-02-17" version="18.1-Leia"/>
    </releases>
    <content_rating type="oars-1.0">
        <content_attribute id="violence-cartoon">none</content_attribute>
        <content_attribute id="violence-fantasy">none</content_attribute>
        <content_attribute id="violence-realistic">none</content_attribute>
        <content_attribute id="violence-bloodshed">none</content_attribute>
        <content_attribute id="violence-sexual">none</content_attribute>
        <content_attribute id="drugs-alcohol">none</content_attribute>
        <content_attribute id="drugs-narcotics">none</content_attribute>
        <content_attribute id="drugs-tobacco">none</content_attribute>
        <content_attribute id="sex-nudity">none</content_attribute>
        <content_attribute id="sex-themes">none</content_attribute>
        <content_attribute id="language-profanity">none</content_attribute>
        <content_attribute id="language-humor">none</content_attribute>
        <content_attribute id="language-discrimination">none</content_attribute>
        <content_attribute id="social-chat">none</content_attribute>
        <content_attribute id="social-info">none</content_attribute>
        <content_attribute id="social-audio">none</content_attribute>
        <content_attribute id="social-location">none</content_attribute>
        <content_attribute id="social-contacts">none</content_attribute>
        <content_attribute id="money-purchasing">none</content_attribute>
        <content_attribute id="money-gambling">none</content_attribute>
    </content_rating>
    <recommends>
        <control>keyboard</control>
        <control>pointing</control>
        <control>touch</control>
        <control>tv-remote</control>
        <control>gamepad</control>
    </recommends>
</component>