-
Notifications
You must be signed in to change notification settings - Fork 0
/
addons.xml
131 lines (125 loc) · 5.43 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="metadata.common.rt.com"
name="Rotten Tomatoes common scraper functions"
version="1.1.1"
provider-name="mortstar">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
</requires>
<extension point="xbmc.metadata.scraper.library"
library="rt.xml"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">RT Scraper Library</summary>
<description lang="en">Download ratings from www.rottentomatoes.com</description>
</extension>
</addon>
<addon id="metadata.imdbrt.com"
name="IMDb + RT"
version="1.3.9"
provider-name="mortstar (IMDb by Team XBMC)">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
<import addon="metadata.common.themoviedb.org" version="1.0.7"/>
<import addon="metadata.common.movieposterdb.com" version="1.0.4"/>
<import addon="metadata.common.imdb.com" version="2.1.2"/>
<import addon="metadata.common.impa.com" version="1.0.3"/>
<import addon="metadata.common.hdtrailers.net" version="1.0.6"/>
<import addon="metadata.common.rt.com" version="1.1.1"/>
</requires>
<extension point="xbmc.metadata.scraper.movies"
language="en"
library="imdbrt.xml"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Movie information from IMDb + ratings from Rotten Tomatoes</summary>
<description lang="en">The Internet Movie Database (IMDb) is a HUGE collection of movie information, this addon will gather this data to populate your movie library. Rotten Tomatoes aggregates the reviews from movie critics and provides various ratings and other data which can supplement IMDb's information</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.audio.mflow"
version="0.4.4"
name="mFlow"
provider-name="Sam Price">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.simplejson" version="2.0.10"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>mFlow audio plugin</summary>
<description>A plugin for streaming music service mFlow.</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.fss" name="FlashSportStreams" version="1.1.0" provider-name="myksterx and mclog">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<minversion>31632</minversion>
<summary lang="en">Watch FlashSportStreams.com with XBMC</summary>
<description lang="en">Watch premium sports streaming services with XBMC. Requires a FlashSportStreams user account. See http://www.liveonlinefooty.com for more details.</description>
<disclaimer lang="en">This plugin may not be legal in your country. Please check local laws before use.</disclaimer>
</extension>
</addon>
<addon id="plugin.video.lof" name="LiveOnlineFooty" version="1.7.3" provider-name="myksterx and mclog">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<minversion>31632</minversion>
<summary lang="en">Watch LiveOnlineFooty.com with XBMC</summary>
<description lang="en">Watch premium sports streaming services with XBMC. Requires a LiveOnlineFooty user account. See http://www.liveonlinefooty.com for more details.</description>
<disclaimer lang="en">This plugin may not be legal in your country. Please check local laws before use.</disclaimer>
</extension>
</addon>
<addon id="repository.mortstar.addons"
name="mortstar's repo"
version="1.2.0"
provider-name="mortstar">
<extension point="xbmc.addon.repository"
name="mortstar's repo">
<info compressed="false">https://github.com/mortstar/repository-mortstar-addons/raw/master/addons.xml</info>
<checksum>https://github.com/mortstar/repository-mortstar-addons/raw/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/mortstar/repository-mortstar-addons/raw/master/repo/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Install mortstar's repo</summary>
<description>Download and install mortstar's repo</description>
<disclaimer></disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="script.lastfmplaylistgeneratorPM"
name="Last.FM Playlist Generator (Partymode)"
version="1.0.8"
provider-name="ErlendSB">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.pysqlite" version="2.5.6"/>
<import addon="script.module.pil" version="1.1.7"/>
</requires>
<extension point="xbmc.python.script"
library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<minversion>1</minversion>
<summary>Last.FM Playlist Generator (Partymode)</summary>
<description>Create smart playlists with the help of Last.FM</description>
</extension>
</addon>
</addons>