-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
22 lines (22 loc) · 1.17 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
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<addon id='plugin.video.mtvitaly' version='0.0.1' name='MTV Italy Ondemand' provider-name='Valerio Ponte'>
<requires>
<import addon='xbmc.python' version='2.19.0'/>
<import addon='xbmc.gui' version='5.3.0'/>
<import addon='script.module.requests' version='2.4.3'/>
</requires>
<extension point='xbmc.python.pluginsource' library='main.py'>
<provides>video</provides>
</extension>
<extension point='xbmc.addon.metadata'>
<platform>all</platform>
<language>it</language>
<license>GNU AFFERO GENERAL PUBLIC LICENSE. Version 3, 19 November 2007</license>
<source>https://github.com/riso/mtvitaly-xbmc</source>
<email>[email protected]</email>
<summary lang='en'>MTV Italy Ondemand video addon</summary>
<description lang='en'>Mtv Italy Ondemand can be used to watch your favourite MTV shows from ondemand.mtv.it on XBMC.</description>
<summary lang='it'>Addon video per MTV Italia Ondemand</summary>
<description lang='it'>L'addon MTV Italy Ondemand ti permette di seguire i tuoi show preferiti provenienti da ondemand.mtv.it su XBMC.</description>
</extension>
</addon>