aboutsummaryrefslogtreecommitdiff
path: root/addons/com.imdb.scraper/description.xml
blob: 74a7a77e7b8837d55a5b4cb0cc2cdbc75ff1cf5c (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
25
26
27
28
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addoninfo>
  <id>com.imdb.scraper</id>
  <type>scraper</type>
  <title>IMDb</title>
  <library>imdb.xml</library>
  <version>1.0.0</version>
  <platforms>
    <platform>all</platform>
  </platforms>
  <minversion>
    <xbmc>20000</xbmc>
  </minversion>
  <summary>IMDB Movie Scraper</summary>
  <description>Download Movie information from www.imdb.com
The Internet Movie Database (IMDb) is a HUGE collection of movie information. They try to catalog every pertinent detail about a movie, from who was in it, to who made it, to trivia about it, to filming locations, and even where you can find reviews and fan sites on the web. They then do their best to present this information in a manner that is easy to search and access.</description>
  <author>Team XBMC</author>
  <dependencies>
    <dependency minversion="1.0.0" maxversion="">com.imdb.scraper.common</dependency>
    <dependency minversion="1.0.0" maxversion="">metadata.common.themoviedb.org</dependency>
    <dependency minversion="1.0.0" maxversion="">com.movieposterdb.scraper.common</dependency>
    <dependency minversion="1.0.0" maxversion="">com.impa.scraper.common</dependency>
    <dependency minversion="1.0.0" maxversion="">metadata.common.dtrailer.com</dependency>
  </dependencies>
  <supportedcontent>
    <content>movies</content>
  </supportedcontent>
</addoninfo>