-
Notifications
You must be signed in to change notification settings - Fork 39
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
bb363b8
commit 5376de3
Showing
14 changed files
with
214 additions
and
0 deletions.
There are no files selected for viewing
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,27 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="plugin.video.adultswim" | ||
name="Adult Swim" | ||
version="1.0.5" | ||
provider-name="jsergio"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.20.0"/> | ||
<import addon="script.module.t1mlib" version="1.0.18"/> | ||
<import addon="script.module.metahandler" version="2.9.1"/> | ||
</requires> | ||
<extension point="xbmc.python.pluginsource" | ||
library="default.py"> | ||
<provides>video</provides> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en">Adult Swim</summary> | ||
<description lang="en">Watch free episodes from adultswim.com</description> | ||
<disclaimer lang="en">Feel free to use this script. For information visit the wiki.</disclaimer> | ||
<platform>all</platform> | ||
<language>en</language> | ||
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license> | ||
<forum>http://forum.kodi.tv/showthread.php?tid=224741</forum> | ||
<website>www.adultswim.com</website> | ||
<email></email> | ||
<source>https://github.com/learningit/Kodi-plugins-source</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,14 @@ | ||
Version 1.0.4 | ||
- MetaData enabled | ||
- Fixed fanart and thumbnails for episodes | ||
|
||
Version 1.0.3 | ||
- Improved Resolver | ||
- Enable/Disable Autoplay Option | ||
- Show/Hide Locked Episodes Option | ||
|
||
Version 1.0.1 | ||
- Minor Fixes | ||
|
||
Version 1.0.0 | ||
- Initial 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.
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,18 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="repository.jsergio" name="jsergio repo" version="1.0.3" provider-name="jsergio"> | ||
<extension point="xbmc.addon.repository" name="jsergio repo"> | ||
<dir> | ||
<info compressed="false">https://raw.github.com/ddurdle/repository.ddurdle/master/addons.xml</info> | ||
<checksum>https://raw.github.com/ddurdle/repository.ddurdle/master/addons.xml.md5</checksum> | ||
<datadir zip="true">http://dmdsoftware.net/repository.ddurdle/</datadir> | ||
</dir> | ||
<info compressed="false">https://raw.githubusercontent.com/jsergio123/zips/master/addons.xml</info> | ||
<checksum>https://raw.githubusercontent.com/jsergio123/zips/master/addons.xml.md5</checksum> | ||
<datadir zip="true">https://raw.githubusercontent.com/jsergio123/zips/master/</datadir> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary>Repo for jsergio Add-ons</summary> | ||
<description>Repo for jsergio Add-ons</description> | ||
<platform>all</platform> | ||
</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.
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,13 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="script.module.resolveurl.xxx" version="2.0.01" name="Adult Resolver SMR Extension" provider-name="jsergio, Echo Coder"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.1.0"/> | ||
<import addon="script.module.resolveurl" version="5.0.00" /> | ||
</requires> | ||
<extension point="xbmc.python.module" library="lib" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en">Resolve adult video host URL's to be playable in XBMC/Kodi.</summary> | ||
<description lang="en">Resolve adult video host URL's to be playable in XBMC/Kodi.</description> | ||
<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,12 @@ | ||
[B]Version 2.0.01 (Feb 08, 2018)[/B] | ||
- Code Base Changes: | ||
- none | ||
- Resolvers Added: | ||
- vartuc | ||
- mega3x | ||
- imperioporno | ||
- bitporno | ||
- Resolvers Fixed/Updated: | ||
- datoporn | ||
- Resolvers Removed | ||
- none |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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="script.module.resolveurl" name="ResolveURL" version="5.0.06b" provider-name="jsergio"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.1.0" /> | ||
<import addon="plugin.video.youtube" optional="true" /> | ||
<import addon="script.module.python.twitch" optional="true" /> | ||
<import addon="script.module.cryptopy" version="1.2.6" optional="true" /> | ||
<import addon="plugin.video.gdrive" optional="true" /> | ||
</requires> | ||
<extension point="xbmc.python.module" library="lib" /> | ||
<extension point="xbmc.python.pluginsource" library="lib/default.py" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<summary lang="en">Resolve common video host URL's to be playable in XBMC/Kodi.</summary> | ||
<summary lang="es">Resolver enlaces a videos de sitios populares para poder reproducirlos en XBMC/Kodi.</summary> | ||
<summary lang="hr">Prilagodi najčešće URL-ove video izvora kako bi radili u XBMC/Kodiju.</summary> | ||
<description lang="en">Resolve common video host URL's to be playable in XBMC/Kodi, simplify addon development of video plugins requiring multi video hosts.</description> | ||
<description lang="hr">Prilagodi najčešće URL-ove video izvora kako bi radili u XBMC/Kodiju, pojednostavnjuje razvoj priključaka za video dodatke koji zahtjevaju višestruke video izvore.</description> | ||
</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,110 @@ | ||
[B]Version 5.0.06b (Feb 17, 2018)[/B] | ||
- Code Base Changes: | ||
- Additional fixes for iOS and Xbox One | ||
- Resolvers Added: | ||
- ssfiles | ||
- Resolvers Fixed/Updated: | ||
- tunepk | ||
- Resolvers Removed | ||
- none | ||
- Languages Added/Updated | ||
- None | ||
|
||
|
||
[B]Version 5.0.06 (Feb 08, 2018)[/B] | ||
- Code Base Changes: | ||
- New artwork(thanks to jokstergfx) | ||
- Include jsunfuck | ||
- Resolvers Added: | ||
- none | ||
- Resolvers Fixed/Updated: | ||
- powvideo | ||
- streamplay | ||
- speedvid | ||
- thevid | ||
- thevideo | ||
- userscloud | ||
- vidlox | ||
- Resolvers Removed | ||
- none | ||
- Languages Added/Updated | ||
- None | ||
|
||
|
||
[B]Version 5.0.05 (Feb 06, 2018)[/B] | ||
- Public Release | ||
|
||
[B]Version 5.0.04 (Jan 14, 2018)[/B] | ||
- Code Base Changes: | ||
- Fix for SSL Context | ||
- Resolvers Added: | ||
- none | ||
- Resolvers Fixed/Updated: | ||
- rapidvideocom | ||
- Resolvers Removed | ||
- none | ||
- Languages Added/Updated | ||
- Greek | ||
|
||
|
||
[B]Version 5.0.03 (Dec 29, 2017)[/B] | ||
- Code Base Changes: | ||
- Fixes for Python > 2.7.12 | ||
- Fixes for Xbox One | ||
- Resolvers Added: | ||
- none | ||
- Resolvers Fixed/Updated: | ||
- alldebrid | ||
- uptobox | ||
- Resolvers Removed | ||
- none | ||
- Languages Added/Updated | ||
- Italian | ||
|
||
|
||
[B]Version 5.0.02 (Dec 29, 2017)[/B] | ||
- Code Base Changes: | ||
- New gmu file locations | ||
- Resolvers Added: | ||
- vidnode | ||
- Resolvers Fixed/Updated: | ||
- streamplay | ||
- thevid | ||
- alldebrid | ||
- speedvid | ||
- tunepk | ||
- speedplay | ||
- vidzella | ||
- Resolvers Removed | ||
- divxstage | ||
- cloudtime | ||
- nosvideo | ||
- stagevu | ||
- Languages Added/Updated | ||
- Norwegian translation | ||
- Croatian strings | ||
|
||
|
||
[B]Version 5.0.01 (Dec 15, 2017)[/B] | ||
- Code Base Changes: | ||
- Support for GDrive (see dmdsoftware.net) | ||
- Resolvers Added: | ||
- None | ||
- Resolvers Fixed/Updated: | ||
- googlevideo | ||
- powvideo | ||
- vidtodo | ||
- xvidstage | ||
- Languages Added/Updated | ||
- Spanish summary | ||
|
||
|
||
[B]Version 5.0.00 (Dec 03, 2017)[/B] | ||
- Code Base Changes: | ||
- Forked from SMU | ||
- Resolvers Added: | ||
- None | ||
- Resolvers Fixed/Updated: | ||
- None | ||
- Languages Added/Updated | ||
- None |
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.