diff options
author | Vasyl Gello <vasek.gello@gmail.com> | 2021-10-17 11:28:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-17 11:28:21 +0300 |
commit | 5c3944d2454d37fc696cd6dc1ba8090a308a10f0 (patch) | |
tree | cb5021cb3c52b02b99c1512cc89d1587bdcef3b5 /tools | |
parent | a2c3f39a109ed901bfbdb2883f11029b71e83e7d (diff) | |
parent | 4093516a66f0bee7c9369c20c09f79189a31e8f5 (diff) |
Merge pull request #20266 from basilgello/add-metainfo-Matrix
Add metainfo and install it
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Linux/kodi.metainfo.xml.in | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/tools/Linux/kodi.metainfo.xml.in b/tools/Linux/kodi.metainfo.xml.in new file mode 100644 index 0000000000..d7c1420ae6 --- /dev/null +++ b/tools/Linux/kodi.metainfo.xml.in @@ -0,0 +1,109 @@ +<?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="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> |