Troglodytes Gorilla

master
xngsrs 5 years ago
parent e3170ccd62
commit be933c4438

@ -96,7 +96,7 @@ level.</description>
</extension>
</addon>
<addon id="script.module.resolveurl" name="ResolveURL" version="5.0.28" provider-name="jsergio">
<addon id="script.module.resolveurl" name="ResolveURL" version="5.0.29a" provider-name="jsergio">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="plugin.video.youtube" optional="true" />
@ -107,7 +107,7 @@ level.</description>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.python.pluginsource" library="lib/default.py" />
<extension point="xbmc.addon.metadata">
<size>667874</size>
<size>666019</size>
<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>
@ -137,7 +137,7 @@ level.</description>
<extension point='xbmc.python.module'/>
</addon>
<addon id="script.module.urlresolver" name="URLResolver" version="5.0.33a" provider-name="tvaddons">
<addon id="script.module.urlresolver" name="URLResolver" version="5.0.35" provider-name="tvaddons">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="plugin.video.youtube" optional="true" />
@ -148,7 +148,7 @@ level.</description>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.python.pluginsource" library="lib/default.py" />
<extension point="xbmc.addon.metadata">
<size>730868</size>
<size>730339</size>
<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>
@ -573,7 +573,7 @@ transmission is a fast, easy and free BitTorrent client
<addon id="plugin.video.romanianpack"
name="Movies RO Sites Pack"
version="1.0.53"
version="1.0.54"
provider-name="Sarsailă">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
@ -584,7 +584,7 @@ transmission is a fast, easy and free BitTorrent client
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<size>1386658</size>
<size>1386783</size>
<summary>Site-uri cu filme subtitrate in limba romana</summary>
<description>Colectie de site-uri cu filme si seriale traduse in limba romana</description>
<platform>all</platform>
@ -798,7 +798,7 @@ transmission is a fast, easy and free BitTorrent client
</extension>
</addon>
<addon id="plugin.video.torrenter" name="Torrenter" version="2.7.4" provider-name="DiMartino">
<addon id="plugin.video.torrenter" name="Torrenter" version="2.7.5" provider-name="DiMartino">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.libtorrent"/>
@ -813,7 +813,7 @@ transmission is a fast, easy and free BitTorrent client
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<size>1315751</size>
<size>1315259</size>
<platform>all</platform>
<summary lang='en'>Plugin helps you to watch videos from p2p torrent-networks, without full predownload.
</summary>

@ -1 +1 @@
536380e95ab3c65d28286fc0ec567d2d
1b5cd29d1b309946e48ee6130b8ca3ee

@ -1,12 +1,16 @@
[B]Version 2.7.1c[/B]
Append "&keepseed=true" to plugin url call to keep seeding files, if python-libtorrent is selected and save files, for use with different providers if want some to seed
Added "m2ts" and "3gp" to playable content when playSTRM is called
Minimised temporary file writing (that was throwing errors on slower sd-card with coreelec or libreelec)
Some other fixes
[B]Version 2.7.5[/B]
Fixed a number of errors in log file from long time
[B]Version 2.7.3[/B]
added flags: - seedtransmission for keep seeding in transmission
- seedtorrenter for keep seeding in libtorrent
- trakton=true combined with externaddon=plugin.video.myaddon to call external addon with progress time and filename for trakt integration
- trakton=true combined with externaddon=plugin.video.myaddon to call external addon with progress time and filename for trakt integration
[B]Version 2.7.1c[/B]
Append "&keepseed=true" to plugin url call to keep seeding files, if python-libtorrent is selected and save files, for use with different providers if want some to seed
Added "m2ts" and "3gp" to playable content when playSTRM is called
Minimised temporary file writing (that was throwing errors on slower sd-card with coreelec or libreelec)
Some other fixes
[B]Version 2.6.7[/B]
[+] Теперь можно указать порт SOCKS-прокси, при использоании прокси Tor

@ -1,4 +1,39 @@
[B]Version 5.0.27 (December 03, 2019)[/B]
[B]Version 5.0.29 (April 27, 2019)[/B]
- Code Base Changes:
- none
- Resolvers Added:
- verystream
- Resolvers Fixed/Updated:
- vidoza
- uptobox
- vidlox
- Resolvers Removed
- vidtodo
- Languages Added/Updated
- none
[B]Version 5.0.28 (April 15, 2019)[/B]
- Code Base Changes:
- common.py
- Resolvers Added:
- xstreamcdn
- lewdhost
- videoapne
- hxload
- Resolvers Fixed/Updated:
- realdebrid
- premiumize
- vivosx
- rapidvideocom
- dailymotion
- fembed
- thevid
- Resolvers Removed
- vidzella
- Languages Added/Updated
- Greek
[B]Version 5.0.27 (February 03, 2019)[/B]
- Code Base Changes:
- roll back progress dialog window changes
- RESET FUNCTION CACHE IN RESOLVEURL SETTINGS!!!!

@ -1,3 +1,32 @@
[B]Version 5.0.35 (April 27, 2019)[/B]
- Code Base Changes:
- none
- Resolvers Added:
- verystream
- Resolvers Fixed/Updated:
- vidoza
- uptobox
- vidlox
- Resolvers Removed
- vidtodo
- Languages Added/Updated
- none
[B]Version 5.0.34 (April 21, 2019)[/B]
- Code Base Changes:
- common.py
- Resolvers Added:
- hxload
- Resolvers Fixed/Updated:
- realdebrid
- fembed
- thevid
- vidtodo
- Resolvers Removed
- vidzella
- Languages Added/Updated
- none
[B]Version 5.0.33 (April 07, 2019)[/B]
- Code Base Changes:
- premiumize api change (you must re-auth)
Loading…
Cancel
Save