mirror of
https://github.com/xngsrs/myhobby
synced 2024-11-04 18:00:17 +00:00
blue laguna
This commit is contained in:
parent
988d0a540f
commit
5516ee8c8d
34
addons.xml
34
addons.xml
@ -102,7 +102,7 @@
|
||||
<extension point='xbmc.python.module'/>
|
||||
</addon>
|
||||
|
||||
<addon id="script.module.urlresolver" name="URLResolver" version="3.0.33.02.01" provider-name="TVA, Eldorado">
|
||||
<addon id="script.module.urlresolver" name="URLResolver" version="3.0.33.02.02" provider-name="TVA, Eldorado">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0" />
|
||||
<import addon="plugin.video.youtube" optional="true" />
|
||||
@ -447,6 +447,30 @@
|
||||
</extension>
|
||||
</addon>
|
||||
|
||||
<addon id="plugin.audio.eteatru"
|
||||
name="Eteatru"
|
||||
version="0.0.6"
|
||||
provider-name="Moromete, Sarsailă">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
<import addon="script.module.mutagen"/>
|
||||
</requires>
|
||||
<extension point="xbmc.python.pluginsource"
|
||||
library="default.py">
|
||||
<provides>audio</provides>
|
||||
</extension>
|
||||
<extension point="xbmc.addon.metadata">
|
||||
<summary>
|
||||
Eteatru
|
||||
</summary>
|
||||
<description>
|
||||
Eteatru
|
||||
http://www.eteatru.ro
|
||||
</description>
|
||||
<platform>all</platform>
|
||||
</extension>
|
||||
</addon>
|
||||
|
||||
<addon id="plugin.video.filmeonline2013biz"
|
||||
name="Filmeonline2013.biz"
|
||||
version="1.0.7"
|
||||
@ -509,7 +533,7 @@
|
||||
|
||||
<addon id="plugin.video.desene3dcom"
|
||||
name="Desene3d.com"
|
||||
version="1.0.6"
|
||||
version="1.0.7"
|
||||
provider-name="Sarsailă">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
@ -523,7 +547,7 @@
|
||||
<summary>continut video Deseneanimate3D.com</summary>
|
||||
<description>vizioneaza filme, seriale, emisiuni tv si altele, subtitrate sau dublate in limba romana</description>
|
||||
<platform>all</platform>
|
||||
<news>mici reparatii</news>
|
||||
<news>fix links</news>
|
||||
</extension>
|
||||
</addon>
|
||||
|
||||
@ -550,7 +574,7 @@
|
||||
|
||||
<addon id="plugin.video.filmeserialeonline"
|
||||
name="Filme-Seriale.online"
|
||||
version="1.0.8"
|
||||
version="1.0.9"
|
||||
provider-name="Sarsailă">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
@ -565,7 +589,7 @@
|
||||
<summary>Filme si seriale subtitrate de pe Filme-Seriale.online</summary>
|
||||
<description>Vizioneaza filmele si serialele subtitrate disponibile pe Filme-Seriale.online</description>
|
||||
<platform>all</platform>
|
||||
<news>fix new url</news>
|
||||
<news>Added favorites</news>
|
||||
</extension>
|
||||
</addon>
|
||||
|
||||
|
@ -1 +1 @@
|
||||
15d3314a8308bacf8aaa7a4b36508896
|
||||
77653ff7fa45e91dd46f1aa8c27bdf37
|
24
zips/plugin.audio.eteatru/addon.xml
Normal file
24
zips/plugin.audio.eteatru/addon.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.audio.eteatru"
|
||||
name="Eteatru"
|
||||
version="0.0.6"
|
||||
provider-name="Moromete, Sarsailă">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
<import addon="script.module.mutagen"/>
|
||||
</requires>
|
||||
<extension point="xbmc.python.pluginsource"
|
||||
library="default.py">
|
||||
<provides>audio</provides>
|
||||
</extension>
|
||||
<extension point="xbmc.addon.metadata">
|
||||
<summary>
|
||||
Eteatru
|
||||
</summary>
|
||||
<description>
|
||||
Eteatru
|
||||
http://www.eteatru.ro
|
||||
</description>
|
||||
<platform>all</platform>
|
||||
</extension>
|
||||
</addon>
|
13
zips/plugin.audio.eteatru/changelog-0.0.6.txt
Normal file
13
zips/plugin.audio.eteatru/changelog-0.0.6.txt
Normal file
@ -0,0 +1,13 @@
|
||||
v 0.0.5
|
||||
1. fix json - clean special escaped chars ( e.g. \' ===> ' )
|
||||
2. mark with ID3 downloaded files
|
||||
v 0.0.4
|
||||
1. fix Romanian translations
|
||||
v 0.0.3
|
||||
1. add program listing
|
||||
2. show download folder
|
||||
3. add Romanian translations
|
||||
v 0.0.2
|
||||
1. add download possibility
|
||||
v 0.0.1
|
||||
1. play current item
|
13
zips/plugin.audio.eteatru/changelog.txt
Normal file
13
zips/plugin.audio.eteatru/changelog.txt
Normal file
@ -0,0 +1,13 @@
|
||||
v 0.0.5
|
||||
1. fix json - clean special escaped chars ( e.g. \' ===> ' )
|
||||
2. mark with ID3 downloaded files
|
||||
v 0.0.4
|
||||
1. fix Romanian translations
|
||||
v 0.0.3
|
||||
1. add program listing
|
||||
2. show download folder
|
||||
3. add Romanian translations
|
||||
v 0.0.2
|
||||
1. add download possibility
|
||||
v 0.0.1
|
||||
1. play current item
|
BIN
zips/plugin.audio.eteatru/fanart.jpg
Normal file
BIN
zips/plugin.audio.eteatru/fanart.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
BIN
zips/plugin.audio.eteatru/icon.png
Normal file
BIN
zips/plugin.audio.eteatru/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
BIN
zips/plugin.audio.eteatru/plugin.audio.eteatru-0.0.6.zip
Normal file
BIN
zips/plugin.audio.eteatru/plugin.audio.eteatru-0.0.6.zip
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.desene3dcom"
|
||||
name="Desene3d.com"
|
||||
version="1.0.6"
|
||||
version="1.0.7"
|
||||
provider-name="Sarsailă">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
@ -15,6 +15,6 @@
|
||||
<summary>continut video Deseneanimate3D.com</summary>
|
||||
<description>vizioneaza filme, seriale, emisiuni tv si altele, subtitrate sau dublate in limba romana</description>
|
||||
<platform>all</platform>
|
||||
<news>mici reparatii</news>
|
||||
<news>fix links</news>
|
||||
</extension>
|
||||
</addon>
|
||||
|
@ -1,18 +0,0 @@
|
||||
1.0.5
|
||||
Small fixes
|
||||
|
||||
1.0.4
|
||||
Mici reparatii
|
||||
|
||||
1.0.3
|
||||
Fix ol links
|
||||
|
||||
1.0.2
|
||||
Fix openload links
|
||||
|
||||
1.0.1 - 24.Nov.2016
|
||||
Fix afisare categorii
|
||||
|
||||
1.0.0
|
||||
|
||||
prima versiune
|
@ -1,3 +1,6 @@
|
||||
1.0.7
|
||||
Fix links
|
||||
|
||||
1.0.5
|
||||
Small fixes
|
||||
|
||||
|
Binary file not shown.
27
zips/plugin.video.filmehdnet/changelog-1.0.8.txt
Normal file
27
zips/plugin.video.filmehdnet/changelog-1.0.8.txt
Normal file
@ -0,0 +1,27 @@
|
||||
1.0.8
|
||||
Better servers extract
|
||||
|
||||
1.0.5
|
||||
Reparat linkuri video
|
||||
|
||||
1.0.4
|
||||
small fixes
|
||||
|
||||
1.0.3b
|
||||
fix seriale links
|
||||
|
||||
1.0.3a
|
||||
fix ol
|
||||
|
||||
1.0.3
|
||||
Fix ol links
|
||||
|
||||
1.0.2
|
||||
Fix openload links
|
||||
|
||||
1.0.1
|
||||
Adaugat contextmenu cu metainfo
|
||||
|
||||
[B]Version 1.0.0[/B]
|
||||
|
||||
prima versiune
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.filmeserialeonline"
|
||||
name="Filme-Seriale.online"
|
||||
version="1.0.8"
|
||||
version="1.0.9"
|
||||
provider-name="Sarsailă">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
@ -16,6 +16,6 @@
|
||||
<summary>Filme si seriale subtitrate de pe Filme-Seriale.online</summary>
|
||||
<description>Vizioneaza filmele si serialele subtitrate disponibile pe Filme-Seriale.online</description>
|
||||
<platform>all</platform>
|
||||
<news>fix new url</news>
|
||||
<news>Added favorites</news>
|
||||
</extension>
|
||||
</addon>
|
||||
|
@ -1,3 +1,6 @@
|
||||
1.0.9
|
||||
Added favorites
|
||||
|
||||
1.0.6
|
||||
Fix new url
|
||||
|
||||
|
Binary file not shown.
87
zips/plugin.video.moviereleases/changelog-0.2.8i.txt
Normal file
87
zips/plugin.video.moviereleases/changelog-0.2.8i.txt
Normal file
@ -0,0 +1,87 @@
|
||||
Version 0.2.8i
|
||||
- fix cnmg trailer ssl error
|
||||
|
||||
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
zips/repository.sarsaila/changelog-1.0.3.txt
Normal file
1
zips/repository.sarsaila/changelog-1.0.3.txt
Normal file
@ -0,0 +1 @@
|
||||
Not yet
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="script.module.urlresolver" name="URLResolver" version="3.0.33.02.01" provider-name="TVA, Eldorado">
|
||||
<addon id="script.module.urlresolver" name="URLResolver" version="3.0.33.02.02" provider-name="TVA, Eldorado">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0" />
|
||||
<import addon="plugin.video.youtube" optional="true" />
|
||||
|
Binary file not shown.
@ -1,61 +0,0 @@
|
||||
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.1.7
|
||||
Small fix
|
||||
|
||||
1.1.6 - 18 Dec 2016
|
||||
Cautare manuala dupa sezon si episod, exemplu: house s01e03 va returna corect sezonul 01 si episodul 03
|
||||
|
||||
1.1.5 - 12 Dec 2016
|
||||
Fix selectie subtitrare cand se descarca pachet complet sezon
|
||||
|
||||
1.1.4 - 7 Dec 2016
|
||||
Fix cautare manuala
|
||||
Small fixes
|
||||
|
||||
1.1.2 - 6 Dec 2016
|
||||
username si parola nu mai sunt obligatorii, multumiri echipei IT RegieLive pentru colaborare
|
||||
|
||||
1.1.1 - 1 Dec 2016
|
||||
preluare primele doua rezultate daca e nevoie, imbunatatire cautare dupa nume fisier
|
||||
|
||||
1.1.0 - 28 Nov 2016
|
||||
Servicii regielive stanga sus, fara background
|
||||
|
||||
1.0.9 - 23 Nov 2016
|
||||
Username si parola obligatorii, afisare servicii regielive din continut arhiva, la incarcarea subtitrarii
|
||||
|
||||
1.0.8
|
||||
Message received, fix spatiu
|
||||
|
||||
1.0.7
|
||||
Curatenie
|
||||
|
||||
1.0.6
|
||||
imbunatatire cautare serial dupa nume fisier
|
||||
|
||||
1.0.5
|
||||
fix cautare manuala
|
||||
|
||||
1.0.4
|
||||
eliminat random useragent: probleme cu set-up boxes si android
|
||||
|
||||
1.0.3
|
||||
Adaugat random user-agent
|
||||
|
||||
1.0.2
|
||||
|
||||
Imbunatatit cautare dupa numele fisierului daca nu este in baza de date
|
||||
|
||||
1.0.1
|
||||
|
||||
Adaugat Username si Parola pentru cont regielive. Fara ele nu veti mai putea descarca mai mult de 10 subtitrari pe zi, decat daca va veti schimba ip-ul
|
||||
|
||||
1.0.0
|
||||
|
||||
Primul release
|
Loading…
Reference in New Issue
Block a user