aboutsummaryrefslogtreecommitdiff
path: root/addons/webinterface.default/addon.xml
blob: 0b5efa6e89eb60583cc2c6266cb4d2f5a60f6d79 (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
<?xml version="1.0" encoding="UTF-8"?>
<addon
  id="webinterface.default"
  version="2.4.3"
  name="Kodi web interface - Chorus2"
  provider-name="jez500, Team Kodi">
  <requires>
    <import addon="xbmc.json" version="6.0.0" />
  </requires>
  <extension point="xbmc.webinterface"/>
  <extension point="xbmc.addon.metadata">
    <summary lang="en">Default web interface</summary>
    <description lang="en">Browse and interact with your Music, Movies, TV Shows and more via a web browser. Stream music and videos to your browser. Edit and manage your Kodi media library.</description>
    <platform>all</platform>
    <language>en</language>
    <source>https://github.com/xbmc/chorus2</source>
    <forum>http://forum.xbmc.org/showthread.php?tid=183451</forum>
    <assets>
      <icon>icon.png</icon>
      <fanart>images/turntable.jpg</fanart>
      <screenshot>screenshots/now-playing.jpg</screenshot>
      <screenshot>screenshots/search.jpg</screenshot>
      <screenshot>screenshots/artists.jpg</screenshot>
      <screenshot>screenshots/artist.jpg</screenshot>
      <screenshot>screenshots/tv.jpg</screenshot>
      <screenshot>screenshots/movie.jpg</screenshot>
      <screenshot>screenshots/settings.jpg</screenshot>
      <screenshot>screenshots/addons.jpg</screenshot>
      <screenshot>screenshots/edit-media.jpg</screenshot>
    </assets>
  </extension>
</addon>