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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3037 by torben, Mon May 30 20:26:56 2016 UTC revision 3264 by torben, Fri Feb 26 12:24:06 2021 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2  <addon id="plugin.video.todic"  <addon id="plugin.video.todic"
3         name="TODiC"         name="TODiC"
4         version="0.0.16"         version="1.9.3"
5         provider-name="Todic Internet Systems">         provider-name="Todic Internet Systems">
6    <requires>    <requires>
7      <import addon="xbmc.python" version="2.1.0"/>      <!-- xbmc.python 3.0.0 == kodi v19 && python -->
8        <import addon="xbmc.python" version="3.0.0"/>
9    </requires>    </requires>
10    <extension point="xbmc.python.pluginsource"    <extension point="xbmc.python.pluginsource"
11              library="default.py">              library="default.py">
# Line 15  Line 16 
16      <summary>Todic Video Player</summary>      <summary>Todic Video Player</summary>
17      <description>Play video from Todic</description>      <description>Play video from Todic</description>
18      <disclaimer>You need to generate XBMC-key under profile.</disclaimer>      <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>    </extension>
27  </addon>  </addon>

Legend:
Removed from v.3037  
changed lines
  Added in v.3264

  ViewVC Help
Powered by ViewVC 1.1.20