/[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 3263 - (hide annotations) (download) (as text)
Tue Feb 23 19:19:52 2021 UTC (3 years, 2 months ago) by torben
File MIME type: text/xml
File size: 1008 byte(s)
Use icon and fanart

1 torben 1629 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2     <addon id="plugin.video.todic"
3     name="TODiC"
4 torben 3263 version="1.9.2"
5 torben 1629 provider-name="Todic Internet Systems">
6     <requires>
7 torben 3261 <!-- xbmc.python 3.0.0 == kodi v19 && python -->
8     <import addon="xbmc.python" version="3.0.0"/>
9 torben 1629 </requires>
10     <extension point="xbmc.python.pluginsource"
11     library="default.py">
12     <provides>video</provides>
13     </extension>
14     <extension point="xbmc.addon.metadata">
15     <platform>all</platform>
16     <summary>Todic Video Player</summary>
17     <description>Play video from Todic</description>
18     <disclaimer>You need to generate XBMC-key under profile.</disclaimer>
19 torben 3263 <assets>
20     <icon>icon.png</icon>
21     <fanart>fanart.jpg</fanart>
22     <!--<banner></banner> --> <!-- optional -->
23     <!--<clearlogo>resources/clearlogo.png</clearlogo>--> <!-- optional -->
24     <!--<screenshot></screenshot> --> <!-- optional, max 10 -->
25     </assets>
26 torben 1629 </extension>
27     </addon>

  ViewVC Help
Powered by ViewVC 1.1.20