summaryrefslogtreecommitdiff
path: root/plugin.video.embycon/addon.xml
blob: eb1e52f32ab9366a8fd34cc3433cb565aa5917fb (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.3.47"
        provider-name="Team B">
  <requires>
    <import addon="xbmc.python" version="2.24.0"/>
  </requires>
  <extension point="xbmc.python.pluginsource" library="default.py">
        <provides>video</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?/topic/46651-embycon/</forum>
    <website>https://emby.media/community/index.php?/topic/46651-embycon/</website>
    <source>https://github.com/faush01/plugin.video.embycon</source>
    <summary lang="en_GB">View and play your Emby media library.</summary>
    <description lang="en_GB">An addon to allow you to view and playback your Emby (www.emby.media) Movie and TV Show collection.</description>
  </extension>
</addon>