• 1
  • 32
  • 33
  • 34(current)
  • 35
  • 36
  • 84
Linux OpenELEC Testbuilds for x86 (Kodi 17)
No inital problems with a GTX950.
I'll try and get a log later tonight but does anyone else experience slow motion playback occasionally when skipping ahead.
Yes.
Same here. A couple of skips and the video played in super slo mo. Stopping and then starting fixes the issue. I should mention this is with the Fritsch build and not this one...in case that helps.

B.
(2015-12-22, 05:09)Brian B Wrote: I should mention this is with the Fritsch build and not this one...in case that helps.

It's an important distinction, yes.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Tested on Nvidia gt 610 and it works.
But have seen one bug. If you try to install addon from zip it sasy 'couldnt connect to network server'.

Debug log:
http://pastebin.com/DK5KfquX


I have also noted that hyperion addon ambilight is not working after this update. Probably some changes . Here is debug log:
http://pastebin.com/Ken9pgKn

I think this is the most important one:
Code:
06:34:21  20.942772 T:140357979334400   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'xbmc.RenderCapture' object has no attribute 'waitForCaptureStateChangeEvent'
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.service.hyperion/addon.py", line 48, in <module>
                                                next_state = state.execute()
                                              File "/storage/.kodi/addons/script.service.hyperion/resources/lib/state.py", line 103, in execute
                                                self.__capture.waitForCaptureStateChangeEvent(200)
                                            AttributeError: 'xbmc.RenderCapture' object has no attribute 'waitForCaptureStateChangeEvent'
                                            -->End of Python script error report<--
(2015-12-22, 07:20)illiac4 Wrote: Debug log:
http://pastebin.com/DK5KfquX
Can you enable libCURL component debug logging, and upload a new debug log that shows you trying to connect to this server?

Can you also compare builds #1128 and #1201, to see if this issue is related to PR7030 (present in #1128 but not #1201).

(2015-12-22, 07:20)illiac4 Wrote: I have also noted that hyperion addon ambilight is not working after this update. Probably some changes . Here is debug log:
http://pastebin.com/Ken9pgKn

http://forum.kodi.tv/showthread.php?tid=...pid2191068

You'll need to get an updated addon.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2015-12-22, 07:20)illiac4 Wrote: Tested on Nvidia gt 610 and it works.
But have seen one bug. If you try to install addon from zip it sasy 'couldnt connect to network server'.

Debug log:
http://pastebin.com/DK5KfquX


I have also noted that hyperion addon ambilight is not working after this update. Probably some changes . Here is debug log:
http://pastebin.com/Ken9pgKn

I think this is the most important one:
Code:
06:34:21  20.942772 T:140357979334400   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'xbmc.RenderCapture' object has no attribute 'waitForCaptureStateChangeEvent'
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.service.hyperion/addon.py", line 48, in <module>
                                                next_state = state.execute()
                                              File "/storage/.kodi/addons/script.service.hyperion/resources/lib/state.py", line 103, in execute
                                                self.__capture.waitForCaptureStateChangeEvent(200)
                                            AttributeError: 'xbmc.RenderCapture' object has no attribute 'waitForCaptureStateChangeEvent'
                                            -->End of Python script error report<--

Ambilight needs an update, cause the API has changed. The original author was already pinged. You can see the discussion here: https://github.com/xbmc/xbmc/pull/8613#i...-166005682
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Hi guys,

@fritsch

While the fix you put in for the broken videos was a massive improvement, some of the videos play without sound.

Here is a link to one of them.

https://www.dropbox.com/s/1g71uytvdzqdqj...l.mp4?dl=0

Tested on the OpenElec 18 Dec build from this thread, and also tested on a windows nightly build that presumably has the fix (since the other video now plays fine).

I'm guessing this is another Handbrake problem. I may need to downgrade Handbrake and re-encode the videos!

Best wishes,

Mark
Test with latest build that will come up today ... and post a Debug Log. Will check your sample.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
(2015-12-22, 08:48)Milhouse Wrote:
(2015-12-22, 07:20)illiac4 Wrote: Debug log:
http://pastebin.com/DK5KfquX
Can you enable libCURL component debug logging, and upload a new debug log that shows you trying to connect to this server?

Can you also compare builds #1128 and #1201, to see if this issue is related to PR7030 (present in #1128 but not #1201).

(2015-12-22, 07:20)illiac4 Wrote: I have also noted that hyperion addon ambilight is not working after this update. Probably some changes . Here is debug log:
http://pastebin.com/Ken9pgKn

http://forum.kodi.tv/showthread.php?tid=...pid2191068

You'll need to get an updated addon.

http://pastebin.com/E4vUc5Ca
(2015-12-22, 14:36)illiac4 Wrote:
(2015-12-22, 08:48)Milhouse Wrote:
(2015-12-22, 07:20)illiac4 Wrote: Debug log:
http://pastebin.com/DK5KfquX
Can you enable libCURL component debug logging, and upload a new debug log that shows you trying to connect to this server?

Can you also compare builds #1128 and #1201, to see if this issue is related to PR7030 (present in #1128 but not #1201).

(2015-12-22, 07:20)illiac4 Wrote: I have also noted that hyperion addon ambilight is not working after this update. Probably some changes . Here is debug log:
http://pastebin.com/Ken9pgKn

http://forum.kodi.tv/showthread.php?tid=...pid2191068

You'll need to get an updated addon.

http://pastebin.com/E4vUc5Ca

Addon needs update ... ask the author of it and link the link above.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Yes i know it was meant for the first libcurl debug and not the second one.
(2015-12-22, 12:46)fritsch Wrote: Test with latest build that will come up today ... and post a Debug Log. Will check your sample.

Will do. I am also testing a Handbrake nightly build. See if this changes anything.
Just don't use mp3 in handbrake for now ... having a programm wise workaround in ffmpeg I have never seen before ... why not using aac?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
  • 1
  • 32
  • 33
  • 34(current)
  • 35
  • 36
  • 84

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for x86 (Kodi 17)4