-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9da458
commit 87c14bb
Showing
82 changed files
with
2,076 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ec1d0d4c81b436df45608613eeb55519 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="plugin.program.indigo" version="3.0.2" name="Indigo" author="tvaddons"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.1.0"/> | ||
</requires> | ||
<extension point="xbmc.python.pluginsource" library="default.py"> | ||
<provides>video executable </provides> | ||
</extension> | ||
<extension point="xbmc.service" library="service.py" start="startup"/> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en">Indigo is your gateway to the world of unofficial Kodi addons!</summary> | ||
<description lang="en">Indigo is your gateway to the world of unofficial Kodi addons! Please visit www.tvaddons.co for support.</description> | ||
<disclaimer lang="en">Kodi is a registered trademark of the XBMC Foundation. We are not connected to or in any other way affiliated with Kodi, Team Kodi, or the XBMC Foundation. Furthermore, any software, addons, or products offered by us will receive no support in official Kodi channels, including the Kodi forums and various social networks.</disclaimer> | ||
<language>en</language> | ||
<platform>all</platform> | ||
<forum>https://www.tvaddons.co/forums</forum> | ||
<website>https://www.tvaddons.co</website> | ||
<source>https://github.com/tvaddonsco/plugin.program.indigo</source> | ||
</extension> | ||
</addon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
V3.0.0 | ||
-Code Cleanup | ||
- Addod Install from Online Source | ||
- New TVADDONS.CO Source | ||
|
||
V2.0.0 | ||
Natively Install Dependencies | ||
Timeouts for bad servers | ||
More Dialog to inform user of status | ||
Code Cleanup | ||
|
||
V 1.0.4 | ||
Echo Additions | ||
|
||
V 1.0.3 | ||
Code and art optimization (Twilight) | ||
|
||
V1.0.2 | ||
Fixed broken Next Page function in installer | ||
|
||
V1.0.0 | ||
Initial Official Release |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<addon | ||
id="plugin.video.SportsDevil" | ||
version="2017.03.28.NL1115" | ||
name="SportsDevil" | ||
provider-name="MaxMustermann, Al101, Hubbab3, Jairox, Sattekop"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.14.0"/> | ||
<import addon="script.module.dateutil" /> | ||
<import addon="script.module.simplejson" /> | ||
<import addon="script.module.six" /> | ||
<import addon="script.module.requests" /> | ||
<import addon="script.module.livestreamer" /> | ||
<!-- <import addon="script.video.F4mProxy" /> --> | ||
<!-- <import addon="plugin.video.f4mTester" /> --> | ||
</requires> | ||
<extension | ||
point="xbmc.python.pluginsource" | ||
library="default.py"> | ||
<provides>video</provides> | ||
</extension> | ||
<extension point="xbmc.service" library="service/proxy_service.py" start="startup" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en">SportsDevil addon</summary> | ||
<description lang="en">Play videos of different ad-financed sports streaming sites.</description> | ||
<description lang="he">נגן סרטונים של אתרי ספורט שונים הממומנים על ידי מודעות.</description> | ||
<disclaimer lang="en">SportsDevil does not provide any streams of its own; stream quality, content and copyright are responsibility of the ad-financed source web site. For updates - check the readme.</disclaimer> | ||
<disclaimer lang="he">SportsDevil אינו מספק שום הזרמה; איכות הזרם, התוכן וזכויות היוצרים הם באחריות אתר האינטרנט הממומן על ידי המודעה. לעדכונים בדוק את קובץ readme</disclaimer> | ||
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license> | ||
<platform>all</platform> | ||
</extension> | ||
</addon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,167 @@ | ||
v 1.8.8.0 (17-Oct-14) | ||
------------------------------ | ||
- Fix: iLive (thanks to L2501) | ||
- New: StreamHD in Sports TV | ||
- New: HitSports in Sports TV | ||
- Some minor fixes and catcher updates (thanks to L2501) | ||
|
||
------------------------------ | ||
v 1.8.7.9 (29-Sep-14) | ||
------------------------------ | ||
- New: Post data support (thanks to L2501) | ||
- Updated RojaDirecta (new url) | ||
- Some catcher updates (thanks to L2501 and Enen) | ||
|
||
------------------------------ | ||
v 1.8.7.8 (20-Sep-14) | ||
------------------------------ | ||
- Updated CoolSports (new url) | ||
- Fixed FirstRowSports.eu | ||
- Some catcher updates (thanks to L2501) | ||
|
||
------------------------------ | ||
v 1.8.7.7 (24-Aug-14) | ||
------------------------------ | ||
- Added SoccerEmbed.com to Sports TV | ||
- Added U-Peak.me to Sports TV | ||
- Catchers update | ||
|
||
------------------------------ | ||
v 1.8.7.6 (21-Aug-14) | ||
------------------------------ | ||
- Updated VipBox.tv | ||
- Updated CoolSports.tv | ||
- Some catcher updates (thanks to L2501) | ||
|
||
------------------------------ | ||
v 1.8.7.5 (20-Jul-14) | ||
------------------------------ | ||
- Added p.a.c.k.e.r function (thanks to shani_08) | ||
- Added javascript demystification function can now be called from cfg files (thanks to shani_08) | ||
- Added Streamago.tv to Live TV | ||
- Added iPhone.TV to Live TV | ||
- Updated p2p links (thanks to sattekop) | ||
- Updated Cricfree.tv new url | ||
- Fixed AtdheNet.tv | ||
- Fixed Strmh24.com | ||
- Fixed SportsHDFree.com | ||
- Some minor catcher updates | ||
|
||
------------------------------ | ||
v 1.8.7.4 (10-Jul-14) | ||
------------------------------ | ||
- Some minor catcher updates | ||
|
||
------------------------------ | ||
v 1.8.7.3 (10-Jul-14) | ||
------------------------------ | ||
- Updated Cricket in Sports TV | ||
- Updated BlackTvLive.com in Live TV (Shini's zemtv addon is needed to play some links) | ||
- Some minor catcher updates | ||
|
||
------------------------------ | ||
v 1.8.7.2 (9-Jul-14) | ||
------------------------------ | ||
- New js functions work now(thanks to shani_08) | ||
- Some minor catcher updates | ||
|
||
------------------------------ | ||
v 1.8.7.1 (6-Jul-14) | ||
------------------------------ | ||
- Added javascript demystification functions(thanks to shani_08) | ||
- Updated VipBox.tv new url | ||
- Updated FirstRowSports.eu new url | ||
- Fixed FirstRowSports.ge | ||
- Fixed LiveTV.ru | ||
- Fixed Strmh24.com | ||
- Some minor catcher updates | ||
|
||
------------------------------ | ||
v 1.8.7 (27-Jun-14) | ||
------------------------------ | ||
- Fixed division function (thanks to Enen) | ||
- Fixed StopStream.com categories | ||
- Fixed rojadirecta.me not all available links were captured | ||
- Fixed Strmh24.com | ||
- Added DittoTV.com (Indian TV) | ||
- Added BlackTvLive.com (Indian TV) | ||
- Some minor catcher updates | ||
|
||
------------------------------ | ||
v 1.8.6.9 (10-Jun-14) | ||
------------------------------ | ||
- Updated Ace links(thanks to sattekop) | ||
- Fixed HDfoots | ||
- Added ZengaTV.com (Indian TV) | ||
- Some minor catcher updates | ||
|
||
------------------------------ | ||
v 1.8.6.8 (28-May-14) | ||
------------------------------ | ||
- Fixed favourites (thanks to enen) | ||
- Added livefootball.ws to Live Sports (thanks to enen) | ||
- Fixed rojadirecta.me in Live Sports (thanks to enen) | ||
- Added fifaembed.com and strmh24.com in Sports TV | ||
- Fixed cricfire.com, mycrickethighlights.com and goalsarena in Highlights | ||
- Lots of minor fixes | ||
|
||
------------------------------ | ||
v 1.8.6.7 (18-May-14) | ||
------------------------------ | ||
- Catchers update | ||
|
||
------------------------------ | ||
v 1.8.6.6 (13-Apr-14) | ||
------------------------------ | ||
- Updated Wiziwig.tv not all available links were captured | ||
- Added TvToast.com to Live TV | ||
- Some minor catcher updates | ||
|
||
------------------------------ | ||
v 1.8.6.5 (31-Mar-14) | ||
------------------------------ | ||
- MilhouseVH has improved regex performance which will improve loading time | ||
- Updated VipBox.tv | ||
- Updated LiveFootballVideo.com | ||
- Fixed CricFire.com in Highlights | ||
- Added VaughnLive.tv to Live TV (thanks to pmolson for help with url resolution) | ||
- Some minor catcher updates | ||
|
||
------------------------------ | ||
v 1.8.6.4 (15-Mar-14) | ||
------------------------------ | ||
- Added bundesliga-streams.net to Live Sports | ||
- Updated Ace links(thanks to sattekop) | ||
- Fixed hdfooty.tv and iGole.tv in Sports TV | ||
- SopCast links are now streamed with P2P Streams plugin | ||
- Some minor catcher updates | ||
|
||
------------------------------ | ||
v 1.8.6.3 (26-Feb-14) | ||
------------------------------ | ||
- Fixed Highlights section (added new url resolvers: vk.com, facebook, playwire and dailymotion links are now streamed using dailymotion addon. | ||
- Added Movies category in iLive module | ||
- Some minor catcher fixes | ||
|
||
------------------------------ | ||
v 1.8.6.2 (16-Feb-14) | ||
------------------------------ | ||
- iLive fixed | ||
- Ace links updated (thanks to sattekop) | ||
|
||
------------------------------ | ||
v 1.8.6.1 (15-Feb-14) | ||
------------------------------ | ||
- AceStreams can now be streamed with external player or P2P Streams plugin | ||
- Lots of minor catcher fixes. | ||
|
||
------------------------------ | ||
v 1.8.6 (15-Feb-14) | ||
------------------------------ | ||
- Initial new repo release | ||
|
||
|
||
|
||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<addon id="plugin.video.blamo" version="2.3.6" 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"/> | ||
<import addon="script.module.metahandler" version="1.0.0" /> | ||
<import addon="script.module.futures"/> | ||
<import addon="script.module.myconnpy" version="1.1.6" /> | ||
<import addon="script.module.deathstreams"/> | ||
<import addon="script.module.six"/> | ||
<import addon="script.module.dateutil"/> | ||
</requires> | ||
<extension point="xbmc.python.pluginsource" library="default.py"> | ||
<provides>video</provides> | ||
</extension> | ||
<extension point="xbmc.service" library="service.py" start="startup"/> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en">Stream video from many difference sources, SALTS fork by MR.Blamo</summary> | ||
<summary lang="hr">Gledajte video iz različitih izvora, SALTS fork od MR.Blamo</summary> | ||
<summary lang="he">הזרמת וידאו ממקורות שונים רבים, פיתוח משנה של SALT על ידי MR.Blamo</summary> | ||
<description lang="en">This addon uses trakt.tv for most show and movie meta data and uses a variety of websites for hoster sources</description> | ||
<description lang="hr">Ovaj dodatak koristi trakt.tv za većinu metapodataka filmova i TV serija a koristi različite web stranice za izvore</description> | ||
<description lang="he">ההרחבה הזו משתמשת ב- trakt.tv עבור רוב נתוני מידע-מטא של הסרטים והסדרות ומשתמשת במגוון אתרי אינטרנט עבור מקורות מארחים</description> | ||
<disclaimer lang="en">The author of this addon do not host any of the content which is found and have no affiliation with any of the content providers. This addon simply searches websites for content. Use at your own risk!</disclaimer> | ||
<disclaimer lang="hr">Autor ovog dodatka ne posjeduje bilo kakav sadržaj koji je pronađen i nije povezan sa bilo kojim izvorom sadržaja. Ovaj dodatak samo pretražuje sadržaj na web stranicama. Koristite ga na vlastitu odgovornost!</disclaimer> | ||
<disclaimer lang="he">מחבר ההרחבה הזו אינו מארח את התוכן שיתכן ויימצא ואין לו זיקה לאף אחד מספקי התוכן. הרחבה רק מחפשת תוכן שקיים באתרי אינטרנט. השימוש בהרחבה הוא על אחריותך בלבד!</disclaimer> | ||
<platform>all</platform> | ||
</extension> | ||
</addon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
[B]Version 2.3.6[/B] | ||
- re added six.py | ||
- minor bugs fixed | ||
- added directstream and client py | ||
- olmovies sorted itself | ||
- added parsedom | ||
- changed default source window to directory | ||
- fixed a few errors in settings | ||
|
||
[B]Version 2.3.5[/B] | ||
- Few more Scrapers fixed | ||
- A few Debrid scrapers fixed | ||
- Removed tresureen | ||
- Minor fix to rlsbb | ||
|
||
[B]Version 2.3.4[/B] | ||
- Minor bug fix due to a scraper | ||
- Minor fixes to Croatian languages | ||
- Fixed a few scraper urls | ||
- Added MkvWatch scraper removed real. | ||
|
||
[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 | ||
|
||
[B]Version 2.3.1[/B] | ||
- Improved and updated Icon | ||
- Fixed a few more Issues | ||
- Added Themes | ||
- Redid Themes added New Images, Redid the Default Theme | ||
- Added all New Backgrounds | ||
- Scrapers Fixed Mehlizmovies, losmovies, pelispedia, mintmovies, ddlvalley, seriesonline | ||
|
||
[B]Version 2.3.0[/B] | ||
- Minor bug fixes | ||
- cleaned up a more files | ||
- Removed everything todo with TMDB cache | ||
- Revamped the DS image Thanks Scott | ||
- Fixed API keys | ||
|
||
[B]Version 2.2.6[/B] | ||
update to resolve the update from smash repo colossus is the main home.. | ||
|
||
[B]Version 2.2.5[/B] | ||
Minor bug fixes - cleaned up more files, Removed everything todo with TMDB cache and Revamped the DS image Thanks Scott, Fixed API keys. | ||
Please if anyone is interested in helping me with this you can find me on twitter, Credit goes to TKNorris of SALTS!! | ||
|
||
[B]Version 2.2.4[/B] | ||
sorted though files did a few changes cleaned unwanted junk.. | ||
|
||
[B]Version 2.1.6[/B] | ||
- Latest version fixed by MR B, Fixed Images Loading Slow, Tweaked a few debrid scrapers Update: Fixed some scrapers not scraping, Fixed a few scraper searches.. | ||
Please if anyone is interested in helping me with this feel free, i'll continue working on it !! | ||
|
||
[B]Version 2.1.4[/B] | ||
links repaired | ||
- couchtuner | ||
- pftv | ||
- hevcbluray | ||
- downloadtube | ||
- ddlvalley | ||
- moviexk | ||
- dizimag | ||
|
||
[B]Version 2.0.6[/B] | ||
Take over addon from TK | ||
Update translations | ||
Improve gvideo parsing |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="plugin.video.covenant" version="1.1.30" name="Covenant" provider-name="Covenant"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.19.0" /> | ||
<import addon="repository.colossus" /> | ||
<import addon="script.module.covenant" /> | ||
<import addon="script.covenant.artwork" version="1.0.0" /> | ||
<import addon="script.covenant.metadata" version="1.0.0" /> | ||
<import addon="script.module.urlresolver" version="3.0.0" /> | ||
<import addon="script.module.requests" /> | ||
<import addon="script.module.metahandler" version="1.0.0" /> | ||
</requires> | ||
<extension point="xbmc.python.pluginsource" library="covenant.py"> | ||
<provides>video</provides> | ||
</extension> | ||
<extension point="xbmc.service" library="service.py" start="startup" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en">Covenant</summary> | ||
<description lang="en">[I]A New Generation[/I][CR][CR][B]Covenant Movies and TV[/B][CR][CR]This addon does not form part of the Kodi Media Centre. Please do not seek assistance with this addon from any of the Official Kodi Support Channels.[CR][CR]The author does not host any of the content in this addon and takes no responsibility for content found.</description> | ||
<description lang="hr">[I]Nova generacija[/I][CR][CR][B]Covenant Filmova i TV serija[/B][CR][CR]Ovaj dodatak ne sadrži dijelove Kodi Medijskog Centra. Ne tažite pomoć za ovaj dodatak na službenim kanalima podrške za Kodi.[CR][CR]Autor ne posjeduje bilo kakav sadržaj u ovom dodatku i ne preuzima bilo kakvu odgovornost za pronađeni sadržaj.</description> | ||
<description lang="he">[I]הדור החדש[/I][CR][CR][B]Covenant סרטים וסדרות[/B][CR][CR]ההרחבה הזו אינה חלק של Kodi Media Center. אנא אל תבקש עזרה עם ההרחבה זה מכל אחד מערוצי התמיכה הרשמיים של Kodi [CR][CR]. אין למחבר תוכן בהרחבה הזו והמחבר אינו אחראי לתוכן שנמצא.</description> | ||
<platform>all</platform> | ||
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license> | ||
<forum></forum> | ||
<website></website> | ||
<source></source> | ||
<disclaimer lang="en">The author of this addon do not host any of the content which is found and have no affiliation with any of the content providers. This addon simply searches websites for content. Use at your own risk!</disclaimer> | ||
<disclaimer lang="hr">Autor ovog dodatka ne posjeduje bilo kakav sadržaj koji je pronađen i nije povezan sa bilo kojim izvorom sadržaja. Ovaj dodatak samo pretražuje sadržaj na web stranicama. Koristite ga na vlastitu odgovornost!</disclaimer> | ||
<disclaimer lang="he">מחבר ההרחבה זה אינו מארח את התוכן שיתכן ויימצא ואין לו זיקה לאף אחד מספקי התוכן. הרחבה רק מחפשת תוכן שקיים באתרי אינטרנט. השימוש בהרחבה הוא על אחריותך בלבד!</disclaimer> | ||
<assets> | ||
<icon>icon.png</icon> | ||
<fanart>fanart.jpg</fanart> | ||
<screenshot>resources/screenshots/screenshot-01.jpg</screenshot> | ||
<screenshot>resources/screenshots/screenshot-02.jpg</screenshot> | ||
<screenshot>resources/screenshots/screenshot-03.jpg</screenshot> | ||
</assets> | ||
<news></news> | ||
</extension> | ||
</addon> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.