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 ![]()
Posts by chewitt
-
-
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.
-
Have a look at Brian Hornsby's well written OpenVPN configuration add-on, and the instructions from your VPN provider.
-
You can select any locally mounted filesystem as the location to back-up to. If you locally mount the remote NAS filesystem you can back-up to it, but if not you'll have to choose somewhere on /storage or a connected USB drive.
-
Krypton will bring the ability to run retroplayer games within the Kodi GUI. We're talking 90's and early 00's console games nothing hardcore. It simply adds another "centre of your living room" dimension to Kodi alongside Movies, TV and Music.
-
MrHaroldA. We value freedom, but it cuts both ways. You have the freedom to run whatever you like on your LE install. We have the freedom to set the rules of this forum and provide support based on the ethics and principles of the LE team. Just because we have "Libre" in our name does not mean we allow our forum to silently endorse add-ons like Superrepo that openly encourage the theft/piracy of copyrighted media.
-
The YouTube add-on in the Kodi repo has been broken for a while now - it's not an LE specific problem. The add-on maintainer quit, something broke, nobody really stepped-in to resume development or create an alternative yet.
-
RssFeeds.xml exists in the Kodi userdata directory so if you migrate from OE > LE the file is retained as-is. It wouldn't be right for us to start editing the file via scripts; should you go back to OE (hopefully not, but always the users' right to choose) we'd have removed the OE news feed. Probably not a big deal given the volume of news coming from OE, but, principles.
-
There is a low desire in the team for our repo to host and sustain add-ons that are basically used for piracy. In theory torrent add-ons can be used for legitimate purposes, but none of us ever met that user. As long as you're not using a WeTek box (which runs a too-old Linux kernel) you should have a look at the Docker addon and the posibilities it opens up.
-
If you explain which driver, we might be able to comment. If we rely on crystal balls, don't expect intelligent comments

-
Hi,
I am sharing some video folders to LibreELEC via SMB shares on my Windows 10 machine.There are various version of the SMB protocol. As I understand it, newer versions improve performance, reduce chattiness and so forth. SMB 3.0 introduced multi-channel.
Is there a way to find out (eg via logfile or ssh) which version of SMB is being used when LibreELEC accesses a SMB share? If so, how?
Thanks
I'll simplify this into a simple statement. Does it work, yes or no?
If it works, it works. So don't bother yourself fretting about the theoretical chattiness of a network or the marginal speed improvement that a blogger wrote an article on back in 2012. Spend your time watching movies, or go donate some of your time to a charity. Both are more enjoyable and a better use of your time

-
Index of / will probably appear over the weekend. Once it's up I'll put a link on the downloads page.
-
Bumpaneer: now that 6.95.2 is done I can pull the settings changes in and build you a private version with them included so you can crack on with the skinning if that would help. What build do you use for testing?
-
DarrenHill .. sounds like the video bug that was fixed in 6.95.2 which has now been posted for download (or wait for auto-update which will be turned on in ~24 hours)
-
Bumpaneer .. sorry the changes were missed from the official 6.95.2 images but will go into final (now that I know something needs to be done!)
-
FYI.. Tvheadend 4.2 now appears in the repo

-
Some variant of automount - Disable mount for internal HDDs - Ask Ubuntu should work. In LE you can't edit the embedded rules but if you create a new rule in /storage/.config/udev.rules.d/99-no-internal-drives.rules it will run last and should cancel out the earlier embedded rule as all udev rules in all udev rule files are loaded in sequence and evaluated cumulatively.