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

Commit

Permalink
Last minute changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brysonreece committed Jun 4, 2014
1 parent 6c90d73 commit 127c1cb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
17 changes: 10 additions & 7 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.stream" name="Stream" version="1.4.4" provider-name="brysonreece">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.repository" name="brysonreece XBMC Repository">
<info compressed="false">http://xbmc-repo.brysonreece.com/addons.xml</info>
<checksum>http://xbmc-repo.brysonreece.com/addons.xml.md5</checksum>
<datadir zip="true">http://xbmc-repo.brysonreece.com/stream/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<website><![CDATA[http://stream.brysonreece.com/]]></website>
<language></language>
<license><![CDATA[GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007]]></license>
<summary><![CDATA[Seamlessly watch content from across the internet.]]></summary>
<description><![CDATA[Enjoy a variety of content, from TV shows to the latest movies!]]></description>
<website>http://stream.brysonreece.com/</website>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<summary lang="en">Seamlessly watch content from across the internet.</summary>
<description lang="en">Enjoy a variety of content, from your favorite TV shows to the latest movies!</description>
</extension>
</addon>
</addon>
9 changes: 4 additions & 5 deletions addon.xml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<website><![CDATA[http://stream.brysonreece.com/]]></website>
<website>http://stream.brysonreece.com/</website>
<language></language>
<license><![CDATA[GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007]]></license>
<disclaimer>A fork of 'XBMCTorrent' by steeve</disclaimer>
<summary><![CDATA[Seamlessly watch content from across the internet.]]></summary>
<description><![CDATA[Enjoy a variety of content, from your TV shows to the latest movies!]]></description>
<license><GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<summary>Seamlessly watch content from across the internet.</summary>
<description>Enjoy a variety of content, from your TV shows to the latest movies!</description>
</extension>
</addon>
Binary file modified icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 127c1cb

Please sign in to comment.