Posts by chewitt

    If you are using Ethernet there is no need for cache tweaking. Your network has to be royally buggered for Ethernet to not work in an out of box config and if that's the case, the solution is fix the network not force Kodi into the unknown with ridiculous cache settings.

    No debug log = no problem :)

    Code
    [    0.000000] Linux version 4.4.32v7-aufs (max@lynx) (gcc version 4.8.4 (Buildroot 2015.02-gf4a5ebb-dirty) ) #1 SMP Fri Nov 18 23:17:35 CET 2016
    [    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d

    BerryBoot?

    If yes, no further support until you've tried a proper LE image running our kernel not the frankenstein image you're using. Seriously. We build a tightly integrated OS/app package and we do not support someone else's completely different kernel.

    You need to create different sources for Movies and TVShows. If you add tvshow content to a shared folder that had "content type" movies set, they will not scrape; or to be correct, they will scrape but the scraper won't find movies matches for them.

    \\SERVER\MEDIA\MOVIES
    \\SERVER\MEDIA\TVSHOWS

    or

    \\SERVER\MOVIES
    \\SERVER\TVSHOWS

    not

    \\SERVER\MEDIA <= with both types in the same location

    Does anything happen when you run "eject /dev/sr1" from the console? .. on some wireless devices the fake CD device (with drivers etc.) must be ejected before the wireless part is made available. Otherwise there are some messages in dmesg that I haven't found a clean explanation for yet.

    The easiest way out of this is to shift the content off the drive and do a clean reformat, copy it back. As much as a I like debug challenge it would be quicker if you have something to temporarily move the data to.

    LE already moved master branch (future LE 9.0) back to OpenSSL but there are no plans to move 8.0.x releases as it requires a load of additional rework to add-ons and there isn't the appetite for that. Current milhouse builds (with Kodi Leia code) are available. If/maybe we opt to create an LE 8.2 release to bring a kernel bump and other new hardware changes before Leia (as it's a long way off) we will do it then, but there's no guarantee we'll do that.

    If you combine the S905 build project from @kszaq's github repo and the WeTek Hub or Play2 projects in the OpenPHT-embedded repo you probably get a working image. Some of the OpenPHT folks actively contribute and collaborate with LE and their version of the OS is deliberately not too different.

    Code
    connmanctl
    agent on
    scan wifi
    services

    leave 10 seconds between scan and services; this will list the networks in-range assuming the drivers are loaded and the wireless device is working

    "SMB" encompasses multiple not-quite-compatible versions of a shitty designed networking protocol that is implemented via a third-part integration library (smbclient) that is wrapped in Kodi code that hasn't seen much love in aeons. Somewhere in that list resides a mess of problems. The current resurgence in reported issues (which may or may not be your issue) is largely due to Microsoft changing things in their SMB server stack. I forget what changed and thus what might be required to coerce things to work again; but it probably involves registry hacking to downgrade features on the Windows end. Best solution is to get a NAS because this will run "Samba" with an older SMB protocol version which is more widely supported (and powered on permanently which solves other silliness) or use NFS on the server side to sidestep SMB completely. Sorry if that sounds a bit shitty-worded, but Windows networking has been a complete turd since Windows '95 and I'm struggling to work up the enthusiasm for it today..

    RPi3 and RPi2 are essentially the same device but RPi3 uses a newer generation of the core SoC that runs at higher clock speeds. As the hardware is so similar we can use a common kernel/OS image that supports both devices. One quirk of the Pi firmware in this configuration is that 64-bit RPi3 hardware reports itself as a 32-bit RPi2. It is possible to make RPi3 run a 64-bit image and report CPU etc. correctly but this requires you to run a different kernel configuration, and then Kodi doesn't run as nobody 64-bit ported the mountain of very highly optimised 32-bit video code that Kodi depends upon. TL;DR - it's a cosmetic issue and there's nothing to see, move along please :)