Posts by vpeter
-
-
Check the addon logs to see what is going on.
Week or so back it was working on LE master.
-
It runs on port 4080. But you can change that in httpd.conf file.
-
LIRC is already include with LibreELEC. You just need to configure it.
Maybe this could help Infrared Remotes [LibreELEC.wiki]
-
well best feature in nextcloud is to share files/folders with public links without password if you want to.
Ok, same as with Dropbox. Didn't think on that
And it is easy fix when using External storage: in the mount settings you must enable sharing on the remote storage.
-
It was tested with installing addon from zip file with higher version.
Because I understand why the problem occur I think it was fixed. If not we will see
-
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
CodeLibreELEC:~ # 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.