• 1
  • 181
  • 182
  • 183(current)
  • 184
  • 185
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
New LibreELEC.tv Leia build #0801: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.12.4 #1 Tue Aug 1 21:59:36 BST 2017 armv6l GNU/Linux

# vcgencmd version
Jul 28 2017 20:20:00
Copyright (c) 2012 Broadcom
version 6716e816fd1614c326071d86188976b5fbf9c22b (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170801215819-#0801-geb93713 [Build #0801]

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

Based on tip of LibreELEC.tv master (eb937130, changelog) and tip of XBMC master (d0e3f716, changelog) with the following modifications: Build Highlights:
  1. pvr.demo: restored to build
  2. inputstream.adaptive: HLS updates
Build Details:
  1. XBMC:
    • [videoplayer] Fix CDVDFactoryInputStream::CreateInputStream fileitem (PR:12599, 1 commit, 1 file changed)
    • [VideoPlayer] Never skip the same commercial twice in a row (PR:12600, 1 commit, 3 files changed)
    • Fix silent failure when game add-on can't be installed (PR:11163, 1 commit, 2 files changed)
    • pass resume script param when launching addons (PR:12586, 1 commit, 7 files changed)
  2. inputstream.adaptive:
    • [HLS] First working video finished (f728d850)
    • [HLS] GetBuffer instead Read to avoid mem copies (c88b0af6)
    • [HLS] Included stream handling (556d2844)
    • [HLS] Seek fixed (5cfd9222)
    • [HLS] Seek / fix indexed streams sream position (a38c5c4e)
    • [HLS] changed IncludedStreams logic (again) (783643cf)
    • Don't build libssd for IOS (9954fd37)
    • Version bump (2.0.6) (e52d340f)
    • add License.gpl (625fc1b5)
    • [HLS] fill initialization segment for mp4 media (e01d9f77)
    • Disable optimization (select_stream) to make sure that initialization is read (7b3ca31f)
    • [HLS] allow URL's in segments / compile fix / compiler warnings (b1e66785)
  3. pvr.demo:
    • PVR API 5.4.0: Remove SwitchChannel, PVR_CHANNEL:ConfusedtrStreamURL. Imple (PR:50, 1 commit, 3 files changed)
  4. pvr.dvblink:
    • #92: returning empty string from GetLiveStreamURL (729fce75)
  5. newclock5:
    • New commits in this build:
      • DVDDemuxFFMPEG: Increase FFMPEG_FILE_BUFFER_SIZE to 128K (9a7beacc)
      • DVDDemuxFFmpeg: Use FFMPEG_FILE_BUFFER_SIZE for max_packet_size (2b54af3f)
      • fixup! rbp: Update the GL libs to new naming scheme (ef8b33d1)
      • PeripheralCecAdapter: Only stop playback if currently playing (01887992)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1848: kernel-firmware: cleanup
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.
Weekly Linux 4.13-rc3 build #0801x: RPi / RPi2
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.
Why isn't neon enabled anymore?

17:41:10.259 T:1942629696 NOTICE: FFmpeg version/source: ffmpeg-3.3-kodi
17:41:10.259 T:1942629696 NOTICE: Host CPU: ARMv7 Processor rev 4 (v7l), 4 cores available
17:41:10.259 T:1942629696 NOTICE: ARM Features: Neon disabled
(2017-08-02, 12:04)polo_joe Wrote: Why isn't neon enabled anymore?

17:41:10.259 T:1942629696 NOTICE: FFmpeg version/source: ffmpeg-3.3-kodi
17:41:10.259 T:1942629696 NOTICE: Host CPU: ARMv7 Processor rev 4 (v7l), 4 cores available
17:41:10.259 T:1942629696 NOTICE: ARM Features: Neon disabled

Do you know which build this stopped? You are correct "Neon enabled" was reported in the past.
(2017-08-01, 22:12)pqatsi Wrote: And Kodi does use these decoders? Need some special decoders in Kodi to work (Like I see some issues with OMX, etc..)

Yes, of course. Both MMAL and OMXPlayer will use the hardware decoders when enabled.
(2017-08-02, 12:45)popcornmix Wrote:
(2017-08-02, 12:04)polo_joe Wrote: Why isn't neon enabled anymore?

17:41:10.259 T:1942629696 NOTICE: FFmpeg version/source: ffmpeg-3.3-kodi
17:41:10.259 T:1942629696 NOTICE: Host CPU: ARMv7 Processor rev 4 (v7l), 4 cores available
17:41:10.259 T:1942629696 NOTICE: ARM Features: Neon disabled

Do you know which build this stopped? You are correct "Neon enabled" was reported in the past.

Not exactly, I searched for uploaded logs in this thread. I found out that the change happened between build 0521 and build 0603.
not working https://pastebin.com/qCv02qfa post #1945
working https://pastebin.com/e9a9cTaS post # 1816

Maybe this one https://github.com/popcornmix/xbmc/commi...c246274479
Thanks, yes, NEON has been disabled since #0525(2). Sad

(Unfortunately I cocked up the build code of the 0524 build which I accidentally published as 0525, however I'll refer to this as #0524, and #0525 is the #0525 proper)

So NEON is enabled in #0524.

And NEON is disabled in #0525

There's no obvious change in #0525, but if you look at the list of included PRs in the first section (above "Build highlights") you'll see there's:
(2017-05-25, 23:43)Milhouse Wrote: Based on tip of LibreELEC.tv master (856d6246, changelog) and tip of XBMC master (feb2cda8, changelog) with the following modifications:
  • Include [pkg] PR:12034: KODI: Update NEON support

PR12034 is also included in #0524, however it changed between #0524 and #0525, which seems to have introduced the problem causing NEON to be disabled.

This is PR12034 on gist: https://gist.github.com/MilhouseVH/e13f2...4a6d979e6c

If you click on the "Revisions" tab you can see the changes introduced between #0525 and #0524 (revision #2). Revision #1 is the original version in #0524.

The version of the PR in #0525 now requires "-DENABLE_NEON=ON|OFF" when building Kodi, which wasn't necessary with the version in #0524.

I'm not sure if this new requirement is intentional, but I'll include the fix in the next build.

Edit: Pretty sure this is just cosmetic and only affects the way NEON is being reported
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 #0802: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.12.4 #1 Wed Aug 2 21:05:03 BST 2017 armv6l GNU/Linux

# vcgencmd version
Jul 28 2017 20:20:00
Copyright (c) 2012 Broadcom
version 6716e816fd1614c326071d86188976b5fbf9c22b (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170802210357-#0802-g072425f [Build #0802]

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

Based on tip of LibreELEC.tv master (072425f8, changelog) and tip of XBMC master (c4f8dcaf, changelog) with the following modifications: Build Highlights:
  1. pvr.vuplus: restored to build
  2. Correctly report when NEON is enabled (in kodi rollup patch)
Build Details:
  1. LibreELEC.tv:
    • iwlwifi-firmware: update to iwlwifi-firmware-53913d7 (#1852) (072425f8)
  2. XBMC:
    • [PVR] Fix and refactor PVR internal 'playing' states after removal of (PR:12607, 1 commit, 7 files changed)
    • [depends] bump fribidi to 0.19.7 (PR:12603, 1 commit, 1 file changed)
    • [filesystem] fix condition for vfs addons in CFileDirectoryFactory (PR:12605, 1 commit, 1 file changed)
    • [win32] get rif of `TARGET_WIN10` define + cleanups (PR:12606, 6 commits, 41 files changed)
    • [pvr] fix database migration and drop bWasPlayingOnQuit from create table (PR:12602, 1 commit, 1 file changed)
    • [jsonrpc] "added" data for new item *Library.OnUpdate notification (PR:10916, 1 commit, 4 files changed)
    • [lang][kodi.core] automatic syntax corrections for the en_GB language file (9e11d920)
    • [lang][skin.estuary] updated language files from Transifex (cbb7a5a3)
    • [lang][skin.estouchy] updated language files from Transifex (c4f8dcaf)
  3. inputstream.adaptive:
    • [HLS] int64 PTS istead uint64 / support #EXT-X-STREAM-INF without codecs / no streamchange if fps changes (71a7ce09)
    • PTS scaling harikari (zattoo has huge PTS values) / HLS Live preparation (1b8ce2ef)
  4. pvr.vuplus:
    • Add PVR Addon API 5.4.0 support (PR:67, 1 commit, 4 files changed)
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-07-29, 19:52)CygnusHyoga Wrote:
(2017-07-29, 10:27)Milhouse Wrote: @Malocher yes, it's caused by PR12548 in #0724 using invalid SQL. The developer has been notified.

I have the same problem (I delete the TVxx.db to fixit) and after this I've problems with the Tv next air script/plugin.

Log: http://sprunge.us/aaYT

This is now fixed in #0802 by PR12602. I would suggest deleting your existing TV31.db and allow Kodi to have another go at migrating your TV30 data.
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-08-03, 03:01)Milhouse Wrote: This is now fixed in #0802 by PR12602. I would suggest deleting your existing TV31.db and allow Kodi to have another go at migrating your TV30 data.

Do you suggest all mysql users do that?
(2017-08-03, 03:31)J_E_F_F Wrote:
(2017-08-03, 03:01)Milhouse Wrote: This is now fixed in #0802 by PR12602. I would suggest deleting your existing TV31.db and allow Kodi to have another go at migrating your TV30 data.

Do you suggest all mysql users do that?

Yes. It's a SQLite database so even MySQL users will now have a potentially corrupt TV31.db if they've used a build since #0724.

You just need to run "rm /storage/.kodi/userdata/Database/TV31.db" and restart Kodi (or reboot).
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.
Hi.

I can't playback ISO's (DVD or BluRay) anymore in Kodi 18.0, via FTP. (Not starting playback)
Playback of MKV files are okay ! It's only problem with ISO's via FTP.

I don't know when this problem has started, as I have run playback with Kodi 17 and via FTP, for a long time, without problems.

Log: https://pastebin.com/bciwyzDu
(2017-08-03, 07:49)delinend Wrote: I don't know when this problem has started, as I have run playback with Kodi 17 and via FTP, for a long time, without problems.

Appreciate that, but unless anyone knows intuitively what this is caused by (I certainly don't) then there's unlikely to be any progress towards a fix without at least knowing when the problem started which shouldn't be too hard to determine by bisecting these builds, assuming this is easily reproducible (which it should be, for anyone with an FTP server). Maybe a dozen test builds at most.
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.
is there anyway to change libreELEC video splash also disable the info that shows on the top left corner when it powers on?
(2017-08-03, 08:29)raymondm2007 Wrote: is there anyway to change libreELEC video splash

Copy a new h264 video to /storage/.cache/splash.h264. See https://forum.kodi.tv/showthread.php?tid...pid1851076 for format details.

To disable the splash video, if that's what you mean:
Code:
touch /storage/.config/splash.disable

(2017-08-03, 08:29)raymondm2007 Wrote: also disable the info that shows on the top left corner when it powers on?

Code:
systemctl mask show-version
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
  • 181
  • 182
  • 183(current)
  • 184
  • 185
  • 495

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