Posts by tjost

    Do not feel offended. I do know that it is open source and only a few people are in this project.

    It is a simple question. So sorry if you feel offended and please consider that it is difficult to understand why bugs like these are not fixed yet.

    And of course not anyone is a programer who wants to use these software. And not everyone is capable of buying new hardware.

    I used XBMC way back on the original XBOX and it had only 64MB Ram. It worked fine even with nearly the same amount of Movies and Series in my Database. So it is difficult to understand why 1GB is not enough anymore.

    Nearly everywhere I read "buy a new Pi with more Ram" I can't.

    So I fiddled with the Config and cmdline put in CMA=96 and RAM=96. It still crashes but less then before. But now playback H265 Files it crash

    log

    After put more Ram in config.txt the system become super slow and lags raise the ram the system boots and worked but no picture.

    What are the Values to put in?

    Is there hope in the Future?

    Quote

    LibreELEC 10 will swtich to the vc4-kms driver and V4L2 decoders where only a bit of gpu_mem is needed for H264 decoding but a lot of cma memory (curently testing with gpu_mem=76 and cma=256M/512M - 512M cma needed for 4k video playback) so things are going to change quite a bit. If there are issues with cma they'll need to be resolved anyways.

    I found this in an older threat. I figured out that with LE10 the CPU usage is quite high on h264 an mpeg.

    is there any way I can help?

    Again, no offence just simple straight questions.

    I already answered that here RPi4 Libreelec 9.2.2 Hunds up on loading info (pics) in DB and if I read your last post correctly you confirmed that the nightly build worked better.

    The log also shows that you haven't reduced GPU and CMA memory, so the OOM-killer is kicking in because you run out of memory - a well known limitation of 1GB RPi4 on LE 9.2 (just search the forum for more info).

    so long,

    Hias

    I ran in the exact same problem with nightly build.

    I changed it....

    log

    still the same.

    I searched online and found a forum entry from dec. 2019 someone mentioned. We know some quirts on memory allocation we working on it.......

    Why is this Bug still in Kodi?

    Somehow asking for a "stable version", without any specific problem descriptions, does not give us that usual warm fuzzy feeling. Development on the RPi4 is ongoing, mind you. There is an initial test version for HDR decoding available since yesterday.

    Hi, thx 4 responce.

    As I said I do not have anything in the Log files.

    You can please explain how I get an error log and where to upload it.

    No offence really.

    It is very sad with python. I had such a nice Add-On for my display and now no drivers anymore because of the lag of "Adafruit.bbio"
    Video (German)

    No offence folks. You do make a great job but.

    My Problem is the following,

    When I startet using Kodi/Libreelec on the Pi 5 Years ago it worked good. But from Version to Version it seems to me that instead of making it stable, more an more unnecessary feature in Kodi will implemented.

    If I do wanna use my Pi for Retro-Gaming I have the choice to install Retro-Pi or an other Distro.

    I really believe the most people use it to watch Live-TV and Movies/TV-Shows from a NAS.

    That is what I do. But in Pi 3 it is awfully slow and on my Pi 4 first Version it always reboot without any reason. I switched back to my Pi 3 now but it is not so great.

    I´m not a Linux Nerd or do have Money to Buy a new or better device.

    And what's the Problem with Python 2.7? Why get rid of it? I had an Add-On made myself that needs Python 2.7.

    I´m very disappointed. The Way Libreelec/Kodi is going since the first Versions on the X-Box is not so good.

    Is there someone who can help me made my Version for the Pi4 with old Python?

    I do need this to watch TV that streamed from my old Pi (now the Pi4) with TV-Headend.

    Hi,

    i am using a SSD1306 Display since Libreelec9 nightly it is not Working anymore.

    I do get this error Message

    Error Type: <class 'ModuleNotFoundError'>

    Error Contents: No module named 'Adafruit_BBIO'

    Traceback (most recent call last):

    File "/storage/.kodi/addons/http://script.oled.xbmc/main.py", line 68, in <module>

    disp = Adafruit_SSD1306.SSD1306_128_64(rst=RST, i2c_address=0x3C)

    File "/storage/.kodi/addons/virtual.adafruit-libraries/lib/Adafruit_SSD1306/SSD1306.py", line 242, in __init__

    super(SSD1306_128_64, self).__init__(128, 64, rst, dc, sclk, din, cs,

    File "/storage/.kodi/addons/virtual.adafruit-libraries/lib/Adafruit_SSD1306/SSD1306.py", line 85, in __init__

    self._gpio = GPIO.get_platform_gpio()

    File "/storage/.kodi/addons/virtual.adafruit-libraries/lib/Adafruit_GPIO/GPIO.py", line 420, in get_platform_gpio

    import Adafruit_BBIO.GPIO

    ModuleNotFoundError: No module named 'Adafruit_BBIO'

    -->End of Python script error report<--

    i do need really help

    Hi,

    i made the files executable and netledPi works

    but on hddledPi I get this error

    Could not find required lines in /proc/vmstatFernseher:~/.kodi/addons/script.hddledPi.kodi #

    found this in the code but I do not know what it means.

    Hello,

    i trie to implement the wiringPi "https://l.facebook.com/l.php?u=http%3…VABRwMpA4nTpWao"

    to use it with "https://l.facebook.com/l.php?u=https%…ZbaGBum0g3BXCzI" this.

    my Python Script look like this

    I can start the script but nothing happens

    What do I missing?

    This is inside my virtual.wiringPi

    Fernseher:~/.kodi/addons/virtual.wiringPi # ls *

    addon.xml default.py icon.png

    bin:

    gpio hddledPi netledPi

    include:

    wiringPi.h wiringPiSPI.h wiringShift.h

    wiringPiI2C.h wiringSerial.h

    lib:

    libwiringPi.so libwiringPiDev.so

    resources:

    fanart.png icon.png


    thank you for help.

    Traceback (most recent call last):

    File "/storage/.kodi/addons/http://script.silentservice.xbmc/LCD.py", line 63, in <module>

    disp = Adafruit_SSD1306.SSD1306_128_64(rst=RST)

    File "/storage/.kodi/addons/virtual.adafruit-libraries/lib/Adafruit_SSD1306/SSD1306.py", line 243, in __init__

    gpio, spi, i2c_bus, i2c_address, i2c)

    File "/storage/.kodi/addons/virtual.adafruit-libraries/lib/Adafruit_SSD1306/SSD1306.py", line 85, in __init__

    self._gpio = GPIO.get_platform_gpio()

    File "/storage/.kodi/addons/virtual.adafruit-libraries/lib/Adafruit_GPIO/GPIO.py", line 420, in get_platform_gpio

    import Adafruit_BBIO.GPIO

    ImportError: No module named Adafruit_BBIO.GPIO

    -->End of Python script error report<--