[go: up one dir, main page]

Menu

[0b307e]: / addon.xml  Maximize  Restore  History

Download this file

31 lines (30 with data), 1.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.dropbox" name="Dropbox" version="0.2.0b"
provider-name="Joost Kop">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.common.plugin.cache" version="0.9.1" />
<import addon="script.web.viewer" version="0.9.10" />
</requires>
<extension point="xbmc.python.pluginsource" library="browse_folder.py">
<provides>audio image video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language>en</language>
<summary lang="en">View files from your Dropbox account</summary>
<summary lang="nl">Bekijk bestanden van je Dropbox account
</summary>
<description lang="en">View files from your Dropbox account.
This addon can access to all files and folders in your Dropbox.
</description>
<description lang="nl">Bekijk bestanden van je Dropbox account.
Deze addon heeft toegang tot alle bestanden en mappen in uw Dropbox.
</description>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum />
<website>https://sourceforge.net/projects/xbmc-dropbox/</website>
<email />
<source />
</extension>
</addon>