• 1
  • 35
  • 36
  • 37(current)
  • 38
  • 39
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2017-01-16, 01:56)ironic_monkey Wrote: @Milhouse i have to ask. are you 100% certain add-ons are built against updated headers? reason i ask is that the only way i can see the vfs addon pr interacting with the joystick handling is through VFSDirEntry, as its definition changed in the vfs pr. either that or the bt is completely broken (stack is stomped, so it is a possibility in theory..)

Ah, no, some of the addons probably have not been rebuilt since PR8966 merged. I'll make a change to my build procedure so that built-in addons are rebuilt every night.

The last "clean" build took place on the morning of 10 Jan at 01:18 which pre-dates the merge of PR8966 at 10 Jan 09:49. The peripheral.joystick addon was however rebuilt yesterday (15 Jan, build #0115) so that might have fixed the crash.

Regardless I'll run a clean build overnight so that #0116 is fully up to date - many thanks for investigating (and apologies for having wasted your time - it's unfortunately not the first time an add-on change has bitten me so I should have known better!)

@radekson5 & @weppa can you confirm if controllers continue to cause a crash with #0115?
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-01-16, 02:35)J_E_F_F Wrote:
(2017-01-15, 23:22)Milhouse Wrote: [*]firmware: bootcode: Default to using total_mem=1023

so I can remove total_mem=1023 from config.txt ?

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.
#0115 works well again with controllers, thanks for quick investigating and fixing.
Hi,

I have just updated my RPI2 to the #0115 build and I noticed a bug. The UI fits just perfect usually, but when I pause a video, the UI seems overscaned.

The UI is fine in the menu: http://i.imgur.com/VEvDaUO.jpg

The UI overscan when video paused: http://i.imgur.com/y3l2Sbm.jpg

The video resolution does not matter, I have tried several resolutions, 1080p and 720p failed too.

Do you know what would be the solution?
(2017-01-16, 18:59)mm00 Wrote: Hi,

I have just updated my RPI2 to the #0115 build and I noticed a bug. The UI fits just perfect usually, but when I pause a video, the UI seems overscaned.

The UI is fine in the menu: http://i.imgur.com/VEvDaUO.jpg

The UI overscan when video paused: http://i.imgur.com/y3l2Sbm.jpg

The video resolution does not matter, I have tried several resolutions, 1080p and 720p failed too.

Do you know what would be the solution?

Looks like you resized the UI. You should instead just deactivate overscan on your television and set zoom to 0%.
(2017-01-16, 18:59)mm00 Wrote: Hi,

I have just updated my RPI2 to the #0115 build and I noticed a bug. The UI fits just perfect usually, but when I pause a video, the UI seems overscaned.

You updated to #0115 from what version? If you were on one of these test builds before upgrading to #0115 can you determine the first build when this issue started? And can you also confirm your TV is in pixel 1:1 mode and not applying automatic overscan (ie. some sort of auto-zoom).
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 #0116: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.9.4 #1 Mon Jan 16 23:09:07 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Jan 14 2017 13:03:37
Copyright (c) 2012 Broadcom
version ddb0018638eb8803bbb8f6dda5c39cff4995b3fb (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170116230804-#0116-g9a8978b [Build #0116]

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

Based on tip of LibreELEC.tv master (9a8978b8, changelog) and tip of XBMC master (41b1429b, changelog) with the following modifications: Build Highlights:
  1. New 4.9.4 kernel
  2. Bitstream refactor / VC1Bitstream parser
  3. Revert ISO/filedirectory fix
  4. NFSFile: Change ChunkSize to 128K
  5. (Clean build)
Build Details:
  1. LibreELEC.tv:
    • emby: reintroduce libx264 (PR:1180, 4 commits, 4 files changed)
    • lirc: fix [email protected] (PR:1179, 1 commit, 1 file changed)
    • media_build cleanup (PR:1181, 3 commits, 6 files changed)
    • kodi: build libdvd* in the kodi depends (PR:1173, 5 commits, 5 files changed)
    • config: set version to 7.95.1 (PR:1143, 1 commit, 1 file changed)
  2. XBMC:
    • FIX: [amcs] Handle 3D -> 2D Mono (PR:11464, 2 commits, 2 files changed)
    • [gui] improve scaling support for container layouts. (PR:11229, 1 commit, 4 files changed)
    • Bitstream refactor / VC1Bitstream parser (PR:11417, 1 commit, 11 files changed)
    • updated artwork containing full logo to reflect our registered mark ® (PR:11472, 1 commit, 7 files changed)
    • [DOCS] Update README.linux, add README.OpenSuse (#11244) (2a776cb7)
  3. newclock5:
    • New commits in this build:
      • NFSFile: Chank ChunkSize to 128K (1e65ad0b)
  4. kernel 4.9.y:
    • New commits in this build:
      • BCM270X_DT: Add spi0-cs overlay (1115aff3)
      • spi-bcm2835: Disable forced software CS (5cc6bdae)
      • config: Add CONFIG_TCP_CONG_BBR (ae27ac3d)
      • Revert "bcm2835-i2s: Changes for allowing asymmetric sample formats." (2bc77d84)
  5. Additional commits/pull requests/changes not yet merged upstream:
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.
What is that chunksize change about? Chunksize is retrieved from the nfs server normally...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Thank for your answer! I found the cause. When the "Adjust display refresh rate" Kodi option is off, the UI is fine. When I change it to "on start/stop" or to "Always" the UI seems overscale like on my photo.

I can't tell you when this bug popped up, as I might changed this settings some weeks ago to "Always" and I haven't noticed instantly the overscale, so I was not able to pair this bug to that specific settings.


(2017-01-17, 01:31)Milhouse Wrote:
(2017-01-16, 18:59)mm00 Wrote: Hi,

I have just updated my RPI2 to the #0115 build and I noticed a bug. The UI fits just perfect usually, but when I pause a video, the UI seems overscaned.

You updated to #0115 from what version? If you were on one of these test builds before upgrading to #0115 can you determine the first build when this issue started? And can you also confirm your TV is in pixel 1:1 mode and not applying automatic overscan (ie. some sort of auto-zoom).
(2017-01-17, 09:37)Memphiz Wrote: What is that chunksize change about? Chunksize is retrieved from the nfs server normally...

When using libnfs?
Check with fritsch he is keen on increasing chunk size as it improves max bitrate of files he can play.
(2017-01-17, 14:21)mm00 Wrote: Thank for your answer! I found the cause. When the "Adjust display refresh rate" Kodi option is off, the UI is fine. When I change it to "on start/stop" or to "Always" the UI seems overscale like on my photo.

I can't tell you when this bug popped up, as I might changed this settings some weeks ago to "Always" and I haven't noticed instantly the overscale, so I was not able to pair this bug to that specific settings.

This still sounds like more of an issue with the way your TV is configured - can you confirm that it is in pixel 1:1 mode and is not automatically zooming the display?
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-01-17, 15:09)Milhouse Wrote: This still sounds like more of an issue with the way your TV is configured - can you confirm that it is in pixel 1:1 mode and is not automatically zooming the display?

Also have you used the "video calibration" option in kodi?
Note that needs to be applied to every resolution/framerate you use.
E.g. you may have calibrated 1080p60 for the kodi GUI, but "Adjust display refresh rate" may switch to 1080p24 which may not have been calibrated.

Either calibrate every possibly resolution/refresh, or fix it in the right place - on the TV.
Check the display menu options (it may be called "just scan", "screen fit", "HD size", "full pixel", "unscaled", "dot by dot", "native" or "1:1") and remove any video calibration set in kodi.
(2017-01-17, 02:02)Milhouse Wrote: [*]NFSFile: Change ChunkSize to 128K

Please report if you spot any difference when playing files through NFS (using internal nfs:// links, rather than OS mounted paths).
In theory high bitrate file playback may be improved a little.
But random access could be slower (possibly seen when playing ISO files for example).
(2017-01-17, 15:04)popcornmix Wrote:
(2017-01-17, 09:37)Memphiz Wrote: What is that chunksize change about? Chunksize is retrieved from the nfs server normally...

When using libnfs?
Check with fritsch he is keen on increasing chunk size as it improves max bitrate of files he can play.


Yes - chunksizes are logged in kodi.log as gathered from the nfs server - this is with libnfs
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
#0115 with 1 (byte?) chunk:
Code:
17:58:53.702 T:1775465376   DEBUG: SECTION:LoadDLL(libnfs.so.8)
17:58:53.717 T:1775465376   DEBUG: Loading: libnfs.so.8
17:58:53.765 T:1775465376   DEBUG: NFS: Context for 192.168.0.3/mnt/share not open - get a new context.
17:58:53.834 T:1775465376   DEBUG: NFS: Connected to server 192.168.0.3 and export /mnt/share
17:58:53.834 T:1775465376   DEBUG: NFS: chunks: r/w 32768/32768
17:59:08.662 T:1658024864   DEBUG: CNFSFile::Open - opened mnt/share/media/Video-Private/MoviesHD/Blade Runner/Blade Runner - The Final Cut (2007)[BDRip].mkv

#0116 with 128K chunk:
Code:
17:53:35.570 T:1873802144   DEBUG: SECTION:LoadDLL(libnfs.so.8)
17:53:35.571 T:1873802144   DEBUG: Loading: libnfs.so.8
17:53:35.765 T:1873802144   DEBUG: NFS: Context for 192.168.0.3/mnt/share not open - get a new context.
17:53:35.909 T:1873802144   DEBUG: NFS: Connected to server 192.168.0.3 and export /mnt/share
17:53:35.909 T:1873802144   DEBUG: NFS: chunks: r/w 32768/32768
17:53:35.947 T:1873802144   DEBUG: CNFSFile::Open - opened mnt/share/media/Video-Private/MoviesHD/Blade Runner/Blade Runner - The Final Cut (2007)[BDRip].mkv

Server is FreeNAS 8.3.

Tested on RPi3, performance doesn't seem any better or worse, so I'm not entirely sure this 128K chunk change is having any effect at all.
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
  • 35
  • 36
  • 37(current)
  • 38
  • 39
  • 495

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