Skip to content

Commit

Permalink
Update version info and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zbyna committed Nov 12, 2016
1 parent dd5295a commit 2e37e24
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<addon id="script.module.stream.resolver" name="Stream Resolver" provider-name="Libor Zoubek" version="1.6.43">
<addon id="script.module.stream.resolver" name="Stream Resolver" provider-name="Libor Zoubek" version="1.6.435">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.module.simplejson" version="2.0.10" />
Expand Down
16 changes: 16 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
[B]1.6.435:[/B]
- added support for new listitem art handling in Jarvis,
fix WARNING: XFILE::CFileFactory::CreateLoader -,
fix download files with subtitles (zbyna)
[B]1.6.43:[/B]
- make headers parameter in load_subtitles optional,
sent custom headers also when subs setting is missing (mx3L)
[B]1.6.42:[/B]
- sent custom headers also to download subtitles,
streamujtv: fix downloading subtitles (mx3L)
[B]1.6.41:[/B]
- correctly pass *all* http headers to DVD player(Libor Zoubek)
- Fix openload, add myvi.ru resolver,
support for mojevideo.sk (jose1711)
- xbmcutil: Reformat the code, add "Queue item" context menu action,
fix invalid syntax in lib/server/myviruresolver.py (Lubo)
[B]1.6.40:[/B]
- add on_init hook to ContentProvider
- fix hqq & nahnoji parsers, added sk translations (jose1711)
Expand Down

5 comments on commit 2e37e24

@hitman222
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahoj,
u pluginu joj.sk mi vyskakuje chyba,psal jsem autorovi a odepsal, že je chyba byla odstraněna v script.module.stream.resolver 1.6.44 verzii.
Já používam tvuj stream.resolver,nemuzes nato mrknout?

Je to tato chyba:

10:42:26 80811.750000 T:1371534240 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

  • NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.KeyError'>
    Error Contents: ('headers',)
    Traceback (most recent call last):
    File "/storage/.kodi/addons/plugin.video.joj.sk/default.py", line 52, in
    XBMCJojContentProvider(provider,settings,addon).run(params)
    File "/storage/.kodi/addons/script.module.stream.resolver/lib/contentprovider/xbmcprovider.py", line 71, in run
    return self.play({'url':params['play'],'info':params})
    File "/storage/.kodi/addons/script.module.stream.resolver/lib/contentprovider/xbmcprovider.py", line 193, in play
    xbmcutil.load_subtitles(stream['subs'], stream['headers'])
    KeyError: ('headers',)
    -->End of Python script error report<--

Díky.
hitman222

@zbyna
Copy link
Owner Author

@zbyna zbyna commented on 2e37e24 Nov 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hitman222
Zkusím udělat v dohledné době merge, aby to podrželo autora opravy a nový release. Mělo by to jít.

@hitman222
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Díky moc... 👍😉

@zbyna
Copy link
Owner Author

@zbyna zbyna commented on 2e37e24 Nov 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mělo by to být mergnuté v master, tak to snad půjde 😃 .
Do release to přidám snad zítra.

@zbyna
Copy link
Owner Author

@zbyna zbyna commented on 2e37e24 Nov 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.