• 1
  • 18
  • 19
  • 20(current)
  • 21
  • 22
  • 111
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1
(2015-01-20, 12:54)illiac4 Wrote: Hi. A few builds back the gpio ir sensor was working good with normal RC6 remote. Now when using it, one key-press causes two presses so it can not be used. The good news is that gpio was not working on RPI+ (build 14. dec) but on jan 19 build one works but causes two key-presses on both RPI models (+ and older one with 512mb ram).

If you can identify the exact Milhouse build where the double presses started it would help identify the cause.
aspect ratio does not work, 4: 3, zom, zom wide, I put some pictures with openelec 5

http://i1122.photobucket.com/albums/l527...dad7fe.png

http://i1122.photobucket.com/albums/l527...7e2d66.png
http://forum.kodi.tv/showthread.php?tid=...pid1892158
Enable native resolution switching --off

build: #0119

http://i1122.photobucket.com/albums/l527...f8c2f8.png

http://i1122.photobucket.com/albums/l527...9d2755.png
Quote:
  • TEMP: debug switching from 3d to 2d mode while playing (3688c6bb)
  • Fix switching to monoscopic mode while playing (OSD->3D->Watch as 2D) (8787e2a5)
@popcornmix these 2 are now superseded by https://github.com/xbmc/xbmc/pull/6235 which you may want to include instead. I've confirmed that it still fixes the issue reported at https://github.com/OpenELEC/OpenELEC.tv/issues/3725
pootler Wrote:
Maybe the problem is elsewhere?

--popcornmix

If you can identify the last Milhouse build that had fast channel switching speed then we might be able to track it down.

--Fernetmenta

a debug log may also shed some light on it,

Sorry i just don't have time to go through all the previous builds, but I have got logs for

1) VDR channel changing times in OE 5(official) -

http://xbmclogs.com/show.php?id=397105

and

2)VDR channel changing in latest dev builds.


http://xbmclogs.com/show.php?id=397098


In both cases I rebooted and then went straight to TV, and selected the first four identical channels.

Channel changing times with dev builds ranged from 17 seconds , a couple of 10/11s, and one 6s
Also stopping the channel results in a delay of up to 5s before screen returns to menu

Channel changes in OE5 are almost consistently around 4s, and stopping the channel results in less than 1s before menu screen appears?

I don't know why but OE5 feels a lot snappier than dev builds- it is usually the other way around!

(the dev build was a fresh install)

The test were done with hauppauge dvb stick.

Have now bought two geniatech t230 dvb t2 sticks, and am looking forward to Freeview HD in the UK - although as mentioned to Fernetmenta, can someone tell me why w_scan cannot find the HD channels for this stick! Smile

I do hope this info is useful

cheers

pootler
New OpenELEC I****** build: #0120
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.18.3 #1 PREEMPT Wed Jan 21 01:22:23 GMT 2015 armv6l GNU/Linux

# vcgencmd version
Jan 20 2015 18:07:34
Copyright (c) 2012 Broadcom
version b95d88a52e7948aa6036ee43cff39d28fe1a54bd (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150121012140-r20079-g3605e4f [Build #0120]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (3605e4fc, changelog) and tip of XBMC master (bc257090, changelog) with the following modifications:
  • Includes newclock4 patches
  • Excludes the OpenELEC fernetmenta patches due to conflicts with newclock4
  • Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-3.18.y
  • Excludes the OpenELEC kodi-001-helix_rpb_backports patch in favour of sourcing these and possibly more recent patches directly from newclock4 branch
  • Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Adapted service.openelec.settings to take advantage of PR:5217 [patch details]
  • Includes latest libnfs master (8e991ffb)
  • Includes latest libcec master (9f000e43)
  • Includes latest xbmc-pvr-addons master (b79c07fd)
  • Includes latest xbmc-addon-xvdr master (6ba17254)
  • Includes additional ffmpeg codecs/muxers enabled for testing/benchmarking purposes (see patch)
  • Includes animated splash support (patch)
  • Includes commits from libcec-2.2.0 (popcornmix)
  • Exclude kodi-102-dont_really_depend_on_SDL_image.patch: No longer required
  • Exclude lirc_rpi.conf: No longer required, let Device Tree handle lirc_rpi (add "dtoverlay=lirc-rpi" to config.txt)
  • Include d6f4bebf: new package: libsquish
  • Include patch: Use our own texturepacker
  • Include patch: Enable kernel device-tree support (details)
  • Include patch: Fix build patch for kodi-pvr-addons
  • Include patch: Add *.dtb files to firmware
  • Include patch: Add device tree kernel trailer
  • Include PR:5752: [jsonrpc] Allow retrieving empty TV shows via VideoLibrary.GetTVShows.
  • Include PR:6201: webserver: refactor, unification of handlers and bug fixes
Build Highlights:
  1. Updated firmware.
  2. Kernel 3.18.y branch cleanups.
Build Details:
  1. Firmware (Jan 20):
    • firmware: Move to 3.18 kernel with device tree enabled See: link
  2. OpenELEC:
    • IMX6: Don't override user set colors (PR:3820, 2 commits, 2 files changed)
    • Revert "fluxbox: update to fluxbox-1.3.6" (d9ac0e2a)
    • fluxbox: dont bump (2e0bedb7)
    • connman: /etc/hosts should be available early (e2efb47b)
    • connman: make it clear for users to not edit /etc/hosts (3605e4fc)
  3. XBMC:
    • [pvr] don't persist channel groups (includes members) unless the group is fully loaded (PR:6092, 1 commit, 1 file changed)
    • [imx] Fixed mode change after SysfsUtils port (PR:6225, 1 commit, 1 file changed)
    • [pvr] some more cleanup and a few minor changes (PR:4671, 4 commits, 8 files changed)
    • [pvr] removed two unused dialogs (PR:6139, 1 commit, 16 files changed)
    • [pvr] attempt to fix occasional crash when persisting channels (PR:6091, 3 commits, 8 files changed)
    • [URIUtils] Fix IsSmb, IsFTP, IsAfp, IsDAV and IsNfs. (PR:5430, 1 commit, 1 file changed)
    • Fixed refresh rate calculation for wayland. (PR:5968, 1 commit, 1 file changed)
    • [wayland] fixed wrong current/preferred modes in Output (PR:6149, 1 commit, 2 files changed)
    • [cec] Don't resume on source change if playback is paused. (PR:6236, 1 commit, 1 file changed)
  4. kernel 3.18.y:
    • Commits no longer in build:
      • bcm2708_fb: DMA acceleration for fb_copyarea (fb113242)
      • pinctrl: add bcm2708 driver (80b53aa8)
      • BCM2708: don't register SPI controller when using DT (99f19cfa)
      • spi: bcm2835: make driver available on ARCH_BCM2708 (a7ac6990)
      • bcm2708: don't register i2c controllers when using DT (e9c96bed)
      • i2c: bcm2835: make driver available on ARCH_BCM2708 (882c6b1a)
      • bcm2708: Remove the prohibition on mixing SPIDEV and DT (f34070a6)
      • bcm2708_fb: Update from 3.12 (397ee176)
      • DMA: fix cyclic LITE length overflow bug (0c40b1a0)
      • Update i2c-bcm2708.c (b27c8a3c)
      • BCM2708: armctrl: add space to allocate irq descriptors (01a6ea59)
      • pinctrl: remove bcm2708 driver (e93d9bfb)
      • BCM2708: armctrl: remove irq bank 3 (48388702)
      • bcm2708-gpio: Revert the use of pinctrl_request_gpio (3a2cef9c)
      • lirc-rpi: Also support pinctrl-bcm2835 in non-DT mode (f28a4f45)
      • gpio: Only clear the currently occurring interrupt. Avoids losing interrupts (1cadb239)
      • lirc-rpi: Use the higher-level irq control functions (d19b4436)
      • lirc-rpi: Correct the interrupt usage (f841e254)
      • MMC: support for non-AUTO_CMD23 transfer modes (ada7db37)
      • bcm2708-dmaengine: un-nobble DMA peak throughput (12368ae9)
      • bcm2708_gpio: Avoid calling irq_unmask for all interrupts (d3a1e4cc)
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.
Milhouse

how get rid of black bars on film ?
Change the aspect ratio ("zoom", press Z on a keyboard, maybe OK/Select on a remote) during video playback. Some films have the black bars "burned in" and zooming may only help so much.
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.
Select a remote control when playing the movie does nothing
I put some pictures up
Is this also a problem with stock OpenELEC 5.0, or just these builds? See previous posts above about disabling native resolution.
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.
press Z on a keyboard raise subtitle up
(2015-01-18, 22:41)shadowghost Wrote:
(2015-01-18, 20:01)Milhouse Wrote: Don't know if the new kernel could account for the new behaviour, perhaps if it were now a bit more finicky with certain file systems? Try fsck'ing your SD card in a Linux PC.

Will test it tomorrow evening and report.

Hadn't done it yet, but upgraded to latest Version, no problems anymore. It's still strange, why it happened with #0117.
I don't know why but the latest build (#0120) is insanely smooth, it's the best I have seen.
New OpenELEC I****** build: #0121
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.18.3 #1 PREEMPT Wed Jan 21 22:52:23 GMT 2015 armv6l GNU/Linux

# vcgencmd version
Jan 20 2015 18:07:34
Copyright (c) 2012 Broadcom
version b95d88a52e7948aa6036ee43cff39d28fe1a54bd (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150121225130-r20081-g6aede22 [Build #0121]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (6aede223, changelog) and tip of XBMC master (2625161e, changelog) with the following modifications:
  • Includes newclock4 patches
  • Excludes the OpenELEC fernetmenta patches due to conflicts with newclock4
  • Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-3.18.y
  • Excludes the OpenELEC kodi-001-helix_rpb_backports patch in favour of sourcing these and possibly more recent patches directly from newclock4 branch
  • Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Adapted service.openelec.settings to take advantage of PR:5217 [patch details]
  • Includes latest libnfs master (8e991ffb)
  • Includes latest libcec master (9f000e43)
  • Includes latest xbmc-pvr-addons master (67ae0d5c)
  • Includes latest xbmc-addon-xvdr master (6ba17254)
  • Includes additional ffmpeg codecs/muxers enabled for testing/benchmarking purposes (see patch)
  • Includes animated splash support (patch)
  • Includes commits from libcec-2.2.0 (popcornmix)
  • Exclude kodi-102-dont_really_depend_on_SDL_image.patch: No longer required
  • Exclude lirc_rpi.conf: No longer required, let Device Tree handle lirc_rpi (add "dtoverlay=lirc-rpi" to config.txt)
  • Include d6f4bebf: new package: libsquish
  • Include patch: Use our own texturepacker
  • Include patch: Enable kernel device-tree support (details)
  • Include patch: Fix build patch for kodi-pvr-addons
  • Include patch: Add device tree kernel trailer
  • Include patch: Add *.dtb files to firmware
  • Include PR:5752: [jsonrpc] Allow retrieving empty TV shows via VideoLibrary.GetTVShows.
  • Include PR:6201: webserver: refactor, unification of handlers and bug fixes
Build Highlights:
  1. Updated Kodi BOB deinterlacing
  2. Updated kodi-pvr-addons
Build Details:
  1. OpenELEC:
    • libtool: update to libtool-2.4.5 (346e3242)
    • wetek_play: advancedsettings cosmetics (6aede223)
  2. XBMC:
    • ADD: [gles] BOB deinterlacing (PR:6169, 5 commits, 12 files changed)
    • [PVR] Fix DialogPVRChannelManager.xml (from name edit go right not work) (PR:6239, 1 commit, 1 file changed)
    • [coverity] fixes for missing breaks and falling-through statements (PR:6237, 1 commit, 1 file changed)
  3. kodi-pvr-addons:
    • add changelog.txt and addon.xml.in to VS projects (PR:414, 1 commit, 22 files changed)
    • [c++11/osx] - fix compilation with osx and enabled c++11 standard (PR:400, 4 commits, 33 files changed)
    • [pvr.hts] Change clientname to Kodi (PR:405, 1 commit, 1 file changed)
    • [pvr.hts] fill the VFS buffer on a separate thread (PR:404, 3 commits, 6 files changed)
    • [lang] update of language files from Transifex (c77a6a4e)
  4. newclock4:
    • New commits in this build:
      • don't back out from 3D handling on resolution changes if we're switching to a different 3D mode (8b11730d)
    • Commits no longer in build:
      • [omxplayer] Don't propagate 3d flags based on supported 3d modes (a3477be9)
      • [graphics] Don't set stereo mode based on resolution (84edb8d1)
      • [graphics] Allow switching to a more suitable 3D resolution (08feb31d)
      • [3D] Support switching to 3D resolutions (ad1fe59c)
      • [graphics] Make pixel ratio for 3d modes consistent (89246c25)
      • TEMP: debug switching from 3d to 2d mode while playing (aa43a1ce)
      • Fix switching to monoscopic mode while playing (OSD->3D->Watch as 2D) (8a7c888c)
  5. kernel 3.18.y:
    • New commits in this build:
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: patch: Add *.dtb files to firmware
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
  • 18
  • 19
  • 20(current)
  • 21
  • 22
  • 111

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