• 1
  • 163
  • 164
  • 165(current)
  • 166
  • 167
  • 187
v17 LibreELEC Testbuilds for x86_64 (Kodi 17.0)
(2016-10-23, 06:34)normy62 Wrote: another question regarding intelnuc 5cpyh
i have been reading that to install windows ( which i dont want todo) you need to download usb 3 drivers as it only has usb 4 ports.
Is libreelec installable from USB stick without the need for special drivers
thanks in advance

LibreELEC from a USB stick will work just fine with your NUC. Just use LibreELEC USB-SD Creator

https://libreelec.tv/downloads/

Don't use a Milhouse build to create a USB stick, it won't work. Use a normal build of LibreELEC first as a base, then manually update to a Milhouse build by copying it to the UPDATE folder via SSH or SMB and then restarting your NUC.




If you ever did want to install windows, Intel provides a tool to do the job, Windows 7 USB 3.0 Creator Utility. Windows 10 has USB 3.0 drivers built-in, so you don't need this tool.

https://downloadcenter.intel.com/downloa...duct=85254
Intel NUC NUC5PPYH
  • Intel Pentium N3700 Quad-Core (Braswell)
  • Intel 535 Series 120GB 2.5" SSD
  • Kingston HyperX Impact 8GB DDR3L 1600 1.35v
  • Microsoft MCE Remote RC6 IR Model 1039
  • Kodi 17 LibreELEC Testbuilds Milhouse
(2016-10-23, 02:38)Milhouse Wrote:
(2016-10-22, 23:54)Maverick-DBZ- Wrote: Okay, your suggestion worked, smb is working fine now with a clean install of build #1022 this time. I'm still not sure why #1017 just worked as is, but at least now I can use newer builds.

At the end of the day, it was something simple. Thank you Milhouse Smile

That's good, thanks. Maybe something went a little wonky in #1018-#1021, though not sure what or why, and the #1022 clean build straightened it out.

Hopefully @badaas will also see better results with #1022.

Same issue on 1022, interestingly I noticed my 1017 didn't have the samba.config and was working fine..

Let me try pathsubs or passwords.xml.
Could you build 1022 with 1017 kodi? Just to test, or is that a royal pita? Smile
(2016-10-23, 13:53)badaas Wrote: Could you build 1022 with 1017 kodi? Just to test, or is that a royal pita? Smile

Yes, that would be a PITA.

At the moment it's difficult to see this as anything other than a local networking issue... I've got 650 users testing these builds and only two users (possibly now just one) with Samba issues.
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.
Pathsubstitution in advancedsettings.xml works.

Code:
<pathsubstitution>
  <substitute>
    <from>smb://NSA320S/</from>
    <to>smb://user:[email protected]/Volume1/</to>
  </substitute>
</pathsubstitution>

Can't understand how 1017 works with no passwords set anywhere in kodi and I doubt even in LE.
I don't remember setting any mounts or anything up.

I don't have passwords in sources.xml.
And SQL passes paths without passwords.

I deleted passwords.xml and 1017 still worked.. bizarre.
Something must have leached from something obscure in LE or kodi.

Trying with passwords.xml only

Code:
<passwords>
<path>
<from pathversion="1">smb://NSA320S/</from>
<to pathversion="1">smb://user:[email protected]/Volume1/</to>
</path>
</passwords>

doesn't work. I see the smb://user:pass@etc in kodi log [which wasnt there without passwords.xml] but still hangs with no access. I may have set up that wrong, no docs on it in wiki or not easily findable! [http://xbmc-commander.com/page2/page9/page9.html]

So atm using path subs in advancedsettings.xml is holding up.
I'll try check the loss of AE from resume which build ..
(2016-10-23, 14:19)badaas Wrote: Pathsubstitution in advancedsettings.xml works.

The obvious difference would be that path sub is using the IP address for hostname, but without pass sub you are performing some kind of name resolution which may be failing.
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.
(2016-10-23, 14:44)Milhouse Wrote:
(2016-10-23, 14:19)badaas Wrote: Pathsubstitution in advancedsettings.xml works.

The obvious difference would be that path sub is using the IP address for hostname, but without pass sub you are performing some kind of name resolution which may be failing.

Yes, smb://NSA320S may not be recognised, but it was working out the box on 1017. I could try with NSA320S in the path sub to see if fails.

On the sound issue 1010 has same bug, just trying 1001..
0823 + 1001 same issue with audio.

Will pm you a couple of logs.
New LibreELEC.tv Krypton build #1023: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.8.4 #1 SMP Sun Oct 23 21:16:07 BST 2016 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20161023211451-#1023-gd47dcd5 [Build #1023]

# Kodi version
Kodi (17.0-BETA4 Git:48f2dbd). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (d47dcd58, changelog) and tip of XBMC master (48f2dbda, changelog) with the following modifications: Build Highlights:
  1. New 4.8.4 kernel
  2. ffmpeg: update to ffmpeg-3.1.5-Krypton-Beta5
  3. fix skin settings loading on skin reload
  4. fix mem leaks
Build Details:
  1. LibreELEC.tv:
    • installer: cosmetic touches (PR:868, 2 commits, 2 files changed)
    • inadyn: upgrade to 2.0 (PR:869, 3 commits, 6 files changed)
    • libamcodec: requires alsa-lib (PR:867, 1 commit, 1 file changed)
    • projects/WeTek_Play: Fix an issue when the box stucks on LE logo after clean NAND install (PR:862, 2 commits, 2 files changed)
    • imx6/linux 4.4: remove evbug option (PR:870, 1 commit, 1 file changed)
    • webgrabplus: add system.d timer (PR:866, 1 commit, 8 files changed)
    • linux: update to linux-4.8.4 (PR:871, 4 commits, 30 files changed)
    • addons: add screenshot and fanart support for repo (PR:718, 1 commit, 6 files changed)
    • kodi: rework aml video scaling patch (PR:845, 1 commit, 2 files changed)
    • Fix A/V sync issues in Kodi on Amlogic-based devices (PR:863, 1 commit, 1 file changed)
  2. XBMC:
    • ActiveAESink: Allow sending of plain zeros (PR:10724, 2 commits, 8 files changed)
    • [PVR] All pvr windows: Fix channel group change. (PR:10749, 1 commit, 1 file changed)
    • AESinkAUDIOTrack: Don't false alarm with m_offset (PR:10714, 1 commit, 1 file changed)
    • [AirTunes] - fix the "IsRunning" method. (PR:10750, 1 commit, 2 files changed)
    • aml: Drop frames if requested by VideoPlayer (PR:10744, 1 commit, 2 files changed)
    • AMC(surface) is not a BYPASS (PR:10757, 2 commits, 4 files changed)
    • Extend "Would you like to keep this change?" to 15 seconds (PR:10748, 1 commit, 1 file changed)
    • [addons] improve safety of installing/uninstalling addon files (PR:10711, 4 commits, 9 files changed)
    • Improved Mediacodec drain support (PR:10693, 2 commits, 3 files changed)
  3. peripheral.joystick:
    • [readme] Update repo to point to xbmc org (ae86732f)
  4. 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.
Hi @Milhouse

#1023 works very very good, I am particularly happy about the fix of the SkinReload error.

What I noticed is when a movie is stopped by hand, Kodi loses the representation of the fanart (tested with Estuary) the poster remains visible. After an indefinite duration, the fanart appears again by itself or after a certain call to the database. For other skins, Kodi also loses all other graphics, fanart, logo, clearlogo, banner, etc

This is already so with existing builds (the error) but not to this extent. On Windows this is not apparent.

I use MySQL (MariaDB) for all Kodis, also im using the Texture Cache Maintenance utility....

Notice: The service TVH42 Build #1021,1022 and 1023 can't usw because there is something wrong #1023 Starts the service, but has too many data errors in the stream and it is not possible to download the recordings via webinterface. I think there is a Problem of TVH....
Yes, the fanart issue isn't anything new and is not specific to these builds - it's a core Kodi issue.

As for tvheadend, a bad commit resulted in #1022 not working, this should be fixed in #1023. Any further tvheadend problems should be reported in the tvheadend subforum, or post here or open an issue here.
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.
(2016-10-23, 16:24)badaas Wrote: 0823 + 1001 same issue with audio.

Will pm you a couple of logs.

https://www.dropbox.com/s/jb1ef8v2crgysx...gs.7z?dl=0

debug audio logs
New LibreELEC.tv Krypton build #1024: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.8.4 #1 SMP Mon Oct 24 21:04:03 BST 2016 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20161024210245-#1024-g0e328ad [Build #1024]

# Kodi version
Kodi (17.0-BETA4 Git:bd17e63). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (0e328ad3, changelog) and tip of XBMC master (bd17e63c, changelog) with the following modifications: Build Highlights:
  1. Updated p8-platform package
  2. Updated Database migration text - animated, and only visible when migration necessary
Build Details:
  1. LibreELEC.tv:
    • docker: update to 1.12.2 (PR:860, 3 commits, 4 files changed)
    • linux: add support for ZOTAC IR reciver (PR:874, 1 commit, 1 file changed)
  2. XBMC:
    • fix memleaks (PR:10758, 2 commits, 3 files changed)
    • [xbmc][win]Build addons with debug info on Windows (PR:10760, 1 commit, 3 files changed)
    • Simplify .codecocs config (PR:10762, 1 commit, 1 file changed)
    • FIXUP: [amcs] background video (PR:10764, 1 commit, 1 file changed)
    • [win32] .url extension is not allowed to be registered for UWP apps (9c3f2fbf)
  3. p8-platform:
    • Use standard SO versioning (PR:25, 1 commit, 1 file changed)
    • Install pkg-config and .cmake files in arch-specific libdirs (PR:26, 1 commit, 1 file changed)
    • added: support files for building on Windows (c27d06e9)
    • fixed: wrong timeout set in SocketRead() for posix. closes #27. thanks @SeppSTA (65cd6034)
    • removed: generated changelog (4a52594d)
    • bump to 2.1.0 (d7bceb64)
    • added: windows build files (missing from previous commit) (6535e48d)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:10731: Change splash db upgrade logic
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.
(2016-10-23, 14:14)Milhouse Wrote:
(2016-10-23, 13:53)badaas Wrote: Could you build 1022 with 1017 kodi? Just to test, or is that a royal pita? Smile

Yes, that would be a PITA.

At the moment it's difficult to see this as anything other than a local networking issue... I've got 650 users testing these builds and only two users (possibly now just one) with Samba issues.

Although I can't be very specific right now, mysql shared database was also broken. One NUC worked and the other lost the ability to connect to shares ( was able to connect to internet however). After a reboot lost ability to connect to sql. Thought It was my network for awhile. Downgrading (10 or so builds) restored system. Came here today to see if anything was up...
First born Atomic Generation.
Not aware of any MySQL issues.
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.
With #1024 i can't simply install a skin addon/update anymore (both online or local zip): "Install failed"
Quote:16:29:24 35.255730 T:139836007401536 DEBUG: OnKey: return (0xf00d) pressed, action is Select
16:29:24 35.255791 T:139836007401536 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
16:29:24 35.356583 T:139836007401536 DEBUG: ------ Window Deinit (FileBrowser.xml) ------
16:29:24 35.357937 T:139836007401536 DEBUG: CAddonInstaller: installing from zip '/storage/downloads/skin.aczg-3.0.68.zip'
16:29:24 35.371502 T:139836007401536 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
16:29:24 35.377304 T:139834662303488 DEBUG: Unpacking zip://%2Fstorage%2Fdownloads%2Fskin.aczg-3.0.68.zip/skin.aczg/ to /storage/.kodi/temp/80debad7-8df4-43c3-b182-2ec3b5663899
16:29:24 35.519550 T:139834662303488 ERROR: Create - Error creating /storage/.kodi/temp/80debad7-8df4-43c3-b182-2ec3b5663899/720p
16:29:24 35.519619 T:139834662303488 ERROR: Failed to unpack archive 'zip://%2Fstorage%2Fdownloads%2Fskin.aczg-3.0.68.zip/skin.aczg/' to '/storage/.kodi/temp/80debad7-8df4-43c3-b182-2ec3b5663899'

Reverting to #1022 - everything works again. Tested with different valid zips.

Possible cause may be recent https://github.com/xbmc/xbmc/pull/10711

Thanks.
⬅️⬅️ Feel free to leave a 👍 on useful posts  |  A Confluence ZEITGEIST (A modern reimagination of Confluence)  |  axbmcuser REPO (Download Link)  |  Kodi 17.7 DSPlayer x64 BETTERGUI (2020 build)
  • 1
  • 163
  • 164
  • 165(current)
  • 166
  • 167
  • 187

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