/[projects]/misc/xbmc/plugin.video.todic/addon.xml
ViewVC logotype

Annotation of /misc/xbmc/plugin.video.todic/addon.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3245 - (hide annotations) (download) (as text)
Mon Feb 18 18:09:47 2019 UTC (5 years, 2 months ago) by torben
File MIME type: text/xml
File size: 649 byte(s)
fix syntax err
1 torben 1629 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2     <addon id="plugin.video.todic"
3     name="TODiC"
4 torben 3245 version="1.7.2"
5 torben 1629 provider-name="Todic Internet Systems">
6     <requires>
7 torben 3161 <import addon="xbmc.python" version="2.14.0"/>
8 torben 1629 </requires>
9     <extension point="xbmc.python.pluginsource"
10     library="default.py">
11     <provides>video</provides>
12     </extension>
13     <extension point="xbmc.addon.metadata">
14     <platform>all</platform>
15     <summary>Todic Video Player</summary>
16     <description>Play video from Todic</description>
17     <disclaimer>You need to generate XBMC-key under profile.</disclaimer>
18     </extension>
19     </addon>

  ViewVC Help
Powered by ViewVC 1.1.20