blob: 5c66a0e3a08648615dda660694b238d39457533d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addoninfo>
<id>de.ofdb.scraper</id>
<type>scraper</type>
<title>OFDb.de</title>
<library>ofdb.xml</library>
<version>1.0.0</version>
<platforms>
<platform>all</platform>
</platforms>
<minversion>
<xbmc>20000</xbmc>
</minversion>
<summary>OFDb.de Movie Scraper</summary>
<description>Download Movie information from www.ofdb.de</description>
<author>TEAMXBMC</author>
<dependencies>
<dependency minversion="1.0.0" maxversion="">org.themoviedb.scraper.common</dependency>
<dependency minversion="1.0.0" maxversion="">com.movieposterdb.scraper.common</dependency>
</dependencies>
<supportedcontent>
<content>movies</content>
</supportedcontent>
</addoninfo>
|