/[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 3262 by torben, Sat Feb 20 10:08:38 2021 UTC revision 3263 by torben, Tue Feb 23 19:19:52 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="1.9.1"         version="1.9.2"
5         provider-name="Todic Internet Systems">         provider-name="Todic Internet Systems">
6    <requires>    <requires>
7      <!-- xbmc.python 3.0.0 == kodi v19 && python -->      <!-- xbmc.python 3.0.0 == kodi v19 && python -->
# Line 16  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.3262  
changed lines
  Added in v.3263

  ViewVC Help
Powered by ViewVC 1.1.20