summaryrefslogtreecommitdiff
path: root/plugin.video.embycon/addon.xml
blob: 908f69f0093f7d2445492050a770a7ec111bf1dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon  id="plugin.video.embycon" 
        name="EmbyCon"
        version="1.4.43"
        provider-name="Team B">
  <requires>
    <import addon="xbmc.python" version="2.25.0"/>
  </requires>
  <extension point="xbmc.python.pluginsource" library="default.py">
        <provides>video audio</provides>
  </extension>
  <extension point="xbmc.service" library="service.py" start="login">
  </extension>
  <extension point="xbmc.addon.metadata">
    <platform>all</platform>
    <language>en</language>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <forum>https://emby.media/community/index.php?/forum/99-kodi/</forum>
    <website>https://faush01.github.io/plugin.video.embycon/</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>
  </extension>
</addon>