• 1
  • 70
  • 71
  • 72(current)
  • 73
  • 74
  • 146
OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)
THanks @kso, I'll include it in tonight's 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.
(2016-02-12, 21:06)ksooo Wrote: @zaphod24 should be fixed with https://github.com/xbmc/xbmc/pull/9117

Thank you so much!

Any thoughts on my other recent issue with custom channel groups getting scrogged despite the sync groups with backend option being disabled?
Sorry, no idea. Have never touched this code and I'm not aware of any recent code changes there. Undecided
Ok.

I did a copy before and after rebooting of TV29.db.

In both cases:

sqlite> select * from channelgroups;
1|0|1|All channels|1442699664|0|0
2|0|0|Charter Digital|1454841139|0|0

Before:

sqlite> select count(*) from map_channelgroups_channels where idGroup=2;
57

After:

sqlite> select count(*) from map_channelgroups_channels where idGroup=2;
0

Something is wiping out my custom group after a reboot. If I restore the old db files and boot up, everything is fine until the next reboot... Perhaps there is a better forum to mention this in, but I believe build 0207b and previous were fine.
(2016-02-12, 22:23)zaphod24 Wrote: Any thoughts on my other recent issue with custom channel groups getting scrogged despite the sync groups with backend option being disabled?

Are you sure #0207b is the last build without this issue, as there's nothing in #0208 that would seem relevant.
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.
Might have to go back and do some testing. Definitely in the last week to 10 days.
New OpenELEC Krypton build #0212: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.4.1 #1 Fri Feb 12 21:04:11 GMT 2016 armv6l GNU/Linux

# vcgencmd version
Feb  9 2016 19:39:09
Copyright (c) 2012 Broadcom
version dc2c1aba32c7469e82a87be0d5d921aa9233e60d (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20160212210320-#0212-g1e2c6ef [Build #0212]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (1e2c6ef7, changelog) and tip of XBMC master (41078d05, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.4.y
  • Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Includes latest dcadec master (0e074384, ahead +139)
  • Includes latest kodi-platform master (92583ef9, ahead +2)
  • Includes latest libcec master (6d68d212)
  • Includes latest libnfs master (cb923a2f, ahead +8)
  • Includes latest p8-platform master (38343e0a)
  • Includes latest addons: peripheral.joystick (6bf6821f, +43), pvr.argustv (9459a485, +9), pvr.demo (32952941, +8), pvr.dvblink (ff02fe16, +10), pvr.dvbviewer (d10f17c6, +7), pvr.filmon (76625cc8, +9), pvr.hdhomerun (f66cbe99, +8), pvr.hts (95b98abb, +45), pvr.iptvsimple (baaae159, +11), pvr.mediaportal.tvserver (39e89190, +33), pvr.mythtv (da0a6f50, +12), pvr.nextpvr (8c6e7ea7, +11), pvr.njoy (13bd96fd, +7), pvr.pctv (b321e302, +9), pvr.stalker (4da8913c, +10), pvr.vbox (83f95b9c, +15), pvr.vdr.vnsi (894555c6, +12), pvr.vuplus (b27f0819, +8), pvr.wmc (8327f887, +10)
  • Includes commits from service.openelec.settings/, ahead +1 (OpenELEC)
  • Include [env] e7cbe9cb: xf86-video-intel: explicitely disable TearFree and TripleBuffer
  • Include [env] ed774729: Intel: Implement Passthrough-Range
  • Include [env] f26415ab: libass: bump to 0.13.1
  • Include [env] 2f83a1cf: xf86-video-intel: bump to 8b8c9a36 (fixes segfault when refreshrate changing)
  • Include [env] 3a6268c9: VAAPI: Enable EGL
  • Include [env] 98c65e6a: Kodi: Use Limited Range by default
  • Include [env] 858f6461: xf86-video-intel: bump to 371219c
  • Include [env] compare: ffmpeg: Additional Jarvis 2.8.x patches
  • Include [env] patch: Clean Kodi view cache on startup
  • Include [env] patch: Enable other binary addons
  • Include [env] patch: Fix RSS patch
  • Include [env] patch: [update] pvr.vuplus (thanks @seo)
  • Include [env] patch: Add experimental splash video
  • Include [env] patch: Enable pvr addons, disable pvr updates
  • Include [env] patch: kodi: peripheral.joystick binary addon
  • Include [env] PR:4500: kodi: update to 17.0
  • Include [env] PR:4537: [scripts] Add PKG_SOURCE_NAME for non-standard package tarballs
  • Include [env] PR:4661: stripping changes
  • Revert [env] 46b9b7b3: rtmpdump (Reason: use newclock5 bump)
  • Include [pkg] PR:7030: CNetwork - implement IPv6
  • Include [pkg] PR:8254: FIX: Only handle 3D bitmap subs in TAB
  • Include [pkg] PR:8645: [video] Add season/TV show artwork to episodes/seasons even if they have their own fanart.
  • Include [pkg] PR:8807: Controller input
  • Include [pkg] PR:8822: Implement ignore url options in CFileItemList
  • Include [pkg] PR:8824: videodb: fix smart playlists not honoring "Show empty TV shows" setting.
  • Include [pkg] PR:8922: [guiinfo] extend ranges for listitem properties
  • Include [pkg] PR:8923: [GUI] Replace thumb size with images res
  • Include [pkg] PR:8985: [gui] new infobool Window.Is()
  • Include [pkg] PR:9062: Mrmc backports4
  • Include [pkg] PR:9081: Fix limited songs query (for MySQL) and improve efficiency of GetSongs
  • Include [pkg] PR:9112: [confluence] [PVR] small adjustments
Build Highlights:
  1. systemd: update to 229
  2. Fix recordings in folders not displayed (reported by @zaphod24)
Build Details:
  1. OpenELEC:
    • pulseaudio: fix ltmain to not relink against host libs (PR:4704, 1 commit, 1 file changed)
    • projects/WeTek_Core: Fix an issue in bootloader when after an update via TAR the system fails to boot (PR:4707, 1 commit, 1 file changed)
    • update packages (PR:4706, 2 commits, 2 files changed)
      • libopenmpt: update libopenmpt to 0.2.5787
      • rtmpdump: update rtmpdump to fa8646d
    • systemd: update to 229 (PR:4705, 1 commit, 2 files changed)
  2. XBMC:
    • AESinkAUDIOTrack: Use a more intelligent pause timer (PR:9106, 1 commit, 2 files changed)
    • Refresh lists on playcount update (PR:9096, 1 commit, 1 file changed)
    • [PVR] Recordings window: Fix recordings in folders not displayed (PR:9117, 1 commit, 1 file changed)
  3. pvr.wmc:
    • updated to API 4.2.0 (PR:35, 2 commits, 4 files changed)
  4. newclock5:
    • New commits in this build:
      • fixup! rbp: Add zero copy interface to ffmpeg for software decode (a93db5ec)
      • MMALFFMPEG: Destroy the pool lazily (a7381e5c)
    • Commits no longer in build:
      • fixup! [3d] Automatically enable 3D for ssif (33bd44fc)
      • AE: hack increase timeouts (5df1c247)
  5. kernel 4.4.y:
    • New commits in this build:
      • BCM270X_DT: Add dtparams for the SD interface (101966dd)
      • dcw_otg: trim xfer length when buffer larger than allocated size is received (52d3149a)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Reverted: [env] 46b9b7b3: rtmpdump (Reason: use newclock5 bump)
    • Added: [pkg] PR:8985: [gui] new infobool Window.Is()
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.
@popcornmix: When playing the "How to Train your Dragon" 3D MVC ISO, starting with build #0209 the "Preferred mode" is now over/under, but prior to this it's always been side-by-side. The filename is "Drachenzähmen leicht gemacht 3D_MVC.iso" which doesn't include "SBS" - is this change of behaviour intentional?

Side-by-side debug log (#0205): http://sprunge.us/PaeA
"Preferred mode" menu not functioning in builds #0206-#0208
Over/under debug log (#0212): http://sprunge.us/XVBe (also same behaviour over nfs://)

Probably a separate issue - I noticed these two "errors" in the #0212 log:
Code:
22:42:52  29.417967 T:1550168992   ERROR: ffmpeg[5C65B3A0]: [IMGUTILS] Picture size 0x1080 is invalid
22:42:52  29.418062 T:1550168992   ERROR: ffmpeg[5C65B3A0]: [IMGUTILS] Picture size 0x0 is invalid
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.
(2016-02-13, 00:50)Milhouse Wrote: @popcornmix: When playing the "How to Train your Dragon" 3D MVC ISO, starting with build #0209 the "Preferred mode" is now over/under, but prior to this it's always been side-by-side. The filename is "Drachenzähmen leicht gemacht 3D_MVC.iso" which doesn't include "SBS" - is this change of behaviour intentional?

Yes. It was a request from Koying.
Over/under is preferable on passive 3D displays that already have half the vertical resolution.
Makes no difference to videos with MVC and framepacking, but does affect the GUI.
I'm still experiencing audio issues with the latest build. When playing MVC MKV audio is being sent as 2.0 PCM instead of 5.1/7.1 PCM. When enabling passthrough audio is sent normally (DTS Core). I've gone back to build #0126 and the problem doesn't happen. It seems to have been introduced in newer builds. Anyone else experiencing this issue as well?
(2016-02-13, 02:53)jarvismeier Wrote: I'm still experiencing audio issues with the latest build.

Can you identify the first build with this problem?
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.
With build 0212, I can now open the "Default" recordings folder, and I see the individual show folders. Yummy.

However, when I drill into any of the show folders, the folder is now empty (no recordings are available).
FWIW, if I go to the side bar and un-select "Misc Options" -> "Group Items", the individual show folders are replaced by a list of all recordings.
(2016-02-13, 03:14)bhamail Wrote: With build 0212, I can now open the "Default" recordings folder, and I see the individual show folders. Yummy.

However, when I drill into any of the show folders, the folder is now empty (no recordings are available).
FWIW, if I go to the side bar and un-select "Misc Options" -> "Group Items", the individual show folders are replaced by a list of all recordings.

Same here, folders exist again but no recordings in them and ungrouping also works (except I like them grouped).

I deleted all of the files in .kodi/userdata/Database and rebuilt my custom group for HD channels. So far after rebooting several times everything is ok, so maybe something just got corrupted.

Another naggle is that if I am halfway down the channel list and then change to recordings, when going back to the channel list it starts at the top again. That has not always been the case.
(2016-02-13, 02:59)Milhouse Wrote:
(2016-02-13, 02:53)jarvismeier Wrote: I'm still experiencing audio issues with the latest build.

Can you identify the first build with this problem?

The issue first appeared in build #0130b
(2016-02-13, 04:00)zaphod24 Wrote: Same here, folders exist again but no recordings in them and ungrouping also works (except I like them grouped).

Strange. Tested with tvheadend in the backend and it works just fine. Don't have MythTV but will see what I can do.

(2016-02-13, 04:00)zaphod24 Wrote: Another naggle is that if I am halfway down the channel list and then change to recordings, when going back to the channel list it starts at the top again. That has not always been the case.

Will look into this. Thanks for reporting.
  • 1
  • 70
  • 71
  • 72(current)
  • 73
  • 74
  • 146

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)6