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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3265 - (show annotations) (download) (as text)
Sat Mar 20 18:35:52 2021 UTC (3 years, 1 month ago) by torben
File MIME type: text/xml
File size: 1008 byte(s)
Add User Agent to requests
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <addon id="plugin.video.todic"
3 name="TODiC"
4 version="1.9.4"
5 provider-name="Todic Internet Systems">
6 <requires>
7 <!-- xbmc.python 3.0.0 == kodi v19 && python -->
8 <import addon="xbmc.python" version="3.0.0"/>
9 </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 <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 </extension>
27 </addon>

  ViewVC Help
Powered by ViewVC 1.1.20