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
|
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="webinterface.default"
version="2.3.6"
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="ca_ES">Interfície web de Kodi - Chorus2</summary>
<summary lang="en_GB">Kodi web interface - Chorus2</summary>
<summary lang="en_NZ">Kodi web interface - Chorus2</summary>
<summary lang="fi_FI">Kodin web-käyttöliittymä - Chorus2</summary>
<summary lang="fr_FR">Interface Web Kodi - Chorus2</summary>
<summary lang="it_IT">Interfaccia web Kodi - Chorus2</summary>
<summary lang="lt_LT">Kodi žiniatinklio sąsaja - Chorus2</summary>
<summary lang="pl_PL">Chorus2</summary>
<summary lang="pt_BR">Kodi Interface web - Chorus2</summary>
<summary lang="tr_TR">Kodi web arayüzü - Chorus2</summary>
<summary lang="zh_CN">Kodi Web 界面 - Chorus2</summary>
<summary lang="zh_TW">Kodi網頁介面 - Chorus2</summary>
<description lang="ca_ES">La interfície web predeterminada de Kodi. Navegueu i interactueu amb la vostra música, les vostres pel·lícules, els vostres programes de televisió i més coses a través d'un navegador web.</description>
<description lang="en_GB">Default Kodi web interface. Browse and interact with your Music, Movies, TV Shows and more via a web browser.</description>
<description lang="en_NZ">Default Kodi web interface. Browse and interact with your Music, Movies, TV Shows and more via a web browser.</description>
<description lang="fi_FI">Kodin oletusarvoinen web-käyttöliittymä. Selaa ja toista musiikkia, elokuvia, tv-sarjoja ynnä muuta nettiselaimen kautta.</description>
<description lang="fr_FR">Interface Web prédéfinie de Kodi. Parcourir et interagir avec votre Musique, vos Films, vos Séries TV et plus encore avec votre nagivateur Web.</description>
<description lang="it_IT">Interfaccia web predefinita di Kodi. Sfoglia e interagisci con la tua Musica, i tuoi Film, Serie TV e altro tramite un browser web.</description>
<description lang="lt_LT">Numatytoji Kodi žiniatinklio sąsaja. Naršykite ir valdykite savo muziką, filmus, TV laidas ir dar daugiau naudodami interneto naršyklę.</description>
<description lang="pl_PL">Domyślny interfejs webowy Kodi.</description>
<description lang="pt_BR">Interface web padrão do Kodi. Navegue e interaja com suas músicas, files, seriados e muito mais via um navegador de internet.</description>
<description lang="tr_TR">Varsayılan Kodi web arayüzü. İnternet tarayıcısı üzerinden Müzik, Film ve Dizilerinize göz atın.</description>
<description lang="zh_CN">默认 Kodi Web 界面。通过浏览器浏览和播放音乐、电影、剧集等。</description>
<description lang="zh_TW">預設的Kodi網頁介面。可在網頁瀏覽器中瀏覽及播放您的音樂、影片、電視劇等內容。</description>
<language>en</language>
<platform>all</platform>
<forum>http://forum.xbmc.org/showthread.php?tid=183451</forum>
<source>https://github.com/xbmc/chorus2</source>
<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>
</assets>
</extension>
</addon>
|