summer fest

master
xngsrs 7 years ago
parent 73124e36dc
commit 349516f730

@ -197,7 +197,7 @@
<addon id="service.subtitles.regielive"
name="Regielive"
version="1.2.0"
version="1.2.1"
provider-name="Sarsailă">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
@ -213,7 +213,7 @@
<website></website>
<email></email>
<source>https://github.com/xngsrs/myhobby</source>
<news>Added settings for different methods</news>
<news>fix rating and manual search on web scrapper</news>
</extension>
</addon>
@ -246,7 +246,7 @@
</extension>
</addon>
<addon id="plugin.video.moviereleases" name="Movie Releases" version="0.2.8h" provider-name="Sarsailă">
<addon id="plugin.video.moviereleases" name="Movie Releases" version="0.2.8i" provider-name="Sarsailă">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.beautifulsoup" version="3.2.1"/>
@ -264,7 +264,7 @@
<summary lang="en">Movie Releases</summary>
<description lang="en">Various movie sources to check what's trending, Upcoming, Releases. (Sources from trakt, rotten tomatoes, IMDB, TMDB)</description>
<platform>all</platform>
<news>better name extractor to search in torrenter</news>
<news>fix ssl trailer error</news>
</extension>
</addon>

@ -1 +1 @@
48c1654a7b4962d47daa22a6305b1bba
508c9992f6c44b1c8893ee24e0db4305

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.moviereleases" name="Movie Releases" version="0.2.8h" provider-name="Sarsailă">
<addon id="plugin.video.moviereleases" name="Movie Releases" version="0.2.8i" provider-name="Sarsailă">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.beautifulsoup" version="3.2.1"/>
@ -17,6 +17,6 @@
<summary lang="en">Movie Releases</summary>
<description lang="en">Various movie sources to check what's trending, Upcoming, Releases. (Sources from trakt, rotten tomatoes, IMDB, TMDB)</description>
<platform>all</platform>
<news>better name extractor to search in torrenter</news>
<news>fix ssl trailer error</news>
</extension>
</addon>

@ -1,84 +0,0 @@
Version 0.2.8h
- better name extractor to search in torrenter
Version 0.2.8e
- small changes
Version 0.2.8e
- fix dependency
Version 0.2.8d
- Added trailer for RO
- More items per page in RO
- Work in progres...
Version 0.2.8c
- Added filter year by genre to Imdb
- Added cinemagia.ro
- Work in progress, more to come
Version 0.2.7
- faster latest releases and no false good releases
Version 0.2.6
- Update on Youtube API
Version 0.2.5a
- fix clean old cache
Version 0.2.5
- Cache done by db.
Version 0.2.4
- trakt API key approved;
- trakt mark as watched and not watched in API V2;
- trakt section activated.
Version 0.2.3
- Initial Support to new trakt API;
- New Rotten Tomatoes Section;
- migrated strings.xml to strings.po;
- minor fixes;
- Portuguese translations fixed (ty Leinad4Mind).
Version 0.2.2
- New indexers;
- Indexers without sections by default;
- cleanup settings for older versions.
Version 0.2.1
- minor fixes;
- cleanup settings for older versions.
Version 0.2.0
- Library integration on Kodi if AddonsResolver installed
Version 0.1.5A
- Minor Fixes (smaller list on section of Latest Movies)
Version 0.1.5
- Minor Fixes
- Library Integration (Still with bugs in Helix)
Version 0.1.4B
- Kodi fix
Version 0.1.4A
- Fix Hide/Unhide seen movies
Version 0.1.4
- Views for menus and movies can be setup on settings
Version 0.1.3
- Latest Movies improved;
- loading time info;
Version 0.1.2
- Mark as Watched/Unwatched and sync with Trakt
Version 0.1.1A
- Chinese/Korean titles revert to english title.
Version 0.1.1
- Fix Latest Releases listing
Version 0.1.0
- Beta Stage
- Portuguese and English Translation
Version 0.0.4A
- script.module.addonsresolver is needed to open external addons
- new option to pass original movie title (cache needs to be cleaned)
Version 0.0.3
* 3rd alpha release
- Caching tmdb info;
- Latest Releases sources can be changed in settings;
- New Releases sources can be set in settings;
- TMDB api fully operational;
Version 0.0.2
* Second alpha release
Version 0.0.1
* First addon release

@ -1,3 +1,6 @@
Version 0.2.8i
- fix cnmg trailer ssl error
Version 0.2.8h
- better name extractor to search in torrenter

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.regielive"
name="Regielive"
version="1.2.0"
version="1.2.1"
provider-name="Sarsailă">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
@ -17,6 +17,6 @@
<website></website>
<email></email>
<source>https://github.com/xngsrs/myhobby</source>
<news>Added settings for different methods</news>
<news>fix rating and manual search on web scrapper</news>
</extension>
</addon>

@ -1,3 +1,7 @@
1.1.9-1.2.1
-Added settings for chosing webscrapepr vs api and stop popup
-Fixed manual search and subs rating for web scrapper
1.1.8
Adaugat setare dezactivare pop-up

@ -1,3 +1,7 @@
1.1.9-1.2.1
-Added settings for chosing webscrapepr vs api and stop popup
-Fixed manual search and subs rating for web scrapper
1.1.8
Adaugat setare dezactivare pop-up

Loading…
Cancel
Save