-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathaddon.xml
More file actions
22 lines (22 loc) · 1.14 KB
/
addon.xml
File metadata and controls
22 lines (22 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.filmstarts_de" name="FilmStarts.de" version="2.1.3" provider-name="AddonScriptorDE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">Deutsche Trailer, Filmnews und Interviews</summary>
<summary lang="en">German trailers, movie-news and interviews</summary>
<language>de</language>
<description lang="de">Deutsche Trailer, Filmnews und Interviews</description>
<description lang="en">German trailers, movie-news and interviews</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/AddonScriptorDE/plugin.video.filmstarts_de</source>
<forum>http://forum.xbmc.org/showthread.php?tid=132563</forum>
<email>AddonScriptorDE at yahoo dot de</email>
<website>http://www.filmstarts.de</website>
</extension>
</addon>