• 1
  • 114
  • 115
  • 116(current)
  • 117
  • 118
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
Hi all,

I'm connect Bluetooth Media Button Remote to RPi2 (Leica #505) with USB bluetooth successful.
But can't control player... I turn on debug log but no control event found.
So how can use bluetooth devices for control RPi2 pls ?

Btw, I see an error in debug log:
ERROR: Traceback (most recent call last):
File "/home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/LibreELEC-settings-ca96ddd/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/resources/lib/modules/bluetooth.py", line 736, in remove_agent
AttributeError: 'NoneType' object has no attribute 'remove_from_connection'
(2017-05-13, 08:50)TVPL Wrote: Btw, I see an error in debug log:

Upload your full log.
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.
(2017-05-13, 03:10)Milhouse Wrote:
(2017-05-13, 01:54)bmonster Wrote:
(2017-05-13, 01:29)Milhouse Wrote: Ah right, I have the Kodi splash turned off with <splash>false</splash> in as.xml so I always see your post-#0505 behaviour with every build. I'll do some more tests with the kodi splash enabled.

Thank you.

You should see it display fine with 0504 and not with 0505 onwards.
I dont think its anything ive done, as everythings stock apart from iplayer and youtube and i dont use advanced settings.

OK I see the same different behaviour with #0504/#0505.

With #0505 (and /storage/.config/splash.disable ie no splash video), there is a period of blank black screen before the Kodi splash image appears (but only for a fraction of a second) and then immediately the Kodi GUI loads. With #0504, the Kodi splash appears seamlessly after the LE splash, and then remains visible for 2-3 seconds before the Kodi GUI loads. It's difficult to say if the the Kodi splash image is appearing if you have the splash video enabled, it probably is but only for a very brief period.

The only difference when showing the splash video is that the frame buffer (which is showing the LE splash image) is killed with "/sbin/fbset -g 1 1 1 1 32" *before* kodi.bin is started, while without the splash video the frame buffer is not killed until kodi is started (it's killed from within xbmc/Application.cpp).

So now, in #0505+, it appears as though the Kodi splash image may only be being rendered for one or two frames immediately before the main GUI is rendered.

@popcornmix could the "remove gui" commits be preventing the Kodi splash from being rendered correctly? There is no Kodi splash (or text) displayed during a database migration with #0505 (there is, with #0504), so it looks like the rendering of the splash and (also any text) is now a little broken since #0505.

Yer i see this behaviour with 0505 onwards, kodi splash does appear briefly just before gui is shown..

Thank you for looking at this..

Bucky
(2017-05-13, 00:25)rudrood Wrote: Is there any progress on the PVR tv channels recognised at first as audio?
Still on build 0502.

The issue has been present forever so I wouldn't expect any quick fixes.
Opening a trac ticket may get some attention.
(2017-05-13, 11:03)Milhouse Wrote:
(2017-05-13, 08:50)TVPL Wrote: Btw, I see an error in debug log:

Upload your full log.
log file here: https://pastebin.com/HSncznB2
(2017-05-13, 03:10)Milhouse Wrote: @popcornmix could the "remove gui" commits be preventing the Kodi splash from being rendered correctly? There is no Kodi splash (or text) displayed during a database migration with #0505 (there is, with #0504), so it looks like the rendering of the splash and (also any text) is now a little broken since #0505.

Yes. Splash screen occurs before normal render loop so needs a tweak. Should be okay tonight.
(2017-05-13, 14:59)popcornmix Wrote:
(2017-05-13, 00:25)rudrood Wrote: Is there any progress on the PVR tv channels recognised at first as audio?
Still on build 0502.

The issue has been present forever so I wouldn't expect any quick fixes.
Opening a trac ticket may get some attention.

Huh?, started with build 0503, 0502 and before no problem:
Hasn't it something to do with one of these?:
0503:
[PVR] Another round of code cleanup
newclock5 videoplayer updates
New LibreELEC.tv Leia build #0513: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.11.0 #1 Sat May 13 21:45:29 BST 2017 armv6l GNU/Linux

# vcgencmd version
May  4 2017 16:00:32
Copyright (c) 2012 Broadcom
version 809412fa5f5f7d88833e076d71dc329367441601 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170513214424-#0513-g24c5892 [Build #0513]

# Kodi version
(18.0-ALPHA1 Git:61e98fd). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (24c5892e, changelog) and tip of XBMC master (1f291fac, changelog) with the following modifications: Build Highlights:
  1. Send message from CGUIControlGroupList only if scroolpos has changed
  2. The ability to enable/disable Samba has been broken since #0512, as a required patch stopped being included - will be fixed in next build
Build Details:
  1. LibreELEC.tv:
    • glibc: update to glibc-2.25 (PR:1616, 8 commits, 187 files changed)
    • linux: update to linux-4.11.0 (PR:1441, 27 commits, 19 files changed)
    • aarch64/neon: update neon checks in ffmpeg and pulseaudio (PR:1624, 2 commits, 2 files changed)
    • Update kernel config for WeTek Hub and WeTek Play 2 (PR:1626, 2 commits, 2 files changed)
    • pypi.python.org: switch to files.pythonhosted.org downloads urls (PR:1623, 1 commit, 7 files changed)
  2. newclock5:
    • New commits in this build:
      • Send message from CGUIControlGroupList only if scroolpos has changed (21c4ca3e)
    • Commits no longer in build:
      • avoid unneccesary work (6e48db81)
      • GUIControl: revert for poster view issue (32047553)
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.
(2017-05-13, 19:58)popcornmix Wrote:
(2017-05-13, 03:10)Milhouse Wrote: @popcornmix could the "remove gui" commits be preventing the Kodi splash from being rendered correctly? There is no Kodi splash (or text) displayed during a database migration with #0505 (there is, with #0504), so it looks like the rendering of the splash and (also any text) is now a little broken since #0505.

Yes. Splash screen occurs before normal render loop so needs a tweak. Should be okay tonight.

@popcornmix I'm not seeing any change in #0513, which has the same behaviour as #0505-#0512, ie. the Kodi splash appearing only briefly (sometimes not at all) - did you push the 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.
(2017-05-04, 18:47)popcornmix Wrote:
(2017-05-04, 18:11)ManiacKill Wrote: Hi popcornmix when will Amazon go to Kodi 18 again?

I don't know. PR11946 is a requirement that isn't merged upstream yet.
I believe there is a new "VideoBuffers" scheme that will come after that.
There may still be some add-ons rework from agile branch that needs merging.

We will let you know here once it is ready for testing.
Looks like the pr is merged (looks like some great effort has been put into this - thanks!) - @popcornmix: can we get our hopes up? [emoji6]
Guys,

Kodi Splash screen issue seems resolved with 0514.

Thanks
New LibreELEC.tv Leia build #0514: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.11.0 #1 Sun May 14 21:05:05 BST 2017 armv6l GNU/Linux

# vcgencmd version
May  4 2017 16:00:32
Copyright (c) 2012 Broadcom
version 809412fa5f5f7d88833e076d71dc329367441601 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170514210359-#0514-gb2ec183 [Build #0514]

# Kodi version
(18.0-ALPHA1 Git:61e98fd). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (b2ec183d, changelog) and tip of XBMC master (71e187a4, changelog) with the following modifications: Build Highlights:
  1. Merge changes from vpupdates branch
  2. Fix rendering of Kodi splash (not pushed in time for #0513)
  3. Fix "inprogresstvshows" (thanks @kafisc, @Soulplayer, @Koying)
  4. Fix libnfs use-after-free (introduced in #0510)
  5. Fix Samba service breakage (Samba may need to be re-enabled in LE Settings)
Build Details:
  1. LibreELEC.tv:
    • vdr-addon: update addon (PR:1510, 1 commit, 5 files changed)
  2. XBMC:
    • video player updates (PR:11946, 63 commits, 166 files changed)
    • [depends][darwin] configure: remove special tarballs dir & nativeprefix (PR:12017, 3 commits, 8 files changed)
    • [Android] SecureDecoder: cleanup / readability (PR:12087, 1 commit, 1 file changed)
    • FIX: [videodbFS] missing "inprogresstvshows" case (PR:12088, 1 commit, 1 file changed)
    • FFmpegImage: Transition to new ffmpeg 3.2+ API (PR:11965, 1 commit, 2 files changed)
    • Fix seeking for pts values larger than max_int (PR:12086, 1 commit, 1 file changed)
    • [windows] retry download depends & vcredist if it fails (PR:12078, 1 commit, 2 files changed)
    • DVDVideoCodecFFmpeg: Consistency fixes (buildsys rework in progress) (PR:12090, 1 commit, 1 file changed)
    • VideoPlayer: lost commit, change in shaders (8405bbf2)
  3. inputstream.adaptive:
  4. newclock5:
    • New commits in this build:
    • Commits no longer in build:
      • bump ffmpeg to 3.3 (b48a1b56)
      • cmake: bump ffmpeg to 3.3 (c2b87fe6)
      • ffmpeg options: drop enable-memalign-hack (a6f36753)
      • VideoPlayer: API changes for video codecs (f51f4038)
      • VideoPlayer: API changes for audio codecs (56814a0a)
      • VideoPlayer: distinguish between render and shader formats (8a6e2529)
      • VideoPlayer: API changes to stream players (580dabee)
      • VideoPlayer: demuxer updates (2954750a)
      • VideoPlayer: audio codec updates (f952d5fb)
      • VideoPlayer: video codec updates (2df7293e)
      • linux: vaapi, vdpau updates (69fbfb1c)
      • windows: dxva adaptions (309680c7)
      • osx: vtb adaptions (fda3e053)
      • VideoPlayer: codec factory updates (69f72830)
      • VideoPlayer: rendering updates (95ccbb64)
      • VideoPlayer: player updates (495a618d)
      • VideoPlayer: add crypto fields to memuxer (ecbc5963)
      • VideoPlayer: overlay updates (ca29fa94)
      • VideoPlayer: subtitle updates (bf7036da)
      • linux: vaapi, vdpau render adaptions (822bac1d)
      • VideoPlayer: shader updates (b87bcdde)
      • PAPlayer: adapt to codec changes (5b1b5f25)
      • addon InputStream: drop bandwidth (9bde307b)
      • RetroPlayer: adapt to VP updates (8c377ddb)
      • windows: adapt dxva renderer to videoPicture (1ab9b417)
      • osx: adapt vtb renderer to videoPicture (579c83f7)
      • VideoPlayer: shader updates - fixup gles (21b7af56)
      • OMXPlayer: Fixup to new API (09ce8b8f)
      • MMALCodec: Fixup to new API (467f1a37)
      • MMALFFmpeg: Fixup to new API (fff9d837)
      • MMALRender: Fixup to new API (ed640b1d)
      • PixelConverterRBP: adapt to VP updates (ed944275)
      • MMAL: Remove periodic prime calls and handle from buffer destructor (920d980e)
      • squash: windows: dxva adaptions (f874c9a1)
      • squash: VideoPlayer: rendering updates (cc2c7554)
      • squash: VideoPlayer: shader updates (83ec4d55)
      • New API / Crypto (f5672bb2)
      • New API / Crypto (cleanup) (77bd9cb4)
      • New VP interface (d5c102ba)
      • VideoPlayer: fix demux queue (d20eb9aa)
      • add missing files (aeff8f30)
      • Initialize m_codec (ceffec19)
      • VideoPlayer: Fix error due to bad cast (73d44f89)
      • VideoPlayer: Fix compiler warnings (8d564248)
      • VideoPlayer: Fix bad cast in DVDAudioCodecFFmpeg.cpp (63372ef1)
      • don't request for secure decoder if stream is unencrypted (2e0c8f4e)
      • VideoPlayer: Fix gcc compiler warning (12b8e689)
      • VideoPlayer: Remove unused function (e4a66160)
      • VPV: do not open on streams with missing extradata (98a7ef5a)
      • VideoPlayer: demuxClient - hide video streams with no extradata (82e2d501)
      • VideoPlayer: fix hang on stop (2d621c33)
      • adapt VTB renderer to VideoPicture (e2f3bfea)
      • windows: rename fmpeg_options to ffmpeg_options (b2a771a2)
      • mpeg2 Bitstream Converter (c1507ac1)
      • BitstreamConverter::mpeg2 fix double -> int (39d158a4)
      • Mediacodec buffer handling fixed (0708ae7c)
      • VideoPlayer: better calculation of starttime (99855313)
      • Remove ClearPicture from VPV and all Codecs (462799f6)
      • remove MediaCodec::ClearPicture (8a5df9f4)
      • Revert "addon InputStream: drop bandwidth" (4ddda6bf)
      • FFmpegImage: Transition to new ffmpeg 3.2+ API (2ba138ea)
      • retroplayer: Fixup ClearPicture (8f7e69a8)
      • fixup! Remove ClearPicture from VPV and all Codecs (00f4e221)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] 3183bb25: use-after-free: quick hack (libnfs)
    • Added: [pkg] PR:62: change smbd and nmbd location (service.libreelec.settings)
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.
(2017-05-14, 23:42)Milhouse Wrote: fixup: Avoid hiding splash ([url=https://github.com/popcornmix/xbmc/commit

Does this mean that "/storage/.config/splash.disable" does not hide Kodi splash screen?
(2017-05-15, 13:29)Sholander Wrote:
(2017-05-14, 23:42)Milhouse Wrote: fixup: Avoid hiding splash ([url=https://github.com/popcornmix/xbmc/commit

Does this mean that "/storage/.config/splash.disable" does not hide Kodi splash screen?

Correct, as it never has - you create that file in order to disable the splash video.

If you want to disable the Kodi splash image, add "<splash>false</splash>" to advancedsettings.xml

The bug fix you mentioned resolves a rendering issue that prevented the kodi splash image from being displayed when it is enabled.
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.
New LibreELEC.tv Leia build #0515: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.11.1 #1 Tue May 16 03:41:51 BST 2017 armv6l GNU/Linux

# vcgencmd version
May 15 2017 17:01:07
Copyright (c) 2012 Broadcom
version 9469ea3706e34c4de62f38a5008f69a429b4b43e (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170516034050-#0515-gde0cbbb [Build #0515]

# Kodi version
(18.0-ALPHA1 Git:61e98fd). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (de0cbbb7, changelog) and tip of XBMC master (077dbd9e, changelog) with the following modifications: Build Highlights:
  1. New 4.11.1 kernel
  2. Samba: Add "client max protocol" as a GUI setting (if you needed to set this to NT1/SMB1 in the past, you'll need to change it again in Settings > Services > SMB client).

    The default is SMB3 and most people will not need to change this.
  3. LibreELEC Samba server no longer supports pre-SMB2 connections - use a custom server smb config if your clients are pre-Windows 7 and require NT1 support
Build Details:
  1. Firmware (May 15):
    • firmware: platform: Move trait initialisation out of #ifdef'd function
    • firmware: usb: Change USB PHY settings to make device mode work correctly
    • firmware: dtoverlay: Update fixups when a node is renamed
    • firmware: dtoverlay app: Add the -D (dry-run) option. See: link
    • firmware: dispserver: Adjust open/close refcount on application exit. See: link
    • firmware: filex: Optimise directory search of the root directory
  2. LibreELEC.tv:
    • Intel HDMI/DP LPE audio config (PR:1442, 1 commit, 1 file changed)
  3. XBMC:
    • Revert "DVDVideoCodecFFmpeg: Consistency fixes (buildsys rework in progress)" (PR:12091, 1 commit, 1 file changed)
    • [buildsteps][windows] download-msys2: disable build32 if build64 specified (PR:12095, 1 commit, 1 file changed)
    • [depends] ffmpeg: fix build for iOS 64 bit (PR:12093, 1 commit, 2 files changed)
    • [guilib] resolve includes in font.xml (PR:12092, 1 commit, 1 file changed)
  4. libnfs:
  5. newclock5:
    • New commits in this build:
      • DVDDemuxFFmpeg: max_packet_size - use GetBlockSize directly (8890f7db)
  6. kernel 4.11.y:
    • New commits in this build:
      • dwc_otg: fix several potential crash sources (073de317)
      • dwc_otg: delete hcd->channel_lock (9172b548)
      • dwc_otg: remove unnecessary dma-mode channel halts on disconnect interrupt (fda614f3)
      • config: Add CONFIG_TOUCHSCREEN_GOODIX (9d15c9d0)
    • Commits no longer in build:
      • serial: 8250: Don't crash when nr_uarts is 0 (fb243008)
      • bcm2835-sdhost: Hack fix build (44cd753a)
      • Revert "bcm2835-sdhost: Hack fix build" (8fcb1da2)
      • config: remove CONFIG_TOUCHSCREEN_EKTF2127 (d9f1cace)
      • SQUASH: staging: vc04_services: Fix warnings (f526a015)
      • Revert "serial: 8250: Don't crash when nr_uarts is 0" (bb460c9a)
  7. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] compare: kodi: Allow configurable min/max SMB protocol
    • Added: [env] compare: linux: update to linux-4.11.1
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
  • 114
  • 115
  • 116(current)
  • 117
  • 118
  • 495

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24