/[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 3151 - (hide annotations) (download) (as text)
Thu Nov 24 19:55:00 2016 UTC (7 years, 5 months ago) by torben
File MIME type: text/xml
File size: 650 byte(s)
only report playtime if we have moved beyond first 60 seconds
1 torben 1629 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2     <addon id="plugin.video.todic"
3     name="TODiC"
4 torben 3151 version="0.0.21b"
5 torben 1629 provider-name="Todic Internet Systems">
6     <requires>
7 torben 2159 <import addon="xbmc.python" version="2.1.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