I think you should ask this question on the Kodi youtube addon forum as LE has no influence on non LE addons.
Posts by Iridium
-
-
Hello and Welcome.
I'm not aware of any issues with the visualisations, they should all work fine. (I don't use them TBH)
Have you set it up in Settings --> Player --> Music --> Visualisation ?
-
Could you explain what you did, so others may benefit from your experience.
-
When the system "hangs" - can you "ping" the box or "ssh" into it?
If so, can you provide the URL from
dmesg | paste
and
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
-
Does it happen on all 4 USB ports, or just one?
After you get the error can you post the URL of:
dmesg | paste
and
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
Certainly it is not normal - unless it's kept in a box next to an oven. Should be around 50°C in a well ventilated space.
Normally this is due to a misbehaving addon or some process that is over running.
Please provide output of
top
cputempand
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
1. My mistake. Should have been a command (Edited original post)
2. Start with RAM size and see how it grows. Increase as necessary.
3. Just delete /storage/.config/swap.conf and reboot to remove the swapfile
-
-
By default LibreELEC does not have a swapfile.
You can enable a swapfile by:
cp /etc/swap.conf /storage/.config
then edit it and change
SWAP_ENABLED="no" to SWAP_ENABLED="yes".
SWAPFILESIZE="128" to your required swapfile size - normally 4 x RAM but RAM should be enough for a normal LE system.
When you reboot, a swapfile the size of SWAPFILESIZE is generated in /storage/.config/swapfile.
-
-
AFAIK LE already has /var/log in memory. I could be wrong
tmpfs 879.3M 1.9M 877.4M 0% /var
-
Can you confirm that you have set the regional data in LE and Kodi - yes there are two places (go figure).
If you still have issues,
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
-
-
Generally a poweroff, reboot or shutdown will close all running programs, wait for them to finish, unmount all files and then shut the system down cleanly.
It is probably a good idea, in a script (as @Jocke.Sve mentioned), to shutdown Kodi and any other "critical programs (mysql etc) prior to issuing a shutdown - especially if there is a lot of file activity.
-
I think if you're having fan noise then it's more than likely that something is using tooooo much cpu.
Please provide a screen shot via ssh of top
Also the URL form dmesg | paste
and
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
The card seems to be detected and shows activity but..
Check the amount of disk space available for TVH
Code2019-04-05 18:13:01.346 T:140670815680256 ERROR: AddOnLog: Tvheadend HTSP Client: pvr.hts - Command getDiskSpace failed: Unable to stat path 2019-04-05 18:13:01.346 T:140670815680256 ERROR: GetDriveSpace: Add-on 'Tvheadend:127.0.0.1:9982' returned an error: server error
You are also getting a core dump.
I would go back to a new install and try it without any additional addons. Install one DVB module at a time, removing the previous one if it didn't work.