• 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
Thanks again Milhouse for all your hard work
Merry Christmas, Milhouse!
Thanks and Merry Xmas. We all appreciate your efforts throughout the year. Looking forward to next year's builds.
What btw is the prevered config at 4k TVs.

A) Set KODi to fullhd and Resolution switches automatically to 4k on 4k movies?! Fullhd stays fullhd then. Is that working in this versions of libreelec?

B) set KODi to 4k and KODi has to scale everything smaller then 4k

Thanks

Gesendet von meinem ONEPLUS A3003 mit Tapatalk
A)
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Has anyone been able to get Internet Archive ROM Launcher (RetroPlayer) to work or is there a guide to setting it up for kodi 18 / libreelec?

IARL launches and I can browse and select a title, install an emulator and download the rom but the installed emulator fails to load / launch. Can anyone point me to a thread or provide some help? I've tried several emulators for NES.

(FYI: Testing on the 12/25 build)
(2016-12-26, 19:26)wallacebw Wrote: Has anyone been able to get Internet Archive ROM Launcher (RetroPlayer) to work or is there a guide to setting it up for kodi 18 / libreelec?

IARL launches and I can browse and select a title, install an emulator and download the rom but the installed emulator fails to load / launch. Can anyone point me to a thread or provide some help? I've tried several emulators for NES.

(FYI: Testing on the 12/25 build)

try build 1207 i know that works! trial and error after that... but something in newer builds breaks retroplayer
The emulators need rebuilding after the recent library removals
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-12-26, 20:39)Milhouse Wrote: The emulators need rebuilding after the recent library removals

Thanks, I'll watch for updates.
(2016-12-26, 20:39)Milhouse Wrote: The emulators need rebuilding after the recent library removals

Thanks for the explanation Smile it's alpha so no gripes here! Actually running very nicely tbh using it as a daily
Image

Whaaaat?! Does that mean?!
http://forum.kodi.tv/showthread.php?tid=...pid2299960
New LibreELEC.tv Krypton build #1225: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.9.0 #1 SMP Sun Dec 25 21:04:18 GMT 2016 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20161225210259-#1225-gdc61a12 [Build #1225]

# Kodi version
(18.0-ALPHA1 Git:17.0-beta7-eed32e7). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (dc61a122, changelog) and tip of XBMC master (5b7006a9, changelog) with the following modifications: Build Highlights:
  1. Improve German keyboard
  2. Remember last used keyboard layout
Build Details:
  1. XBMC:
    • [docs] Adapt README.osx.md and README.ios.md (PR:11264, 2 commits, 2 files changed)
    • [cmake/depends] Add info about Android SDK/NDK to Toolchain_binaddons… (PR:11257, 1 commit, 1 file changed)
    • WIn32 Partially revert scaling changes (PR:11269, 1 commit, 2 files changed)
    • [PVR] Fix crashes on pvr manager deinit/reinit - part 2 (PR:11225, 3 commits, 12 files changed)
    • [keyboard] improvements to German keyboard layout (PR:11239, 1 commit, 1 file changed)
    • [GUI] remember last used keyboard layout (PR:11242, 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.
New LibreELEC.tv Krypton build #1226: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.9.0 #1 SMP Tue Dec 27 05:12:45 GMT 2016 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20161227051123-#1226-ga5d29bc [Build #1226]

# Kodi version
(18.0-ALPHA1 Git:17.0-beta7-eed32e7). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (a5d29bcf, changelog) and tip of XBMC master (efbd57a5, changelog) with the following modifications: Build Highlights:
  1. libnfs: NFSv4 and RPC server support
Build Details:
  1. LibreELEC.tv:
    • eventlircd: Fix missing buttons with WP2 remote (PR:1081, 2 commits, 2 files changed)
    • Virtual network package: Fix samba and openvpn build options (PR:1078, 2 commits, 1 file changed)
    • protobuf: set protoc path (PR:1097, 1 commit, 1 file changed)
    • ccache: fix build with CCACHE_DISABLE (PR:1096, 1 commit, 1 file changed)
    • libdvbcsa: AArch64 support (PR:1058, 1 commit, 1 file changed)
  2. XBMC:
    • [cleanup] Replace atomic functions with std::atomic (PR:11251, 3 commits, 28 files changed)
    • Recalculate SyncClock after reconfigure (PR:11273, 1 commit, 1 file changed)
  3. libnfs:
    • For upstream (PR:158, 3 commits, 2 files changed)
    • ZDR_ARRAY: remove the check for element-size * num-objects (468424c4)
    • Create a generic RPC NULL function (6f27daf6)
    • Add a PDU flag for discard after sending. (11f85665)
    • socketsize is of type socklen_t not int (6f8b2f85)
    • Create a new helper function to set the sockaddr for a rpc context (dccffb86)
    • Remove sockaddr argument to rpc_connect_sockaddr_async (9eaa36c4)
    • Add NFSv4 protocol definitions (853474d3)
    • Use a static sockaddr_storage for rpc.udp_dest (7596d0f3)
    • Change type of zdrproc_t to return uint32_t instead of int (f4273cf9)
    • Update portmap.x to use nicer names for procedure arguments and responses (be2c87c2)
    • Add ZDR* and void* as arguments to zr_void so that it can be used as a zdrproc_t (6f860fd8)
    • Initial rpc server support (eb6b3912)
    • Automatically detect if a server context fd is a UDP socket or not (57a9bd85)
    • Make zdr_malloc() visible outside of libnfs-zdr.c (2d348242)
    • EXAMPLE: Add nfs4-cat example (6d397028)
    • Add support for PMAP2 SET operation to the portmapper client (34926e9d)
    • Add PMAP2 UNSET support to the portmapper client (2cffb48c)
    • EXAMPLE: portmapper server (85aca36e)
    • Update README and mention NFSv4 and general RPC server support. (adf158bb)
    • EXAMPLE: nfs4-cat-talloc (0a4f9cd8)
    • WIN32: Add nfs4 to the visual studio project files (85853ae9)
    • WIN32: VS does not like the spurious int i; that rpcgen sometimes generate (d93cc94d)
    • NFS4: Remove the buf variable from the generated c code as it is unused. (b06b37ec)
    • PORTMAP: Remove buf variable where we do not use/need it from the generated files (46d63f13)
    • Fix compiler warning for min/max version being unset (which can not happen) (ca67c18d)
    • WIN32: SO_TYPE is a char on windows not int. (01ca7997)
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-12-26, 23:49)flyingernst Wrote: Image

Whaaaat?! Does that mean?!


Sign up for your own google api keys.
"PPC is too slow, your CPU has no balls to handle HD content." ~ Davilla
"Maybe it's a toaster. Who knows, but it has nothing to do with us." ~ Ned Scott
  • 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 355

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