summaryrefslogtreecommitdiff
path: root/plugin.video.crossroads/addon.xml
blob: 5c74ffc37c25177f58cf13c197550cec7aaedd6d (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.crossroads"
version="1.0.1"
name="Crossroads Church"
provider-name="CRDS">
<requires>
  <import addon="xbmc.python" version="2.25.0"/>
  <import addon="script.module.urlresolver" version="2.10.0" />
  <import addon="script.module.metahandler" version="1.0.0" />
  <import addon="script.module.requests" version="2.7.0" />
  <import addon="plugin.video.youtube" version="5.3.6"/>
  <import addon="script.common.plugin.cache" version="2.5.8"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
  <provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
  <summary lang="en">Crossroads Church</summary>
  <description lang="en">This plugin provides access to live crossroads streams and past services. 
We started this church for our friends who didn't like church.
Crossroads is for anyone who wants to seek God-from those exploring whether or not God even exists, to committed Christ-followers. 
We present biblical truths and show how they apply to our everyday lives. And we have a lot of fun while doing it.</description>
  <disclaimer lang="en">This addon is supported by crds volunteers</disclaimer>
  <license>BSD 3-Clause License</license>
  <website>https://www.crossroads.net</website>
  <email>support@crossroads.net</email>
  <source>https://github.com/crdschurch/plugin.video.crossroads</source>
  <platform>all</platform>
  <language>en</language>
  <assets>
    <icon>icon.png</icon>
    <fanart>fanart.jpg</fanart>
    <screenshot>resources/screenshot-01.jpg</screenshot>
    <screenshot>resources/screenshot-02.jpg</screenshot>
    <screenshot>resources/screenshot-03.jpg</screenshot>  
  </assets>
  <news>v1.0.0  (2017-1-27)
- First version of Crossroads Stream Addon!
- Added ability to stream live service if there is a stream active
- Added ability to watch previous services
  </news>
</extension>
</addon>