-
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
0 parents
commit 7200ed9
Showing
9 changed files
with
755 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,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto |
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 @@ | ||
# zips |
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,77 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<addons> | ||
<addon id="script.module.resolveurl" name="ResolveURL" version="5.0.04" 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> | ||
<addon id="script.module.resolveurl.xxx" version="2.0.00" 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> | ||
<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> | ||
<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> | ||
</addons> |
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 @@ | ||
11251F6665D944C535747E0E06127856 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.