Skip to content
This repository was archived by the owner on Jun 22, 2018. It is now read-only.

Commit 127c1cb

Browse files
committed
Last minute changes
1 parent 6c90d73 commit 127c1cb

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

addon.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
21
<addon id="plugin.video.stream" name="Stream" version="1.4.4" provider-name="brysonreece">
32
<requires>
43
<import addon="xbmc.python" version="2.1.0"/>
54
</requires>
65
<extension point="xbmc.python.pluginsource" library="addon.py">
76
<provides>video</provides>
87
</extension>
8+
<extension point="xbmc.addon.repository" name="brysonreece XBMC Repository">
9+
<info compressed="false">http://xbmc-repo.brysonreece.com/addons.xml</info>
10+
<checksum>http://xbmc-repo.brysonreece.com/addons.xml.md5</checksum>
11+
<datadir zip="true">http://xbmc-repo.brysonreece.com/stream/</datadir>
12+
</extension>
913
<extension point="xbmc.addon.metadata">
1014
<platform>all</platform>
11-
<website><![CDATA[http://stream.brysonreece.com/]]></website>
12-
<language></language>
13-
<license><![CDATA[GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007]]></license>
14-
<summary><![CDATA[Seamlessly watch content from across the internet.]]></summary>
15-
<description><![CDATA[Enjoy a variety of content, from TV shows to the latest movies!]]></description>
15+
<website>http://stream.brysonreece.com/</website>
16+
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
17+
<summary lang="en">Seamlessly watch content from across the internet.</summary>
18+
<description lang="en">Enjoy a variety of content, from your favorite TV shows to the latest movies!</description>
1619
</extension>
17-
</addon>
20+
</addon>

addon.xml.tpl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
</extension>
1414
<extension point="xbmc.addon.metadata">
1515
<platform>all</platform>
16-
<website><![CDATA[http://stream.brysonreece.com/]]></website>
16+
<website>http://stream.brysonreece.com/</website>
1717
<language></language>
18-
<license><![CDATA[GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007]]></license>
19-
<disclaimer>A fork of 'XBMCTorrent' by steeve</disclaimer>
20-
<summary><![CDATA[Seamlessly watch content from across the internet.]]></summary>
21-
<description><![CDATA[Enjoy a variety of content, from your TV shows to the latest movies!]]></description>
18+
<license><GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
19+
<summary>Seamlessly watch content from across the internet.</summary>
20+
<description>Enjoy a variety of content, from your TV shows to the latest movies!</description>
2221
</extension>
2322
</addon>

icon.png

3.58 KB
Loading

0 commit comments

Comments
 (0)