-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddon.xml
26 lines (26 loc) · 1.2 KB
/
addon.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.ansa"
name="ANSA"
version="1.0.3"
provider-name="Nightflyer">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language>it</language>
<platform>all</platform>
<summary lang="it">Le video notizie di ANSA</summary>
<summary lang="en">Video news by the Italian news agency ANSA</summary>
<description lang="it">Gli ultimi video realizzati dai reporter dell'ANSA e dei suoi associati provenienti dall'Italia e dal tutto il mondo.</description>
<description lang="en">Latest video from Italy and the rest of the world made by ANSA reporters and its associated.</description>
<license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</license>
<forum>http://forum.xbmc.org/showthread.php?tid=155904</forum>
<website>https://github.com/nightflyer73/plugin.video.ansa</website>
<email></email>
<source>https://github.com/nightflyer73/plugin.video.ansa</source>
</extension>
</addon>