• 1
  • 54
  • 55
  • 56(current)
  • 57
  • 58
  • 111
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1
(2015-03-02, 22:42)doldi Wrote: Sorry - have the new build #0301 installed - no way - this "old" Phill Collins - Finally Disk1 (DVD7,3GB) is stuttering and stops after 2 minutes and Pi2 freeze now.

Are you sure you have the MPEG2 licence enabled with this build?

A debug log from 5.0.5 and one from #301 playing the same file would be useful.
480 video plays without stutter when software decoded from my experiences.
Thank you for purchasing codec license keys from the Raspberry Pi Store.To enable codecs on your device(s), add the following lines to the config.txt file in the FAT partition of your SD card:

decode_MPG2=0xc3b9a512
decode_WVC1=0xbbf2b563

I've switch the third time back to 5.0.5 and all DVD Vids over my in-house network runs very stable with DTS5.1

ok - i will have personaly a look of all my configs :-| with debug log i am overstrained in the moment, sorry

01_KODI.log Huh
02_System.log
03_Hardware.log
04_Audio.log
05_Network.log
06_varlog.log
07_input.log
08_Filesystem.log
09_Journal-cur.log
10_Journal-prev.log

please, what no.?
...and hoe to post here? (feel ashamed) :-)

update: #0228 have no Problem with "double Layer DVD's" - works all perfekt for me ...
(fresh install 5.0.5 and update with build)
(2015-03-02, 23:27)doldi Wrote: update: #0228 have no Problem with "double Layer DVD's" - works all perfekt for me ...
(fresh install 5.0.5 and update with build)

So #0228 is good, and #0301 is bad? Can you double check that?
(2015-03-02, 01:32)Milhouse Wrote: No. Although upgrading from Gotham to Kodi 15 probably isn't advisable in any case (fresh/clean installs when upgrading to a new major release).

Hmm, I wonder what happened there then? I'm sure that fresh installs are advisable but they're quite inconvenient, so I'll probably take my chances as it normally works OK and I can't see any real reason why it shouldn't, if it's only replacing the system files on the first partition and uses the same config files in /storage for the settings.

Anyway, I'll check the config files and as long as they look OK I won't worry about it.
@Milhouse have you tried reverting PR 6306 (https://github.com/xbmc/xbmc/pull/6306) for the PVR addons crashing? All the crash logs I've seen mention some BufferReader class: https://github.com/xbmc/xbmc/search?utf8...fferReader
New OpenELEC Isengard build #0302: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.19.0 #1 Mon Mar 2 23:09:08 GMT 2015 armv6l GNU/Linux

# vcgencmd version
Feb 28 2015 18:36:00
Copyright (c) 2012 Broadcom
version 8d7f19506c5d561e7db647e02281376e7e139269 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150302230816-#0302-g595d049 [Build #0302]

# vcdbg log msg 2>&1 | grep DTOK
001545.849: Kernel trailer DTOK property says yes

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (595d0499, changelog) and tip of XBMC master (5fc007d7, changelog) with the following modifications: Build Highlights:
  1. Video Settings refactor, Input refactor, PVR binary addons
  2. Show chapters in bookmark dialog (thumbnail extraction disabled by default)
  3. Potential fix for local season art not being scraped for new seasons (newclock4 ebf5fdf1, PR:6580)
Build Details:
  1. XBMC:
    • [rss] CRssReader:Tonguerocess: Sleep 5 secs before retrying CCurlFile::Get(). (PR:6528, 1 commit, 1 file changed)
    • [videodatabase] getvideosettings refactor (PR:6521, 5 commits, 6 files changed)
    • Context item addons (part II) (PR:6316, 9 commits, 43 files changed)
    • Add native artifacts to .gitignore (PR:6512, 1 commit, 1 file changed)
    • X11 egl fixes (PR:6575, 4 commits, 1 file changed)
    • [binary addons] move PVR addons to our binary addons buildsystem (PR:6227, 18 commits, 48 files changed)
    • SDL clean-up - remove HAS_SDL_OPENGL (PR:6561, 1 commit, 19 files changed)
    • Show chapters in the bookmark dialog (PR:6415, 12 commits, 26 files changed)
    • [mmalrenderer] Fix for hang on shutdown (PR:6577, 1 commit, 2 files changed)
    • [pvr] Improve pvr manager start/stop way (PR:6519, 1 commit, 3 files changed)
    • [gui] Improve CGUIControlFactory::Create to use 'switch' instead of 'if' (PR:6500, 1 commit, 1 file changed)
    • [omxplayer] Fix for volume being treated as a linear scale (PR:6576, 1 commit, 1 file changed)
    • [mysql] properly toggle mysql transactions automode (PR:6586, 1 commit, 1 file changed)
    • Part 2 of input refactoring (PR:6438, 8 commits, 168 files changed)
    • Add proper tag for videos in playlists (PR:6554, 1 commit, 2 files changed)
    • [mmalrenderer] Fix for HAS_MMAL being set by chance (PR:6588, 1 commit, 1 file changed)
    • [repo] add isengard as repo location (01aa1ecc)
  2. newclock4:
    • New commits in this build:
      • [X11] With empty attributes eglChooseConfig will return all configurations, including ones with a depth buffer size of zero. A minimal depth buffer of 24 is req (805100c9)
      • [X11] The inline cast of int32 EGLint to unsigned long XVisualInfo.visualid could cause the latter to be filled with a garbage value, resulting in no VisualInfo (39498971)
      • add season art when new season are added (fixes #14339) (ebf5fdf1)
      • Decouple Util and StringUtil (46ec67a5)
      • stringutils: add test for sortstringbyname (a34bb568)
    • Commits no longer in build:
      • adds GetArt function to (video) scraper, allowing art to be fetched given the video identifier. (8bda7659)
      • refresh season art if a new season is found that isn't recorded in the database yet. Fixes #14339 (5fb4b97f)
      • REMOVEME: updated thetvdb.com scraper to support art updates (0489ea07)
      • squash: ffmpeg: Add some upstream HEVC optimisations (f8be5233)
      • Revert "Load OSD dialogs on startup." (f0ef27f5)
      • added support chapters from bluray/dvds in bookmarks dialog (0c16e964)
      • fix weird chapter numbers in menus. (9faf3bc9)
      • set correct startpts when seeking chapters of discs. (eb9d0028)
      • sq fix crash 2 (b4357ff4)
      • Don't create thumbnail jobs on job callbacks. (95727651)
      • Don't store/query stream details when extracting chapter thumbs. (c90f010c)
      • Don't rebuild the complete chapter list when one item gets a thumb image update. (fa1230b0)
      • Don't keep this dialog in memory. With that we can cancel jobs on OnWindowUnload(). (da4fffd2)
      • sq (3be5946e)
      • Make == operator more strict. (f098fcf1)
      • Sequential chapter thumb extraction. (738bd723)
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-03-03, 01:50)menakite Wrote: @Milhouse have you tried reverting PR 6306 (https://github.com/xbmc/xbmc/pull/6306) for the PVR addons crashing? All the crash logs I've seen mention some BufferReader class: https://github.com/xbmc/xbmc/search?utf8...fferReader

Thanks, could be connected, although still not entirely obvious (at least, not to me!)

I've uploaded #0302b test builds with PR6306 reverted: RPi / RPi2

It would be good if affected users could test #0302 to confirm it still crashes, then try #0302b.
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.
I don't seem to be able to enable the mythtv addon in #0301 or #0302. The option is greyed out. Anybody else have this issue?
(2015-03-03, 04:50)bifurcator Wrote: I don't seem to be able to enable the mythtv addon in #0301 or #0302. The option is greyed out. Anybody else have this issue?

Confirmed - at least I can reproduce this one... in the process of identifying the cause (doesn't seem to be any of the OpenELEC commits in #0301, so probably a Kodi commit, possibly PR6404).
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-03-03, 04:26)Milhouse Wrote:
(2015-03-03, 01:50)menakite Wrote: @Milhouse have you tried reverting PR 6306 (https://github.com/xbmc/xbmc/pull/6306) for the PVR addons crashing? All the crash logs I've seen mention some BufferReader class: https://github.com/xbmc/xbmc/search?utf8...fferReader

Thanks, could be connected, although still not entirely obvious (at least, not to me!)

I've uploaded #0302b test builds with PR6306 reverted: RPi / RPi2

It would be good if affected users could test #0302 to confirm it still crashes, then try #0302b.

I can confirm that build #302b works! Big Grin but build #0302 does not freeze then crash.

Repeat #302b works with ArgusTV live TV plugin on RPi2. I have yet to test the equivalent build on RPi1 B+.

Thanks all for efforts
Location UK; Media server Windows 7 with ArgusTV 2.3 with TBS6981 DVB-S2 x4 and DVB-T x 2:All network connections cabled on 1Gb router Raspberry Pi2 1GB x 2; RPI 3 x1; PiB+512MB x 3; TV Samsung 55" C8000; AV Denon AVR X2200W
(2015-03-03, 12:15)evanspae Wrote: I can confirm that build #302b works! Big Grin but build #0302 does not freeze then crash.

Repeat #302b works with ArgusTV live TV plugin on RPi2. I have yet to test the equivalent build on RPi1 B+.

Thanks all for efforts

That's great news, I think. Are you sure you mean "build #0302 does not freeze then crash"? So build #0302 no longer crashes either?

As for the PVR addons that can't be enabled since #0301/#0302, it's due to PR6549.
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-03-03, 12:51)Milhouse Wrote:
(2015-03-03, 12:15)evanspae Wrote: I can confirm that build #302b works! Big Grin but build #0302 does not freeze then crash.

Repeat #302b works with ArgusTV live TV plugin on RPi2. I have yet to test the equivalent build on RPi1 B+.

Thanks all for efforts

That's great news, I think. Are you sure you mean "build #0302 does not freeze then crash"? So build #0302 no longer crashes either?

As for the PVR addons that can't be enabled since #0301/#0302, it's due to PR6549.

Sorry its my bad english... even though I'm english!! Build #302 freezes and then crashes, ie it does not work
Location UK; Media server Windows 7 with ArgusTV 2.3 with TBS6981 DVB-S2 x4 and DVB-T x 2:All network connections cabled on 1Gb router Raspberry Pi2 1GB x 2; RPI 3 x1; PiB+512MB x 3; TV Samsung 55" C8000; AV Denon AVR X2200W
Great! Many thanks to menakite for the suggestion. Hopefully we can put this one to bed soon enough. I'll continue to revert PR6306 in the normal builds until we have a fix.
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.
The problems caused by PR6549 will be fixed in the next build.
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.
  • 1
  • 54
  • 55
  • 56(current)
  • 57
  • 58
  • 111

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 112