• 1
  • 37
  • 38
  • 39(current)
  • 40
  • 41
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
Hey, some hints to improve buffering of internet tv streams? Are the classic settings in advancedsettings.xml still working?
where can I find the RPi3 wifi config settings file via command line?
The file that stores my SSID, password etc?
(2017-01-20, 03:21)J_E_F_F Wrote: where can I find the RPi3 wifi config settings file via command line?
The file that stores my SSID, password etc?

/storage/.cache/connman/wifi_*/settings
(2017-01-19, 22:54)MrSliff Wrote: Hey, some hints to improve buffering of internet tv streams? Are the classic settings in advancedsettings.xml still working?

http://kodi.wiki/view/HOW-TO%3AModify_the_video_cache

and check the v17 changes box.
Quote:yeah, date/time this morning works fine. Must have been the timeserver... never had that before.

I had the same weird error and that was on 7.0.3 stable. I could not understand why my epg generated file did not work until I looked at the time and the date said somewhere in november 2015 and the time was totally off. reboots did not help, I had to insert a timeserver in libreelec settings. I dont know if its back to normal I did not bother remove the ntp server, but looking at your post I would think so as it seems that we experienced the same thing.

never had that before either, but yeah it must have been the ntp server used.
Hi,

PVR IPTV Simple Client does not recognize M3U group-title tag like this
Code:
#EXTINF:-10 tvg-id="1612" tvg-logo="Discovery_Channel_HD.png" group-title="EDEM-HD", Discovery Channel HD
http://abc.ottv.info/iptv/index.m3u8
So no groups are in TV menu except All channels
It's not easy to group channels manually Sad
PVR IPTV Simple Client does recognize group-title on Windows Kodi v.16-17 builds
On raspberry??

Go to Settungs -- pvr & live tv -- General(expert) and enable the option "synronise channel groups from backend"
Best option is, you Enable the all (3) backends options.

Refresh the list (Clear data), have fun.
Are not there any new testbuilds anymore? Or is mitlhouse on vacation?
(2017-01-24, 12:49)Azimono Wrote: Are not there any new testbuilds anymore? Or is mitlhouse on vacation?

Should have been yesterday, so guessing he's still having problems..
(2017-01-23, 21:01)kampfi Wrote: On raspberry??

Go to Settungs -- pvr & live tv -- General(expert) and enable the option "synronise channel groups from backend"
Best option is, you Enable the all (3) backends options.

Refresh the list (Clear data), have fun.

Great! Thanks a lot
Should be a build tonight. I've been busy.
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.
I dont konw if this was mentioned in this thread before but saw some in the x86 build thread.

I have my media source on webdavs on my synology nas with a lets encrypt certificate.

I get ssl error 35 since version 7.90.010 of libreelec when trying to play something. I also tried build 0117 but it still wont work

see https://forum.libreelec.tv/thread-4075.html for log with version 7.95.1 and debug enabled for libcurl

if you need more info please let me know

Edit:
With some help from the guys in the irc channel it seems cipher choise is the issue.
The synology nas has this line in config:
SSLCipherSuite HIGH:!EXPORT:!eNULL:!aNULL:!DES:!RC4:!RC2:!MD5:!IDEA:!SEED:!CAMELLIA:!AESGCM:+AES128:+AES256:+3DES:+kEECDH:+kRSA:!EDH:!aECDH:!aECDSA:!kECDHe:!SRP:!PSK
I changed it to:
SSLCipherSuite HIGH:!aNULL:!MD5

now it works but it would be better to fix the issue within Kodi since you dont have control of all webservers

Edit2:
Changed the ciphers to:
SSLCipherSuite HIGH:!EXPORT:!eNULL:!aNULL:!DES:!RC4:!RC2:!MD5:!IDEA:!SEED:!CAMELLIA:!AESGCM:+AE​S128:+3DES:+kEECDH:+kRSA:!EDH:!aECDH:!aECDSA:!kECDHe:!SRP:!PSK

It seems +AES256 is the issue
New LibreELEC.tv Leia build #0124: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.9.5 #1 Tue Jan 24 21:16:32 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Jan 23 2017 15:15:51
Copyright (c) 2012 Broadcom
version 191f586652fda3db3497e07cd252bc4f26e387c3 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170124211527-#0124-g637b8c0 [Build #0124]

# Kodi version
(18.0-ALPHA1 Git:1f12c2f). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (637b8c0c, changelog) and tip of XBMC master (3079409a, changelog) with the following modifications: Build Highlights:
  1. New firmware (fix limited memory, artefacts; USB boot as standard; CEC cleanup)
  2. New 4.9.5 kernel
  3. libcec, libnfs, kodi updates
  4. Updated media_build package - hopefully fix broken Zotac remote control
  5. Enable Fair Queue packet scheduling
Build Details:
  1. Firmware (Jan 23):
    • firmware: bootcode: Use correct reference to fixup filename. See: link
    • firmware: di_adv: Fix for green artefacts regression. See: link
    • firmware: bootcode: Add USB device boot as standard boot mode
    • firmware: Update to latest master
    • firmware: CEC code cleanup 11-13
  2. LibreELEC.tv:
    • e2fsprogs: make e2fsprogs bumpable (PR:1187, 1 commit, 1 file changed)
    • decommission PKG_REV for packages (PR:967, 1 commit, 481 files changed)
    • docker: update to 1.13.0 (PR:1195, 10 commits, 11 files changed)
    • open-vm-tools: update to 10.1.0 (PR:1185, 1 commit, 3 files changed)
  3. XBMC:
    • [PVR][guiinfo] Videofullscreen/Musicvisualisation: Direct channel number input (PR:11434, 5 commits, 24 files changed)
    • [binary-addons] bootstrap: don't filter addons when auto bootstrappin… (PR:11470, 1 commit, 1 file changed)
    • [Fix] Restore caching for slow plugins Ticket #17211 (PR:11478, 2 commits, 3 files changed)
    • [settings] restore show EXIF picture information setting (PR:11457, 3 commits, 7 files changed)
    • [cmake] Only install VideoPlayer fontconfig configuration files on Apple (PR:11451, 1 commit, 2 files changed)
    • [pydocs] Corrections on the xbmcvfs/file examples (PR:11454, 1 commit, 1 file changed)
    • [gui] fix container bools (PR:11484, 1 commit, 1 file changed)
    • [cleanup][windows] linking instructions (PR:11496, 1 commit, 8 files changed)
    • added: make CFileItemList iterable (PR:11003, 1 commit, 1 file changed)
    • Align the settings level for the 2 different character set settings (PR:11449, 1 commit, 2 files changed)
    • Replace raw pointer in CApplication (PR:11514, 1 commit, 2 files changed)
    • add pycryptodome python module (PR:11477, 1 commit, 10 files changed)
    • add another overload for begin()/end() (PR:11505, 1 commit, 1 file changed)
    • Resolution: Do not switch resolutions when in 3D (only refreshrates) (PR:11502, 1 commit, 1 file changed)
    • [PVR] Fix deadlock (can occure while installing/uninstalling pvr client addon). (PR:11497, 1 commit, 1 file changed)
    • Replace 3 raw pointers in CApplication with unique_ptrs (PR:11517, 1 commit, 2 files changed)
    • spelling: transition (PR:11465, 1 commit, 3 files changed)
    • [Fix] Multiple changes of song rating from player OSD (ticket #17190) (PR:11513, 1 commit, 3 files changed)
    • Remove CBackgroundPlayer (PR:11512, 2 commits, 1 file changed)
    • Updated Hungarian strings for XBMC and Confluence (PR:3, 2 commits, 2 files changed)
    • [PVR] PVR Manager/Clients: Fix stop playback on addon uninstallation. (PR:11515, 1 commit, 2 files changed)
    • spelling: formatted (PR:11466, 1 commit, 22 files changed)
    • added: ability to remove add-on settings upon uninstall (PR:11499, 3 commits, 4 files changed)
    • [PVR][Settings] Remove 'hide connection lost warning' setting and code. (PR:11500, 1 commit, 5 files changed)
    • [PVR][json-rpc] Fix PVR.(Add|Toggle)Timer. (PR:11506, 1 commit, 3 files changed)
    • restore the ability to build without python and add cmake option (PR:11467, 1 commit, 12 files changed)
    • Added Russian translation to the shortcut comment (PR:11260, 1 commit, 1 file changed)
    • [cmake] git update-index --refresh must be called before using it (PR:11511, 1 commit, 1 file changed)
    • FIX: [droid] Copy splash to xxxhdpi drawable (PR:11510, 1 commit, 1 file changed)
    • [cmake] fix libdvdnav build when dvdcss is disabled (PR:11533, 1 commit, 1 file changed)
    • [guilib] allow more flexible hitrects (PR:11476, 1 commit, 3 files changed)
    • fixed: context menu manager mess with profiles (PR:11490, 1 commit, 3 files changed)
    • VideoPlayer: check for vsyncAdjust on every cycle, speed of videoRefC… (PR:11351, 1 commit, 1 file changed)
    • Modified cpluff to handle utf8 path names to avoid addon failures (PR:11540, 1 commit, 1 file changed)
    • [droid] fix packaging after 2816efc77d71d50200ea3ae12fb66ad324d1f6e2 (4da9e3ff)
  4. libcec:
    • fixed: guard against NULL passed by a python callback (don't assert, handle gracefully) (bbe48719)
    • fixed: don't flag the avr as active source automatically when receiving a key sent to it (652c62b5)
    • fixed: don't use panasonic's vendor id for the avr when the tv is a panasonic (5685ff98)
    • fixed: swig didn't generate threading support for the python binding (483e7db9)
    • fixed: python callback return value and calling callbacks without arguments (2bcdc3f3)
    • fixed:/changed: only pass unsigned to python and correct param to the source activated callback (75b68374)
    • Install Python demo as executable (572bbf00)
    • changed: updated debian python install (82246efb)
    • Merge branch 'pr289' (dbdfb054)
    • Improve/fix installation of Python bindings (330fa677)
    • Merge branch 'pr291' (aa09358b)
    • fixed: device detection on windows. thanks @Portisch. issue #290 (0fba38da)
    • fixed: debian python scripts installation. thanks @mkreisl (add6cdef)
    • fixed: drm edid parses wasn't compiled in. thanks @gdachs (958d053c)
    • cosmetics (86dc4e51)
    • cosmetics (bcccaec2)
    • added: .Net applications (d196488c)
    • fixed: correct copy path (c83865bc)
    • bump .net client apps (87fec8c8)
    • bump to 4.0.2 (5250931f)
    • updated README.osx.md. thanks @ctreleaven. issue #295 (d36fe80c)
  5. libnfs:
    • For upstream (PR:163, 2 commits, 4 files changed)
  6. inputstream.adaptive:
  7. peripheral.joystick:
    • Added buttonmap for PS4 V2 controller (PR:73, 1 commit, 1 file changed)
  8. pvr.hts:
    • Some fixes (PR:275, 6 commits, 10 files changed)
    • Fix CTvheadend:Big GrinemuxIsTimeShifting() (PR:277, 1 commit, 3 files changed)
  9. pvr.iptvsimple:
    • Update README.md (PR:97, 1 commit, 1 file changed)
  10. pvr.mythtv:
    • 4.2.1 (PR:58, 7 commits, 14 files changed)
    • fix style defect (8ae12371)
    • sync upstream demuxer (eae59f4e)
    • Using gmtime_r here was wrong, and caused incorrect hours to display when g_bUseAirdate was set. (afd91eb0)
    • Revert "WINDOWS: define gmtime_r in tools.h" (7284825e)
    • Bump version 5.0.8 (8789e2fc)
    • cleanup pvr api calls (df70b749)
    • sync upstream demuxer (ac41f384)
    • fix bad reported bookmark error (69bfc3c2)
    • sync upstream cppmyth (2.9.3) (ddb17216)
    • [lang] updated language files from Transifex (36f24189)
    • moving cmake project to root (4e7ac460)
    • update dependency mirror (0d409cfe)
    • silent error when set bookmark failed (f346c10b)
    • Bump version 5.0.9 (c608a458)
    • sync upstream cppmyth 2.9.4 (ea2c47d6)
    • [lang] updated language files from Transifex (dd9947bc)
  11. newclock5:
    • New commits in this build:
      • DVDFileInfo: Fix video thumbnail extraction (c19f767a)
    • Commits no longer in build:
      • Revert "[settings] remove show EXIF picture information setting" (7715030c)
      • VideoPlayer: check for vsyncAdjust on every cycle, speed of videoRefClock might have changed (51e9ff2f)
      • Restore caching for slow plugins (39c1bcc7)
  12. kernel 4.9.y:
    • New commits in this build:
      • BCM270X_DT: Add reference to audio_pins to CM dtb (225a88b6)
  13. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] e3e85b4f: linux: Enable Fair Queue packet scheduling (TEST)
    • Added: [env] PR:1203: media_build use .config
    • Added: [env] PR:1205: dvb-firmware: update to 1.2.1
    • Added: [env] PR:1207: linux: update to linux-4.9.5
    • Added: [pkg] PR:54: connections: fix layout as some icons were off screen (service.libreelec.settings)
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.
Live-TV channel change by arrow up/down doesn't work
-> I found the solution for this issue.
The PVR configuration option "playback" - "confirm channel switches by pressing "OK" was enabled after the upgrade
(2017-01-25, 00:31)herrmeier01 Wrote: Live-TV channel change by arrow up/down doesn't work
-> I found the solution for this issue.
The PVR configuration option "playback" - "confirm channel switches by pressing "OK" was enabled after the upgrade

Working fine here, mediaportal frontend..
  • 1
  • 37
  • 38
  • 39(current)
  • 40
  • 41
  • 495

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