forked from hippojay/plugin.video.plexbmc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
23 lines (22 loc) · 1.01 KB
/
addon.xml
File metadata and controls
23 lines (22 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.plexbmc" name="PleXBMC" version="4.0.0~beta4" provider-name="Hippojay (plexbmc@h-jay.com)">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
<import addon="script.module.requests" version="2.6.0"/>
<import addon="script.module.pyxbmct" version="1.1.4"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video audio image</provides>
</extension>
<extension point="xbmc.python.script"
library="default.py">
<provides>executable</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>