-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathaddons.xml
76 lines (73 loc) · 2.85 KB
/
addons.xml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="metadata.common.anidb.net"
name="AniDB.net [MOD] common scraper functions"
version="1.3.1"
provider-name="scudlee">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
</requires>
<extension point="xbmc.metadata.scraper.library"
library="anidb.xml"
cachepersistence="24:00"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">AniDB.net [MOD] scraper library</summary>
<description lang="en">Download anime show information from AniDB.net</description>
<platform>all</platform>
</extension>
</addon>
<addon id="metadata.movies.anidb.net.mod"
name="AniDB.net [MOD]"
version="2.3.0"
provider-name="scudlee">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
<import addon="metadata.common.anidb.net" version="1.3.0"/>
<import addon="metadata.common.themoviedb.org" version="2.9.0"/>
<import addon="plugin.video.youtube" version="4.0.0" optional="true"/>
</requires>
<extension point="xbmc.metadata.scraper.movies"
language="en"
library="anidb.xml"
cachepersistence="24:00"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">AniDB.net Movies scraper [MOD]</summary>
<description lang="en">Download anime movie information from AniDB.net</description>
<platform>all</platform>
</extension>
</addon>
<addon id="metadata.tvshows.anidb.net.mod"
name="AniDB.net [MOD]"
version="2.5.0"
provider-name="scudlee">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
<import addon="metadata.common.anidb.net" version="1.3.0"/>
</requires>
<extension point="xbmc.metadata.scraper.tvshows"
language="en"
library="anidb.xml"
cachepersistence="24:00"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">AniDB.net TV Show scraper [MOD]</summary>
<description lang="en">Download anime show information from AniDB.net</description>
<platform>all</platform>
</extension>
</addon>
<addon id="repository.scudlee"
name="ScudLee's XBMC Addon Repository"
version="1.0.0"
provider-name="scudlee">
<extension point="xbmc.addon.repository"
name="ScudLee's XBMC Addon Repository">
<info compressed="false">https://github.com/ScudLee/scudlee-xbmc-addons/raw/master/addons.xml</info>
<checksum>https://github.com/ScudLee/scudlee-xbmc-addons/raw/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/ScudLee/scudlee-xbmc-addons/raw/master/repo/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Add-ons from ScudLee's Repository</summary>
<description>AniDB.net scraper mods for XBMC</description>
<platform>all</platform>
</extension>
</addon>
</addons>