blob: 69d611300cfaae4f38f1b2db56f2f8aa719b89c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.common.dtrailer.com"
name="DTrailer common scraper functions"
version="1.0.0"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
</requires>
<extension point="xbmc.metadata.scraper.library"
library="dtrailer.xml"/>
<extension point="xbmc.addon.metadata">
<summary>DTrailer Scraper Library</summary>
<summary lang="hu">Dtrailer scraper könyvtár</summary>
<summary lang="nl">DTralier Scraper Collectie</summary>
<description>Download trailers from www.themoviedb.org</description>
<description lang="hu">Filmelőzetesek letöltése a www.themoviedb.org webhelyről.</description>
<description lang="nl">Download trailers van www.themoviedb.org</description>
<platform>all</platform>
</extension>
</addon>
|