Too bad sharing links to external storages doesn't work and local is treat as external.
Can you explain little more what dowsn't work? I'm not familiar with nextcloud and needs to repeat the issue myself ![]()
Too bad sharing links to external storages doesn't work and local is treat as external.
Can you explain little more what dowsn't work? I'm not familiar with nextcloud and needs to repeat the issue myself ![]()
Well, not sure what went wrong in your case. But at least I fixed issue with changed password on addon update (at least my tests worked.
I've been meaning to add an "extra parameters" setting where users can add any additional docker parameter like extra ports or mapped folders etc. when needed.
Vpeter's solution works, but would be removed if the addon is updated or reinstalled
Yes, that's why it would be useful to have it in settings.
chewitt: You can see that docker needs same or even higher support to get it running than native apps like with Entware ![]()
Otherwise CE have a hack that removes some Kodi code that will allow you to build images.
It does the same as with RPi. There is also code removed. So no harm I would say ![]()
Next time look into kodi.log file. There was and error at that line. Seems setCoordinateResolution method is not available anymore (in Kodi I assume).
This addon was made for Kodi Krypton and it is luck that works for Leia too.
If you were to re-update your add-on from the Kodi packages cache, wouldn't the same thing happen: passwords being overwritten?
Yes. I saved one file for compare in addon folder which is removed and recreated on addon update or reinstall.
Yes, passwords are reset on addon update. Didn't noticed that before. Will fixed asap.
But random change of the password should not happen. Only if you deleted addon's home folder with settings.xml then password is regenerated. Can you explain if you do anything with addon settings so I can reproduce?
This is just a warning. From what I see it comes because rtp module is loaded. You can see this by
LibreELEC:~ # pactl list short modules |grep rtp
18 module-rtp-send source=librespot_sink.monitor destination_ip=127.0.0.1 port=6666 source_ip=127.0.0.1
And seems it is used/loaded by librespot: LibreELEC.tv/librespot-03_pulseaudio_sink.patch at master · LibreELEC/LibreELEC.tv · GitHub
You can unload it by
but maybe functionality will stop working.
I think you should play several movies and THEN send logs ![]()
Docker should be put into the same context as Entware. So there should not be any extra support.
And both are for guys who know what they are doing and where to find a solution.
It's the same as with any Kodi addon. Usually in the case of bigger problems users are pointed to addon's maintainer.
It's not about saving megabytes. Install script is very short. And it is not even required to exist in image itself because it can be downloaded when needed.
But there must exists /opt folder. And this one is the hardest issue! It is impossible to get it in LibreELEC ![]()
Create the usb installer, boot from it, then choose, either another usb, or internal drive. to install too
Didn't you read what I wrote? There is no need to install from one usb to another.
No idea for YUMI (newer used it). Maybe it could work but because of 2 partitions requirements for LE it would mean some manual work to get it running.
Create USB stick, open syslinux.cfg on it and change DEFAULT installer to DEFAULT run. If you are booting with grub change grub.cfg.
This will run everything from stick without installing.
But I want to use LibreELEC, not CoreELEC
Then suffer with this ![]()
Or at least use patch from them: CoreELEC/kodi-ce-113-remove-egl-debug.patch at master · CoreELEC/CoreELEC · GitHub
Isn't this error related to old 3.14 kernel? In this case try with CoreELEC which is more supported?