• 1
  • 39
  • 40
  • 41(current)
  • 42
  • 43
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
@Milhouse,
Found another thing with the samba update 0322.
When I put the Libreelec PC to sleep and wait till it disapears in my Windows 10 network neighbourhood and then when I wake up the Libreelec PC again it doesn't appear back in the network neighbourhood .
No matter how long I wait.
I am still able to reach it via it's ip adress.
The samba processes are still runing.
Also when I try to browse the smb network from the Libreelec pc it stalls and I have to reboot.
Using your new samba.conf without modification. And tested your suggested: name resolve order = host bcast wins, but that doesn't help.
My Synology nas is the local master browser.
Tested it with 0321 and it works oke.

edit:

Log:
http://sprunge.us/DGOj

ps:
http://sprunge.us/MaIE

During the stall, no idea if it's logged.

edit 2:
Killing and restarting nmbd after sleep makes it available again until next sleep.
New LibreELEC.tv Leia build #0325: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.5 #1 SMP Sat Mar 25 21:04:48 GMT 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170325210326-#0325-g0ee76f6 [Build #0325]

# Kodi version
(18.0-ALPHA1 Git:78cce57). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (0ee76f6d, changelog) and tip of XBMC master (78cce573, changelog) with the following modifications: Build Highlights:
  1. Fix for PVR Manager
Build Details:
  1. XBMC:
    • [PVR] Follow PR11887: Fix CPVRManager::ConnectionStateChange not to c… (PR:11898, 1 commit, 1 file changed)
  2. libnfs:
    • Cygwin should not use winsock2 (PR:177, 1 commit, 1 file 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.
New LibreELEC.tv Leia build #0326: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.5 #1 SMP Sun Mar 26 21:06:10 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170326210447-#0326-g3002224 [Build #0326]

# Kodi version
(18.0-ALPHA1 Git:78cce57). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (3002224b, changelog) and tip of XBMC master (ea80b483, changelog) with the following modifications:
  • Includes latest kodi-platform master (36fb4937)
  • Includes latest libcec master (8563411d, ahead +11)
  • Includes latest libnfs master (e22538c7, ahead +56)
  • Includes latest p8-platform master (2d90f986)
  • Includes latest addons: inputstream.adaptive (aa0d5113), inputstream.rtmp (6c1af46a), peripheral.joystick (b4642600), pvr.argustv (7135b279), pvr.demo (1606b612), pvr.dvblink (7296c5b5), pvr.dvbviewer (13c6e5e7), pvr.filmon (e026519d), pvr.hdhomerun (98cb8d40), pvr.hts (819129d5), pvr.iptvsimple (53d63cce), pvr.mediaportal.tvserver (d4dad613), pvr.mythtv (08d609b2), pvr.nextpvr (bb21826b), pvr.njoy (1ce9aba1), pvr.octonet (8549a31c), pvr.pctv (e3b2b845), pvr.stalker (0466af9d), pvr.vbox (4215450f), pvr.vdr.vnsi (9ede401c), pvr.vuplus (12930650), pvr.wmc (5aa3b1ca)
  • Include [env] compare: linux: update to linux-4.10.5
  • Include [env] patch: rapidjson: update to rapidjson-1.1.0
  • Include [env] patch: tvheadend42: fix ffmpeg
  • Include [env] patch: iwlwifi-firmware: update to iwlwifi-firmware-ba301aa
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: linux: enable in-tree rtl8192cu for RPi/RPi2
  • 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] patch: Add kodi binary addons (pvr, adsp, other)
  • Include [env] PR:1431: scripts/mkimage: align partitions to 4MiB
  • Include [env] PR:1459: support for ip advanced router and add multiple tcp congestion algorithms
  • Include [env] PR:1469: samba: update to samba-4.6.0
  • Include [pkg] PR:56: bluetooth: add missing 'Connect' option when device is Trusted (service.libreelec.settings)
  • Include [pkg] PR:62: #change smbd and nmbd location (service.libreelec.settings)
  • Include [pkg] PR:11668: FFmpegImage: Document and change alignment
  • Include [pkg] PR:11879: [PVR] Guide window: Fix selection after channelgroup switching
  • Include [pkg] PR:11908: [cmake] fail if rapidjson is not found
  • Include [pkg] PR:11909: [fix] fix build error with rapidjson 1.1.0
Build Highlights:
  1. [xbmc] General cleanup of ApplicationMessenger
  2. rapidjson: update to rapidjson-1.1.0
Build Details:
  1. LibreELEC.tv:
    • Package updates: update kodi, ffmpeg, libcec (PR:1465, 9 commits, 51 files changed)
      • kodi: update to latest kodi 18a1-78cce57
      • libcec: update to libcec-4.0.2
      • ffmpeg: update with latest hevc optimisations
      • kodi: update kodi-binary-addons etc.
      • imx6: update libcec patch
      • RBP: update firmware to 2ef9cb6
      • kodi: adapt to new python install path (PR11880)
      • visualization.projectm: remove obsolete patch
      • rapidjson: add package, switch kodi from yajl to rapidjson
  2. XBMC:
    • Fix missing xbmcgui.ACTION_ values (PR:11892, 1 commit, 1 file changed)
    • [xbmc] General cleanup of ApplicationMessenger (PR:11839, 1 commit, 3 files changed)
    • [cmake] explicitly set ENABLE_EXPORTS (PR:11904, 1 commit, 1 file changed)
    • [Estouchy] add support for radio channel groups (PR:11884, 1 commit, 1 file changed)
    • [Estouchy] fix progress cache (PR:11882, 1 commit, 2 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: rapidjson: update to rapidjson-1.1.0
    • Added: [pkg] PR:11908: [cmake] fail if rapidjson is not found
    • Added: [pkg] PR:11909: [fix] fix build error with rapidjson 1.1.0
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.
Just wanted to let you guys know my Pioneer Elite Plama is reporting 36 bit color is active, seems to slow down the gui a little bit. Any easy fix to disable it?
Whatever it reports - we only create 8 bit visuals. So definitely not your issue when rendering. Depending on the HW you use, enabling DRI3 will help a lot.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
New LibreELEC.tv Leia build #0327: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.6 #1 SMP Mon Mar 27 21:15:21 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170327211345-#0327-g7fd6ed6 [Build #0327]

# Kodi version
(18.0-ALPHA1 Git:78cce57). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (7fd6ed62, changelog) and tip of XBMC master (3bfcc18a, changelog) with the following modifications: Build Highlights:
  1. New 4.10.6 kernel
  2. Drop support for Grid series nvidia GPUs
Build Details:
  1. LibreELEC.tv:
    • iwlwifi: udpate to ba301aa (PR:1485, 1 commit, 1 file changed)
    • xf86-video-nvidia: drop support for grid series GPUs (PR:1486, 1 commit, 2 files changed)
    • support for ip advanced router and add multiple tcp congestion algorithms (PR:1459, 8 commits, 11 files changed)
  2. XBMC:
    • [cmake] fail if rapidjson is not found (PR:11908, 1 commit, 1 file changed)
    • [PVR] Guide window: Fix selection after channelgroup switching (PR:11879, 3 commits, 6 files changed)
    • Get ready for Mir 1.0 by removing deprecations (PR:11910, 2 commits, 8 files changed)
  3. peripheral.joystick:
    • Fix linking error on OSX (PR:94, 1 commit, 1 file changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1488: linux: update to linux-4.10.6
    • Added: [env] PR:1491: linux: cp project and device device tree, silence errors
    • Added: [pkg] PR:11911: [cmake] fix package names that find_package is equal to find_package_handle_standard_args
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 #0328: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.6 #1 SMP Tue Mar 28 21:03:58 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170328210237-#0328-g7fd6ed6 [Build #0328]

# Kodi version
(18.0-ALPHA1 Git:78cce57). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (7fd6ed62, changelog) and tip of XBMC master (7668d2b7, changelog) with the following modifications: Build Highlights:
  1. samba: update to samba-4.6.1 (fixes security exploit)
Build Details:
  1. XBMC:
    • [depends] bump rapidjson to 1.1.0 (PR:11909, 2 commits, 5 files changed)
    • [depends] bump crypto libs (PR:11902, 3 commits, 3 files changed)
    • [touchscreen/pictures] - allow to back out from fullscreen picture mo… (PR:11625, 1 commit, 1 file changed)
    • Fix crash due to exception when entering Games -> Keyboard settings (PR:11903, 1 commit, 1 file changed)
  2. libnfs:
  3. pvr.vuplus:
    • fix install path (PR:52, 1 commit, 1 file changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated [env] PR:1469: samba: update to samba-4.6.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.
New LibreELEC.tv Leia build #0329: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.6 #1 SMP Wed Mar 29 22:16:15 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170329221453-#0329-ge2dfe2b [Build #0329]

# Kodi version
(18.0-ALPHA1 Git:78cce57). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (e2dfe2b2, changelog) and tip of XBMC master (7f7b7479, changelog) with the following modifications: Build Highlights:
  1. Allow Samba to negotiate better than SMB1 (updated PR:1469) - anonymous access not yet fixed
Build Details:
  1. LibreELEC.tv:
    • linux: update to linux-4.10.6 (PR:1488, 6 commits, 7 files changed)
  2. XBMC:
    • changed: build the exif code in main library (PR:11907, 1 commit, 21 files changed)
  3. pvr.dvblink:
    • pvr.dvblink (master) 4.1.3 (PR:83, 3 commits, 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.
Weekly Linux 4.11-rc4 build #0329x: Generic

Same as #0329 but without nvidia drivers and without media_build (not currently compatible).
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 #0330: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.6 #1 SMP Fri Mar 31 01:07:24 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170331010603-#0330-g8cd9fa5 [Build #0330]

# Kodi version
(18.0-ALPHA1 Git:78cce57). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (8cd9fa57, changelog) and tip of XBMC master (7682aa52, changelog) with the following modifications: Build Highlights:
  1. PR:11921: estuary fix watched status for videos
Build Details:
  1. LibreELEC.tv:
    • scripts/mkimage: align partitions to 4MiB (PR:1431, 1 commit, 3 files changed)
  2. XBMC:
    • [PVR] CPVRTimers fixes and optimization (PR:11920, 2 commits, 7 files changed)
    • [PVR] Rework CPVRActionListener and CPVRGUIActions lifecycle (PR:11919, 1 commit, 23 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:11921: estuary fix watched status for videos
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.
Hello Milhouse,
thank you for these builds, they are very usable. running it on Intel NUC

i got one question regarding point 11 in the first post.

(2016-12-01, 06:36)Milhouse Wrote:
Odds and sods
  1. A selection of addons are available here

i can download addons for Generic with the Browser but when entering this URL as source inside kodi i only see RPi and RPi2 as folders. The Generic folder is not visable.

tested it with several builds this week till #0330

any trick or take it as it is?

Regards
How/where are you entering this url?
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.
in the Settings/file explorer/ add source --> network share -> with (webserver (Http), adress:milhouse.libreelec.tv, remote-Path: builds/addons , Port: 80)

ahh, got it:
it works when using (webserver (Http), adress:milhouse.libreelec.tv, remote-Path: builds/addons/Generic , Port: 80)

i am using it to get the latest tvheadend build
Ahhhh, this Samba thing is driving me crazy.

As described in post #603 after build 0321 Samba is "deactivated" after sleep on my AMD pc with realtek NIC.
I thought it might had something to do with the hardware used, so I decided to clean install on Intel pc with Intel NIC.
On this pc there is no sleep issue, but starting with build 0329 when I browse the SMB network it shows nothing were normally it shows "Workgroup".
Tryed it on the AMD pc and run into the same issue.
Things i've done but didn't help:
- remove the master browser server from my Synology so there's a "normal" ellection.
- used static ip adress instead of dhcp.
- cleared the dhcp server lease adresses.
- connected to another switch.
- used Wifi usb stick.

Log when browsing the SMB network on Intel pc:

http://sprunge.us/eMDE

Please help...

edit:
Same on RPI3

edit2:
Add an SMB share by ip adress works oke.
(2017-03-31, 14:15)rudrood Wrote: Ahhhh, this Samba thing is driving me crazy.

Can you run the following:
Code:
sed -i 's/SMB3/SMB1/' /storage/.smb/smb.conf
then restart Kodi (or reboot) and see if that helps.

It's possible Samba is negotiating to use the SMB2 or SMB3 protocol with your server but your server doesn't really support the negotiated protocol, and only supports SMB1 (reliably).

The above command should force Samba to use only the older (and insecure) SMB1 protocol. Maybe see if there's an update for your server?
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
  • 39
  • 40
  • 41(current)
  • 42
  • 43
  • 355

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