Skip to content

Commit

Permalink
mrblamo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Colossal1 committed Oct 7, 2017
1 parent db84b15 commit e7a2872
Show file tree
Hide file tree
Showing 13 changed files with 880 additions and 4 deletions.
23 changes: 21 additions & 2 deletions addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ provider-name="Smurf, Locknload">
</extension>
</addon>

<addon id="plugin.video.blamo" version="2.3.2" name="Death Streams" provider-name="MR.Blamo">
<requires>
<addon id="plugin.video.blamo" version="2.3.3" name="Death Streams" provider-name="MR.Blamo">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
<import addon="script.module.pyxbmct" version="1.1.4"/>
<import addon="script.module.urlresolver" version="3.0.0"/>
Expand All @@ -171,6 +171,25 @@ provider-name="Smurf, Locknload">
</extension>
</addon>

<addon id="context.ds.tools" version="1.1.0" name="DS Context Tools" provider-name="Mr.Blamo">
<requires>
<import addon="xbmc.python" version="2.2.0"/>
<import addon="plugin.video.blamo"/>
<import addon="script.module.deathstreams"/>
</requires>
<extension point="kodi.context.item" library="default.py">
<item>
<label>Death Streams Tools...</label>
<visible>!StringCompare(ListItem.dbid,)+[StringCompare(ListItem.dbtype,movie)|StringCompare(ListItem.dbtype,tvshow)|StringCompare(ListItem.dbtype,season)|StringCompare(ListItem.dbtype,episode)]</visible>
</item>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Library Context Menu Tools for Death Streams</summary>
<description>This addon provides context menu tools for Death Streams</description>
<platform>all</platform>
</extension>
</addon>

<addon id="plugin.video.cartoonsgr" name="CartoonsGR" version="0.0.8" provider-name="Bugatsinho">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ff353004c026447b59bb007befcf44bc
7b2b909ec04873998194d1c7596d07db
1 change: 1 addition & 0 deletions addons.xml.md5~
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ff353004c026447b59bb007befcf44bc
825 changes: 825 additions & 0 deletions addons.xml~

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions context.ds.tools/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--suppress ALL -->
<addon id="context.ds.tools" version="1.1.0" name="DS Context Tools" provider-name="Mr.Blamo">
<requires>
<import addon="xbmc.python" version="2.2.0"/>
<import addon="plugin.video.blamo"/>
<import addon="script.module.deathstreams"/>
</requires>
<extension point="kodi.context.item" library="default.py">
<item>
<label>Death Streams Tools...</label>
<visible>!StringCompare(ListItem.dbid,)+[StringCompare(ListItem.dbtype,movie)|StringCompare(ListItem.dbtype,tvshow)|StringCompare(ListItem.dbtype,season)|StringCompare(ListItem.dbtype,episode)]</visible>
</item>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Library Context Menu Tools for Death Streams</summary>
<description>This addon provides context menu tools for Death Streams</description>
<platform>all</platform>
</extension>
</addon>
6 changes: 6 additions & 0 deletions context.ds.tools/changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[B]Version 1.1.0[/B]
- Improved Widget Parsing
- New Icon

[B]Version 1.1.0[/B]
- Initial version
Binary file added context.ds.tools/context.ds.tools-1.1.0.zip
Binary file not shown.
Binary file added context.ds.tools/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion plugin.video.blamo/addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="plugin.video.blamo" version="2.3.2" name="Death Streams" provider-name="MR.Blamo">
<addon id="plugin.video.blamo" version="2.3.3" name="Death Streams" provider-name="MR.Blamo">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
<import addon="script.module.pyxbmct" version="1.1.4"/>
Expand Down
5 changes: 5 additions & 0 deletions plugin.video.blamo/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[B]Version 2.3.3[/B]
- Changed Image Proxy port
- Added Context Tools
- Dizilab Repaired

[B]Version 2.3.2[/B]
-Fixed and repaired a few scrapers

Expand Down
Binary file modified plugin.video.blamo/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed plugin.video.blamo/plugin.video.blamo-2.3.2.zip
Binary file not shown.
Binary file added plugin.video.blamo/plugin.video.blamo-2.3.3.zip
Binary file not shown.

0 comments on commit e7a2872

Please sign in to comment.