LibreELEC is not OpenELEC. PPTP is not supported / PPTP wird nicht unterstützt. We told you this in post #2 on 28/4.
Posts by chewitt
-
-
-
I wouldn't spend money on an AppleTV box now. We're only 5-months from the 10-year anniversary of the original iTV announcement and there are far too many good (and cheap) alternatives around.
-
-
We can look at things in master, but if you install LibreELEC 7.0.0 (Jarvis) it should work as Kodi is built with libogg support.
-
The libretro stuff will be part of Kodi v17 .. official 8.0 alpha builds will be out soon, then we (you) can all figure out how to break it
-
There are no immediate plans on our side for lots of other Amlogic builds; it's more dependent on the community wanting to rebase and work with us and allow LibreELEC to be a/the vehicle for better collaboration between the disparate individuals releasing stuff. Some do; hence kszaq is working with us and has a dedicated forum area here. I never personally heard of Kerber before so he's definitely not 'joined' LibreELEC. If he'd like to make himself known we'd always be interested in having a chat
-
The most convenient way to share between Windows and Linux is exFAT (natively supported by both) so I hope that wasn't the only reason.
-
There's no technical reason why it couldn't be added, but to avoid "the death of a thousand cuts" we tend to shy away from complex niche things that a tiny majority of people will ever use. That said, there will be a "feature requests" voting capability on the website soon where you can deposit the request and if it became a highly voted for feature, we'd reconsider.
NB: vpeter created a TrueCrypt addon for OE in the past which can probably be resurected for LE (or it still just works) or this is something that you or someone in the community could package into a similar add-on format. We welcome public add-on contributions, as long as people maintain them.
-
No plans.
-
It could be built in (we already build MySQL for the client which Kodi needs) but there are sub-zero plans to include it. The core OS is "client" focussed and the collective opinion is that DB's belong on a NAS box. That said, as long as you're not on a WeTek device with an ancient kernel you can load the docker add-on and then add a MySQL or MariaDB container.
-
-
/dev/mmcblk0p2 means SD card, so is this a Raspberry Pi?
If yes you're using an image for x86_64 hardware which contains KERNEL not kernel.img .. hence the (correct) missing file error. If yes the solution is to download the appropriate pi image not the Generic one.
-
LibreELEC-Generic.x86_64-7.0.0.tar?mirrorlist <= first pick a different mirror source or use the master site
Also check the amount of free space on /storage (df -h) as if it's less than ~410MB you won't have enough space to download the Generic image (202MB) and then untar the contents to the udpate folder (means 202+202MB) for the update to be performed.
If you need to clear space; "systemctl stop kodi.service && rm -rf /storage/.kodi/temp/* && reboot"
-
Known problem partially or fully resolved by VideoPlayer: inputstream, check status of Create by FernetMenta · Pull Request #9739 · xbmc/xbmc · GitHub which we didn't pull into master branch yet. The workaround is to embed inputstream.mpd and inputstream.smoothstream into the image.
-
At some point in the past you editted the RSS feed via Kodi GUI and this copied the embedded /usr/share/kodi/userdata/RssFeeds.xml that contained a reference to OE's RSS feed to the userdata location of /storage/.kodi/userdata/RssFeeds.xml. As we don't forcibly check/edit userdata files during the update process the reference to the OE feed persists. If you check the embedded file location when running LE you will that LE does not publish an equivalent feed; because we don't have a feed and in LE builds the default is RSS disabled. You can solve the problem by editing the file
-
I've replied to luizfelipefb; the official contact point for LE reddit things is reddit (at) libreelec.tv
-
LE numbering schemes were thoroughly debated before starting official builds. There are pros/cons to following Kodi numbering, OE numbering, or starting over at 1.0. In the end the "least worst" option was continuing OE numbering but adding the Kodi release name to reduce confusion. Hence you will see "LibreELEC 7.0 (Jarvis)" and "LibreELEC 8.0 (Krypton)" used in anything official.
An 64-bit RPi3 build will appear once the pi foundation release something. We're not expecting to see anything for a while yet.