Kodi Community Forum
v17 LibreELEC Testbuilds for x86_64 (Kodi 17.0) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: v17 LibreELEC Testbuilds for x86_64 (Kodi 17.0) (/showthread.php?tid=269815)



RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - smitopher - 2016-05-01

Installed 0430

Locks up almost right away. This instance was while trying to install amazon add on

media-center:~ # dmesg | pastebinit
http://sprunge.us/BFSY
media-center:~ # journalctl -a | pastebinit
http://sprunge.us/PaUg
media-center:~ # cat /storage/.kodi/temp/kodi.log | pastebinit
http://sprunge.us/KShK
media-center:~ # vainfo | pastebinit
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/va/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_39
libva info: va_openDriver() returns 0
http://sprunge.us/PbUb


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Milhouse - 2016-05-01

(2016-05-01, 15:45)ggp759 Wrote: Cant connect to remote server to scan for movies is the error am getting with 428 and 430. Have not tried 429. Tv shows work fine.

No idea without a debug log (wiki). Try restarting the server.

(2016-05-01, 15:45)ggp759 Wrote: Also i cant set default subs preferences as the " get more" option is not working. " get more" also is not working for skins. Is this a known issue? Thanks.

Can you try again - seems to be working for me:

Image.

If you still have problems, debug log (wiki)


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Roby77 - 2016-05-01

Installed 0430

Less freeze but still happen
(Maybe less freeze cause i directly played a film without scrolling library, as film finished i scrolled menù and gpu crashed)


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - ggp759 - 2016-05-01

(2016-05-01, 19:44)Milhouse Wrote:
(2016-05-01, 15:45)ggp759 Wrote: Cant connect to remote server to scan for movies is the error am getting with 428 and 430. Have not tried 429. Tv shows work fine.

No idea without a debug log (wiki). Try restarting the server.

(2016-05-01, 15:45)ggp759 Wrote: Also i cant set default subs preferences as the " get more" option is not working. " get more" also is not working for skins. Is this a known issue? Thanks.

Can you try again - seems to be working for me:

Image.

If you still have problems, debug log (wiki)

Thanks for this. I found the error after all. Something is happening with wireless and wired network settings. They are both active at the same time. I remember this was happening after a certain update in openelec. I was getting the errors i mentioned including not being able to download info from moviedb because there was not internet access.


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Milhouse - 2016-05-02

New LibreELEC.tv Krypton build #0501: Generic
(Supercedes previous build)

Code:
# uname -a
Linux LibreELEC 4.6.0-rc5 #1 SMP Sun May 1 22:54:36 BST 2016 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160501225322-#0501-ga0961be [Build #0501]

Based on tip of LibreELEC.tv master (a0961be0, changelog) and tip of XBMC master (32d99cde, changelog) with the following modifications: Build Highlights:
  1. NOTE: DVD playback remains temporarily disabled
  2. Kodi 17.0 Alpha 2
  3. New v24 Addons schema
  4. Settings layout changes
  5. Fix broken left/right remote control button inputs
Build Details:
  1. LibreELEC.tv:
    • tinc: initial addon (PR:264, 1 commit, 11 files changed)
    • image : allow other distros to specify a custom version and hash (PR:266, 1 commit, 1 file changed)
    • distro-tool: Fixes (#269) (a0961be0)
  2. XBMC:
    • Optional addons (PR:9706, 2 commits, 5 files changed)
    • VideoPlayer: OSX/iOS - use ffmpeg videotoolbox (PR:9702, 10 commits, 39 files changed)
    • [EPG] EPG grid window performance improvements (PR:9657, 10 commits, 12 files changed)
    • addon database: fix bad inserts (PR:9717, 1 commit, 1 file changed)
    • Settings layout changes improvements (PR:9208, 5 commits, 17 files changed)
    • [skin] save skin settings early on exit (PR:9696, 1 commit, 1 file changed)
    • guilib: only dialogs are allowed to call ProcessRenderLoop (PR:9664, 3 commits, 27 files changed)
    • bump to 17 alpha 2 (PR:9721, 1 commit, 2 files changed)
    • Avoid compiling cdrip when build with --disable-optical-drive (PR:9675, 1 commit, 2 files changed)
    • Add #KODIPROP and #EXTVLCOPT to mru playlist to let the user set properties in .strm … (PR:9485, 7 commits, 6 files changed)
    • Check for .nomedia file inside tv show folders (PR:9170, 1 commit, 1 file changed)
    • [adsp] remove usage of list item entries on skins (PR:9708, 3 commits, 3 files changed)
    • [addons] ask for version on install (PR:9643, 2 commits, 2 files changed)
    • [python-api] remove checkmark control (PR:9699, 1 commit, 4 files changed)
    • rbp: Fix up settings after layout changes (PR:9724, 1 commit, 1 file changed)
    • omxplayer: Switch to using m_syncState like videoplayer (PR:9725, 3 commits, 4 files changed)
    • omxcore: Remove unused use_buffers code path (PR:9726, 1 commit, 2 files changed)
    • [cmake/linux] CMake buildsystem & binary addons (PR:9671, 4 commits, 5 files changed)
    • Revert "Check for .nomedia file inside tv show folders" (80f87f76)
  3. xbmc/master (FernetMenta):
    • New commits in this build:
      • VideoPlayer: move FrameBufferOject to VideoPlayer, its the only client (578e3050)
      • VideoPlayer: bump fbo to 16 bit (d2f9c64c)
      • Merge remote-tracking branch 'origin/rendersw' (07b7c693)
      • Merge remote-tracking branch 'origin/framebuffer' (cb37e296)
    • Commits no longer in build:
      • VideoPlayer: add setting for double/triple buffers (5bff3ad1)
      • squash render_sw (8bb0c9cf)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:272: kodi: Update appliance.xml after Settings reorg
    • Added: [pkg] PR:9722: wrap skin debug info
    • Added: [pkg] PR:9723: [OSX] - second try to properly fix apple remote and harmony support, aka - fix the regression of the regression



RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - morstef4 - 2016-05-02

(2016-04-23, 17:33)Milhouse Wrote: ...
.... texturecache.py is included in these builds.
....


Texturecache included ! GREAT !

Since #423 Chromium should be included... but I can't find it.

I installed from scratch using official LEv7 then applied your latest #501 tar on my NUC5i3

Thank you

EDIT:
Default Skin

15:48:48 5.331750 T:139710626252864 NOTICE: Running database version Textures13
15:48:48 5.334392 T:139710626252864 NOTICE: Running database version MyMusic60
15:48:48 5.338246 T:139710626252864 NOTICE: Running database version MyVideos104
15:48:48 5.339359 T:139710626252864 NOTICE: Running database version TV29
15:48:48 5.340070 T:139710626252864 NOTICE: Running database version Epg11
15:48:48 5.340718 T:139710626252864 NOTICE: start dvd mediatype detection
15:48:48 5.462393 T:139710626252864 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
15:48:48 5.592199 T:139710626252864 NOTICE: initialize done
15:48:48 5.592229 T:139710626252864 NOTICE: Running the application...
15:48:48 5.596354 T:139710169077504 WARNING: Create - unsupported protocol(androidapp) in androidapp://sources/apps/
15:48:48 5.606026 T:139710626252864 NOTICE: starting zeroconf publishing
15:48:48 5.606264 T:139710626252864 NOTICE: WebServer: Started the webserver
15:48:48 5.606300 T:139710626252864 NOTICE: starting upnp client
15:48:48 5.630269 T:139709531526912 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
15:48:48 5.630316 T:139709531526912 NOTICE: UDP: Listening on port 9777
15:48:48 5.796865 T:139710143899392 WARNING: CSkinInfo: failed to load skin settings
15:48:50 7.151501 T:139710626252864 NOTICE: UDev: Added /var/media/SimpleDrive
15:48:50 7.687773 T:139710626252864 NOTICE: UDev: Added /var/media/1T
15:48:51 8.212983 T:139710626252864 NOTICE: UDev: Added /var/media/MyBook
15:54:24 341.801910 T:139708910794496 ERROR: GetDirectory - Error getting
15:54:29 346.893982 T:139710160684800 ERROR: Previous line repeats 1 times.
15:54:29 346.894012 T:139710160684800 WARNING: could not find codec parameters for /var/media/1T/01-17-090125-15-POP-403-000.bin
15:54:29 346.894073 T:139710160684800 ERROR: ExtractThumb - Error creating demuxer
15:54:45 362.526489 T:139710160684800 WARNING: could not find codec parameters for /var/media/1T/01-17-090125-15-POP-403-000.bin
15:54:45 362.526581 T:139710160684800 ERROR: ExtractThumb - Error creating demuxer
15:55:44 421.069366 T:139710152292096 ERROR: GetDirectory - Error getting -
15:56:35 472.863647 T:139710160684800 WARNING: CSkinInfo: failed to load skin settings
15:56:35 472.881683 T:139710626252864 WARNING: Skin has invalid include: CommonBackground
15:56:35 472.881744 T:139710626252864 WARNING: Skin has invalid include: VisibleFadeEffect
15:56:35 472.881775 T:139710626252864 WARNING: Skin has invalid include: WindowTitleCommons
15:56:35 472.903748 T:139710626252864 ERROR: Control 1000 in window 13001 has been asked to focus, but it can't
15:57:34 531.647095 T:139710626252864 ERROR: failed to set m_originalLocale to en_US.UTF-8
12:00:13 690.511719 T:139710626252864 ERROR: GetDirectory - Error getting addons://sources/
12:00:13 690.511841 T:139710626252864 ERROR: CGUIMediaWindow::GetDirectory(addons://sources/) failed
12:00:51 728.931335 T:139710626252864 ERROR: Unable to activate the previous window


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Roby77 - 2016-05-02

Anyone still having crash on bsw like me ?

Btw remote ctrl works again and really nice new Libre loho


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - b0mb - 2016-05-02

(2016-05-02, 18:27)Roby77 Wrote: Anyone still having crash on bsw like me ?

Btw remote ctrl works again and really nice new Libre loho
Here.... I guess we'll have to wait for a kernel update first Rolleyes

Gesendet von meinem LG-D855 mit Tapatalk


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - artur9 - 2016-05-02

So, I'm running this build:
OpenELEC (community) Version: devel-20160403054651-#0402-g0026734
OpenELEC git: 0026734ba8ecaa998437a2f549ca6d24d664b71a

with the mpd addon (and I'd like to add the video extras addon) with a upmpdcli cobbled together to work on it. I'd hate to disturb this as generally it's working well but...

It won't play this video I have
das-schoen:~ # dmesg | pastebinit
http://sprunge.us/TecH
das-schoen:~ # cat .kodi/temp/kodi.log | pastebinit
http://sprunge.us/XMgE

It plays about 5-10s of audio and then does a kind of spinning wheel of death thing.

Is there any alternative to updating and possibly losing my mpd/upmpdci functionality?


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Milhouse - 2016-05-03

(2016-05-02, 18:19)morstef4 Wrote: Since #423 Chromium should be included... but I can't find it.

Not included. It's an addon. Remember, the LibreELEC changelog includes addons as well as core OS changes.

(2016-05-02, 18:19)morstef4 Wrote: EDIT:
Default Skin

15:48:48 5.331750 T:139710626252864 NOTICE: Running database version Textures13
15:48:48 5.334392 T:139710626252864 NOTICE: Running database version MyMusic60

Not sure why you posted the log - is there a specific issue you want to discuss?


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Milhouse - 2016-05-03

(2016-05-02, 23:51)artur9 Wrote: Is there any alternative to updating and possibly losing my mpd/upmpdci functionality?

Nope. mpd isn't currently available, but will hopefully be added soon.


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Milhouse - 2016-05-03

New LibreELEC.tv Krypton build #0502: Generic
(Supercedes previous build)

Code:
# uname -a
Linux LibreELEC 4.6.0-rc5 #1 SMP Mon May 2 22:54:07 BST 2016 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160502225252-#0502-g0b27675 [Build #0502]

Based on tip of LibreELEC.tv master (0b276752, changelog) and tip of XBMC master (086a7796, changelog) with the following modifications: Build Highlights:
  1. NOTE: DVD playback remains temporarily disabled
  2. [skin] bump GUI version
  3. File cache improvements
  4. Default to double buffered
Build Details:
  1. LibreELEC.tv:
    • kodi: Update appliance.xml after Settings reorg (PR:272, 1 commit, 1 file changed)
    • dispmanx_vnc: initial addon (PR:271, 3 commits, 11 files changed)
    • opengl-meson and u-boot changes (PR:252, 3 commits, 34 files changed)
    • syncthing: initial addon (PR:265, 1 commit, 9 files changed)
    • tinyxml2: fix disable shared patch (PR:278, 1 commit, 1 file changed)
  2. XBMC:
    • [cmake] Sync VTB changes (PR:9730, 3 commits, 23 files changed)
    • VideoPlayer: drop render method SW (PR:9719, 1 commit, 6 files changed)
    • [binary-addons] cmake: pass OVERRIDE_PATHS to addons (PR:9713, 1 commit, 1 file changed)
    • configure.ac / xbmc_arch.m4: add support for powerpc64 little endian (PR:9689, 1 commit, 2 files changed)
    • VideoPlayer: bump framebuffer object to 16 bit (PR:9720, 2 commits, 11 files changed)
    • [droid] fix settings shuffle (PR:9732, 2 commits, 2 files changed)
    • cleanup after settings shuffle (PR:9728, 3 commits, 10 files changed)
    • [settings] cleanup obsolete setting after reshuffle (PR:9734, 1 commit, 2 files changed)
    • [cmake] Rename APP_ROOT to SOURCE_CORE_DIR (PR:9710, 2 commits, 8 files changed)
    • VideoPlayer: render fixes (PR:9733, 2 commits, 4 files changed)
    • [Skin] Estouchy update (PR:9729, 1 commit, 33 files changed)
    • [skin] bump GUI version (PR:9735, 1 commit, 3 files changed)
    • [depends] binary-addons: support ADDON_SRC_PREFIX in the autotools wr… (PR:9714, 1 commit, 2 files changed)
    • removed: Unused MemBufferCache class (PR:9718, 1 commit, 7 files changed)
    • File cache improvements (PR:9681, 2 commits, 5 files changed)
    • VideoPlayer: add setting for double/triple buffers (PR:9695, 1 commit, 7 files changed)
    • [python-api] - add preselect params to Dialog.multiselect() and Dialog().select() (PR:9666, 2 commits, 2 files changed)
    • [lang][kodi.core] automatic syntax corrections for the en_GB language file (11c2fec4)
    • [lang][screensaver.xbmc.builtin.dim] automatic syntax corrections for the en_GB language file (8fc1cc2c)
    • [lang] updated language files from Transifex (55f9c8ad)
    • [lang][skin.estuary] updated language files from Transifex (8174a4e5)
    • [lang][skin.estouchy] automatic syntax corrections for the en_GB language file (3f8e9a3e)
    • [lang][skin.estouchy] updated language files from Transifex (086a7796)
  3. pvr.dvbviewer:
    • fix crash in timer handling (PR:39, 3 commits, 3 files changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: Default double buffered



RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - smf007 - 2016-05-03

(2016-04-19, 23:19)Milhouse Wrote: ...
  • Drop xf86-video-intel, use modesetting driver instead (PR:136, 1 commit, 3 files changed)
...

In that pull there seems to be conflicting information on how to switch back to xf86-video-intel. Is a udev rule change needed or just the custom xorg.conf? I'm currently trying to nail down an image display corruption/tearing issue with an Intel Sandy Bridge and need to double check this. I made a custom xorg.conf but want to be sure a udev rule isn't needed.


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - fritsch - 2016-05-03

(2016-05-03, 06:04)smf007 Wrote:
(2016-04-19, 23:19)Milhouse Wrote: ...
  • Drop xf86-video-intel, use modesetting driver instead (PR:136, 1 commit, 3 files changed)
...

In that pull there seems to be conflicting information on how to switch back to xf86-video-intel. Is a udev rule change needed or just the custom xorg.conf? I'm currently trying to nail down an image display corruption/tearing issue with an Intel Sandy Bridge and need to double check this. I made a custom xorg.conf but want to be sure a udev rule isn't needed.

Your xorg.0.log will tell.


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Hitcher - 2016-05-03

(2016-05-03, 02:09)Milhouse Wrote: New LibreELEC.tv Krypton build #0502: RPi / RPi2
(Supercedes previous build)

RPi?