However I have no idea how would KODI/LE react for a source that has a self-signed certificate.
Without a problem I think? Just needs to provide ca's cert in /storage/.config/cacert.pem.
However I have no idea how would KODI/LE react for a source that has a self-signed certificate.
Without a problem I think? Just needs to provide ca's cert in /storage/.config/cacert.pem.
I know I guy who is using SFTP without a problem.
Maybe you should check kodi log for any clues what is wrong. I'm using HTTPS also without a problem.
No, no, I was not teasing you. It's just I never really used sftp or ftps. But I would say I'm very good with problem solving ![]()
Anyway, good that it is working for you too. Next time you could also look for webdav or sshfs.
What I forgot to mention that when using |auth=SSL/TLS&verifypeer=false you don't need to do anything with cacert.pem on LE box. But obviously this is not good from security perspective.
If it doesn't work enable debug log for curl in kodi and you will see some errors. I think major error messages are also shown in normal kodi log.
At the end it is very easy to make it work ![]()
As source use ftps://user:[email protected]:990/|auth=SSL/TLS
When creating certificate in FileZilla FTP server you ABSOLUTELY need to enter Common name (Server address) as shown on picture
Then you need to convert certificate from crt to pem format using openssl tool on LibreELEC box or somewhere else with command
and copied to users' cacert.pem
After that run openssl-config and restart kodi (systemctl restart kodi) or just reboot. And it should work like for me here.
Another option for certificates is to create them with openssl (as you probably know).
Update: I also removed few posts not adding any value to this discussion.
Never used testparm and my conf file was always picked.
You need to rename/copy samba.conf.sample to samba.conf in /storage/.config.
For 8.2.5 you should use Ubuntu 16.04 LTS if you don't want problems.
There are LE fans and there are CE fans. Stick it whatever works better (and I assume because don't have any Amlogic device that CE is better for such devices) ![]()
Like here: [BUG] S905X Krypton: Horrible banding in 10 Bit videos
Any ideas how to fix this issue with non HDR files? Isnt this a serious bug?!
Try ading 720P resolution to the whitelist.
Working well so far no problems.
Nice to hear that.
Is there anything I can do to fix this?
You could try CoreELEC.
vpeter .. IMHO it would make a good standard add-on for the LE repo.
Would it? Isn't docker the standard for this? ![]()
Will send PR then to properly fix all building files.
porkchop999: service.mariadb-9.0.100-generic.x86_64.zip
Would anyone use MariaDB mysql server addon to use it with Kodi? It is more lightweight than LAMP.
I can build it on request just let me know for which image.
I made new addon version:
program.java-9.0.101-generic.x86_64.zip
program.java-9.0.101-rpi2.arm.zip
To be working old folders must be removed:
If menus are working for you don't update with this version because it is nothing new inside ![]()
Odroid_C2 for 8.2.5 (already available for a long time): service.web.lamp-8.2.104-odroid_c2.aarch64.zip
Odroid_C2 for 8.90.009: service.web.lamp-9.0.105-odroid_c2.arm.zip
Untested (because I do not own such a device).