/[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 1921 - (hide annotations) (download) (as text)
Wed Jan 30 07:26:42 2013 UTC (11 years, 3 months ago) by torben
File MIME type: text/xml
File size: 709 byte(s)
remove json dependency and bump version number
1 torben 1629 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2     <addon id="plugin.video.todic"
3     name="TODiC"
4 torben 1921 version="0.0.7"
5 torben 1629 provider-name="Todic Internet Systems">
6     <requires>
7     <import addon="xbmc.python" version="1.0"/>
8     <import addon="script.module.beautifulsoup" version="3.0.8"/>
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     </extension>
20     </addon>

  ViewVC Help
Powered by ViewVC 1.1.20