Posts by mglae
-
-
This is an autotools issue use ac_cv_func_malloc_0_nonnull=yes like here.
-
Again: create logs with pastekodi for the working and not working case.
-
That work's! Woho!
1. After using autoexec.py (or a kodi service) you can get rid of the script.
Using Mario77 's template try:
Codeimport xbmc xbmc.executebuiltin('PlayMedia(plugin://plugin.video.youtube/?action=play_video&videoid=your_youtube_video_id)')
You can test with kodi-send -a 'RunScript(/storage/.kodi/userdata/autoexec.py)' or restart kodi with systemctl restart kodi
The only strange thing is that it only works if Debug-logging is turned on?!
2. Likely you have to enable "Wait for Network" in the "Network" tab of the LibreELEC-Settings addon.
If the issue persist create logs with pastekodi for the logging/not logging cases and post the URLs.
-
So you are using LE 9.2?
RunScript() is to execute Python scripts from kodi, see List of built-in functions - Official Kodi Wiki
Use xbmc.executebuiltin('System.Exec(/storage/Fernsehwecker.sh)')
-
But how can I enable (install) it?
You have to build your own image.
But to prevent any races you should avoid timers and use autoexec.py for LE 9.2/Kodi 18 or the autoexec service you linked in the first post for LE 9.8/Kodi 19.
-
So at the moment the command @reboot bash /storage/Test.sh doesn't work
LibreELEC is using BusyBox's crond and feature FEATURE_CROND_SPECIAL_TIMES is not enabled.
-
And it doesn't seem possible with my SSH client, so I removed the indents and the \'s and I get this error:
"docker run" requires at least 1 argument.
Without "\" you have to put it into one line. Furthermore /home/joe/paperserver does not exist in LibreELEC. Try
For docker run see docker run | Docker Documentation
-
-
Yes. This will avoid any Python 2 to 3 addon trouble.
By creating a backup via LibreELEC-Settings addon before you can restore your current state on unexpected errors.
-
Just for clarification, depmod is run, when an additional driver package ist installed/used?
Yes. In this case depmod was executed at build time.
From 9.95.1 to 9.95.2 the kernel was updated from 5.10.21 to 5.10.30 what maybe added the bug you see.
9.95.5 and recent nightly builds are updated to 5.10.41 but you already tried that.
If not already done you can try the "recent kernel" driver package.
-
Code
2021-06-30 18:30:39.950 T:893 DEBUG <general>: ------ Window Deinit (/storage/.kodi/addons/script.audio.profiles/resources/skins/Default/720p/script.audioprofiles-apmenu.xml) ------ 2021-06-30 18:30:40.470 T:934 INFO <general>: [Audio Profiles Service] RESTORING SETTING: Casque 2021-06-30 18:30:40.472 T:934 DEBUG <CSettingsManager>: requested setting (volume) was not found. 2021-06-30 18:30:40.474 T:934 ERROR <general>: JSONRPC: Failed to parse '{"jsonrpc": "2.0", "method": "Settings.SetSettingValue", "params": {"setting": "videoscreen.monitor", "value": Default}, "id": 1}'
Try disabling addon script.audio.profiles
-
Then this exactly is shown by the diff.
-
1) nvidia.ko is never found because it is not there when depmod is executed. If a nvidia GPU is in the system we do decide later which of the two nvidia drivers are used and load is via insmod.
2) All you cards have to be supported by one driver package.
3) An additional package will only update the base package.
-
To show your changes do a git diff >mpd.diff and share the file on a pastebin site.
-
1. Main wiki page is https://wiki.libreelec.tv/development-1/…ds/build-addons. Please read the other "Development" wiki pages too.
2. Create a pull Request on GitHub with your changes.
-
The OOM issue still does exist. Ceck with dmesg/journalctl.
-