• 1
  • 155
  • 156
  • 157(current)
  • 158
  • 159
  • 187
v17 LibreELEC Testbuilds for x86_64 (Kodi 17.0)
(2016-10-12, 12:35)fritsch Wrote: Totally broken file, the avi that you are playing. It tells to be 23.976 fps (24 hz <- what you display says) but afterwards we guess the time stamps better: 25 fps -> 50 hz.

My fault, thank you
New LibreELEC.tv Krypton build #1012: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.8.1 #1 SMP Wed Oct 12 23:07:28 BST 2016 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20161012230609-#1012-g6e1e08e [Build #1012]

Based on tip of LibreELEC.tv master (6e1e08ef, changelog) and tip of XBMC master (1be6e992, changelog) with the following modifications:
  • Includes latest kodi-platform master (c8188d82)
  • Includes latest libcec master (62b8520c, ahead +15)
  • Includes latest libnfs master (2edbd147)
  • Includes latest p8-platform master (041a8c6c, ahead +1)
  • Includes latest addons: inputstream.mpd (94d8a71d, +9), inputstream.rtmp (70cb86f6), inputstream.smoothstream (081c6c43), peripheral.joystick (180f28cc, +18), pvr.argustv (87cb6780), pvr.demo (01c68c88), pvr.dvblink (e842db92), pvr.dvbviewer (f72c62ff), pvr.filmon (675c2b4e), pvr.hdhomerun (eef1bd15), pvr.hts (c091da30), pvr.iptvsimple (adee8a7f, +3), pvr.mediaportal.tvserver (845479b6), pvr.mythtv (b1b426f3), pvr.nextpvr (f99b17d3), pvr.njoy (b5d65655), pvr.pctv (d6d969fe), pvr.stalker (168e35f7), pvr.vbox (c966c5fd), pvr.vdr.vnsi (dd95edef), pvr.vuplus (7ab30d34), pvr.wmc (d9eac84f)
  • Exclude [env] libcec-PR208.patch: merged upstream (libcec)
  • Include [env] patch: Add kodi binary addons (pvr, adsp, other)
  • Include [env] patch: Don't build ADSP addons
  • Include [env] patch: mysql: can't build with debug for now
  • Include [env] patch: linux: use in-tree rtl8192cu for RPi/RPi2
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] PR:759: linux: update to linux-4.8.1
  • Include [env] PR:792: scripts/build: use MinSizeRel cmake build type
  • Include [env] PR:796: scripts/build: cleanup
  • Revert [env] 46b9b7b3: rtmpdump (Reason: use newclock5 bump)
  • Revert [env] PR:793: projects/*/options: disable lcdproc for all projects except Generic/Virtual (Reverted until add-on available)
  • Include [pkg] 441217d8: logging: Add microsecond timer to log messages (kodi)
  • Include [pkg] patch: [skin.estuary] Hide watched items on home (kodi-theme-Estuary)
  • Include [pkg] PR:8824: videodb: fix smart playlists not honoring "Show empty TV shows" setting.
  • Include [pkg] PR:10370: Add settings to control notification rumble duration and strength
  • Include [pkg] PR:10572: [CryptThreading] replace hardcoded value for CRYPTO_LOCK by macro
  • Include [pkg] PR:10641: [video] fix NFO parsing of <namedseason>'s
  • Include [pkg] PR:10688: added: include watched status for movies in actor search dialog
  • Include [pkg] PR:10696: VideoPlayer: make sure first frame of a new stream is displayed witho…
  • Include [pkg] PR:10697: VideoPlayer: fix CDVDMessageQueue::WaitUntilEmpty
Build Highlights:
  1. peripheral.joystick fixes
  2. VideoPlayer CDVDMessageQueue and first frame of new stream fixes
Build Details:
  1. LibreELEC.tv:
    • xf86-video-intel: enable dri3 and make it default (PR:800, 1 commit, 1 file changed)
    • Network: smb & ntfs config mods (PR:807, 2 commits, 2 files changed)
    • Indentation fix for options file in i.MX6 project. (PR:827, 1 commit, 1 file changed)
    • xf86-video-nvidia: update to 367.57 (PR:828, 1 commit, 2 files changed)
    • libnfs: update to 1.11.0 (PR:826, 1 commit, 1 file changed)
    • libdrm: update to libdrm-2.4.71 (PR:812, 1 commit, 1 file changed)
    • path: remove regex dependency when processing packages (PR:810, 1 commit, 1 file changed)
    • scripts/build: no need to setup toolchain twice and before really building (PR:813, 1 commit, 1 file changed)
  2. XBMC:
    • Album is compilation and last played rules and fix missing sort orders in smart playlists (PR:10618, 3 commits, 7 files changed)
    • [MediaSettings] - fixed loading interlacemode_none from defaultsettings (PR:10677, 1 commit, 1 file changed)
    • [PVR] Fix: activate/deactivate read-only timer (PR:10686, 1 commit, 1 file changed)
    • VideoPlayer: fix relative seeks (PR:10674, 2 commits, 2 files changed)
    • [AE/OsxSink] fix 16bit ne passthrough when there is no dedicated encoded stream (PR:10680, 3 commits, 3 files changed)
    • [gui] cleanup: remove checkmark control leftovers (PR:10692, 1 commit, 2 files changed)
    • [android] update readme for compiling with NDK 12b and SDK21 (PR:10685, 1 commit, 1 file changed)
  3. peripheral.joystick:
    • Remove SDL driver (PR:56, 1 commit, 6 files changed)
    • Remove unused strings.po file (8f0bf96c)
    • [buttonmaps/linux] Fixups (1c7a48a2)
    • [buttonmaps] Fix default genesis controller mapping (4faefa0b)
    • Demote log level to debug (cbcf1572)
    • [cosmetic] Improve documentation in Settings.h (29e7e3c7)
    • Fix return type in AnomalousTrigger.h (8a88254f)
    • [cosmetic] Add whitespace (180f28cc)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:10688: added: include watched status for movies in actor search dialog
    • Added: [pkg] PR:10696: VideoPlayer: make sure first frame of a new stream is displayed witho…
    • Added: [pkg] PR:10697: VideoPlayer: fix CDVDMessageQueue::WaitUntilEmpty
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 Krypton build #1013: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.8.1 #1 SMP Thu Oct 13 21:05:22 BST 2016 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20161013210402-#1013-g2193bd8 [Build #1013]

Based on tip of LibreELEC.tv master (2193bd8a, changelog) and tip of XBMC master (fb7aff75, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. LibreELEC.tv:
    • linux: Update to 4.8.1 (PR:759, 15 commits, 43 files changed)
    • scripts/build: use MinSizeRel cmake build type (PR:792, 3 commits, 3 files changed)
    • scripts/build: cleanup (PR:796, 1 commit, 1 file changed)
    • Update moonlight (PR:832, 3 commits, 5 files changed)
  2. XBMC:
    • [cmake] Fix building main executable (PR:10694, 2 commits, 2 files changed)
    • [video] fix NFO parsing of <namedseason>'s (PR:10641, 1 commit, 1 file changed)
    • VideoPlayer: make sure first frame of a new stream is displayed witho… (PR:10696, 1 commit, 4 files changed)
    • added: include watched status for movies in actor search dialog (PR:10688, 1 commit, 1 file changed)
  3. peripheral.joystick:
    • [linux] Improve error logging (1dcf5908)
  4. pvr.dvblink:
    • pvr.dvblink v3.3.6 (Krypton) Fixed: PVR_TIMER.iClientIndex handling bug #58 (PR:61, 1 commit, 4 files changed)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:10698: [gui] add listitem.appearances for actors / directors
    • Added: [pkg] PR:10699: [python] Add xbmcgui.DialogBusy()
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, Milhouse , can you please tell me if you added this PR :
https://github.com/xbmc/xbmc/pull/10527

To the build ?

If not can you please do because I'm using Madnox and all the Music section is not working because of that.

Mike_Doc told me to ask you to put it in, Please Smile

Thanks in advance...
PR10527 is merged, so of course it's included.
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.
Thanks for the quick reply, one more question, is it possible to create bootable usb from the tar file , or do I have to update only ?
Update only. If you want to create a bootable USB write the latest 7.90.007 alpha build .img.gz to a USB memory stick, then boot into the "run" mode (you have a choice of "installer", "live" and "run") where you can apply these updates of mine - they'll update only your USB memory stick.

The initial default option (first boot) is "installer", however the last option used (eg. "run") will be remembered as the new default option so you shouldn't need to re-enter "run" each time.

If you want to remove the prompt completely you'll need to edit /flash/syslinux.cfg (or /flash/EFI/BOOT/syslinux.cfg if booting with UEFI).
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 links for downloading dont work !!
Server is having more storage added, will be back as soon as possible!
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.
thanks Wink
@Milhouse did you drop lately any video patch ?

Cause i'm experiencing again in latest build black screen after video stop


Via Kore i'm able to start a new video play and Black screen disappear

Will try to catch a debug log asap
Ok Black screen after video stop catched

LibreELEC:~ # cat /storage/.kodi/temp/kodi.log |
pastebinit
http://sprunge.us/PHdT
LibreELEC:~ #
LibreELEC:~ # dmesg | pastebinit
http://sprunge.us/QeAL
LibreELEC:~ #
LibreELEC:~ # journalctl -a | pastebinit
http://sprunge.us/ZaeU
LibreELEC:~ #
LibreELEC:~ # cat /var/log/Xorg.0.log | pastebinit
http://sprunge.us/WNCR
I have only dropped the 4K patch from 4.8 as that didn't seem to be working as expected (no sound). The Chris Wilson patch is no more as that was only for 4.7.x.
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 Krypton build #1014: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.8.1 #1 SMP Fri Oct 14 21:05:25 BST 2016 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20161014210407-#1014-g2193bd8 [Build #1014]

Based on tip of LibreELEC.tv master (2193bd8a, changelog) and tip of XBMC master (3aa64618, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. XBMC:
    • [dxva] fix hw decoding on some mpeg2 files and DVDs (PR:10644, 3 commits, 2 files changed)
    • Export max value in ratings by default (PR:10627, 1 commit, 4 files changed)
    • VideoPlayer: fix CDVDMessageQueue::WaitUntilEmpty (PR:10697, 1 commit, 2 files changed)
    • Fix joysticks not being detected on android startup (PR:10689, 1 commit, 2 files changed)
    • [xbmc][win32][fix] Disable minidump handler when running as a store package (PR:10701, 1 commit, 5 files changed)
  2. peripheral.joystick:
    • [FIX] Don't mark callback as __cdecl when (PR:57, 1 commit, 3 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.
Advance notice for anyone using lcdproc

With tonight's #1015 build lcdproc will be dropped, and become an add-on.

Until lcdproc appears in the LibreELEC repository you can install service.lcdd as a zip from here: http://milhouse.libreelec.tv/builds/addons

There's nothing to download yet, but the zip will appear once tonight's build is available. Please report any issues. Thanks.
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
  • 155
  • 156
  • 157(current)
  • 158
  • 159
  • 187

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 17.0)11