This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
forked from HooliganHarls/repository.plexbmc.addons
-
Notifications
You must be signed in to change notification settings - Fork 9
/
addons.xml
82 lines (78 loc) · 3.3 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.video.plexbmc"
name="PleXBMC"
version="3.0.7"
provider-name="Hippojay ([email protected])">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video audio image</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<minversion>1</minversion>
<summary lang="en">Browse and play local video, music and photo media files managed by Plex Media Server.</summary>
<description lang="en">Browse and play local video, music and photo media files managed by Plex Media Server.</description>
</extension>
</addon>
<addon id="script.plexbmc.helper"
name="PleXBMC Helper"
version="3.0.5"
provider-name="Hippojay ([email protected])">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.service"
library="default.py" start="startup">
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<minversion>1</minversion>
<summary lang="en">Helps PLEXBMC use Plex Remote applications.</summary>
<description lang="en">A helper application that allows iOS and andriod plex remotes communicate with the PleXBMC addon for XBMC.</description>
</extension>
</addon>
<addon id="skin.quartz3.plexbmc" version="0.7.4" name="Quartz V3 plexbmc" provider-name="hippojay (original skin by Pecinko)">
<requires>
<import addon="xbmc.gui" version="4.0.0"/>
<import addon="script.favourites" version="4.0.4"/>
</requires>
<extension
point="xbmc.gui.skin"
defaultthemename="Textures.xbt"
debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>Apple TV style skin</summary>
<description>Inspired by Apple TV interface Quartz brings easy to use, fast and flexible user interface. If you believe that sometimes less means more, you might feel right at home with Quartz. Skin graphics by Baswazz.</description>
</extension>
</addon>
<addon
id="xbmc.repo.plexbmc"
name="PleXBMC Add-ons for XBMC"
version="2.0.2"
provider-name="hippojay">
<requires>
<import addon="xbmc.addon" version="12.0.0"/>
</requires>
<extension point="xbmc.addon.repository"
name="PlexBMC Add-on Repository">
<info compressed="true">http://repository-plexbmc-addons.googlecode.com/git-history/frodo/addons.xml</info>
<checksum>http://repository-plexbmc-addons.googlecode.com/git-history/frodo/addons.xml.md5</checksum>
<datadir zip="true">http://repository-plexbmc-addons.googlecode.com/git-history/frodo/download</datadir>
<hashes>true</hashes>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Install Add-ons for PleXBMC</summary>
<description lang="en">Install addons to enhance the Plex + XBMC relationship. Cosy....</description>
<disclaimer lang="en"></disclaimer>
<platform>all</platform>
<nofanart>true</nofanart>
</extension>
</addon>
</addons>