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
15 lines (15 loc) · 750 Bytes
/
addon.xml
File metadata and controls
15 lines (15 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.plexbmc" name="PleXBMC" version="3.4.6~beta3" provider-name="Hippojay (plexbmc@h-jay.com)">
<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>