/[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 1922 - (hide annotations) (download) (as text)
Wed Jan 30 07:28:56 2013 UTC (11 years, 3 months ago) by torben
File MIME type: text/xml
File size: 646 byte(s)
also remove beautifulsoup from dependencies
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     </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