-
Notifications
You must be signed in to change notification settings - Fork 169
/
addon.xml
20 lines (20 loc) · 812 Bytes
/
addon.xml
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="plugin.video.plexbmc"
name="PleXBMC"
version="1.3.2"
provider-name="Harley Hooligan and Hippojay">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<minversion>1</minversion>
<summary lang="en">Browse and play local video media files managed by Plex Media Server.</summary>
<description lang="en">Browse and play local video media files managed by Plex Media Server.</description>
</extension>
</addon>