-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathaddon.xml
31 lines (31 loc) · 1.38 KB
/
addon.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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.embycon"
name="EmbyCon"
version="1.10.27"
provider-name="Team B">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.pil" version="1.1.7"/>
<import addon="skin.estuary_embycon" version="1.0.0"/>
<import addon="screensaver.embycon" version="1.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video audio</provides>
<medialibraryscanpath content="movies">library/movies</medialibraryscanpath>
</extension>
<extension point="xbmc.service" library="service.py" start="login"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>en</language>
<license>GPL-2.0-only</license>
<forum>https://github.com/faush01/plugin.video.embycon/issues</forum>
<website>https://github.com/faush01/plugin.video.embycon/wiki</website>
<source>https://github.com/faush01/plugin.video.embycon</source>
<summary lang="en_GB">Browse and play your Emby server media library.</summary>
<description lang="en_GB">An addon to allow you to browse and playback your Emby (www.emby.media) Movie, TV Show and Music collections.</description>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>