Posts by Mario77

    Thanks for your quick support..

    Problem is I had to update from LE 9 which was working fine due to an addon (new ITV HUB) that wasn't available anymore for kodi Leia..never had these issues on LE 9.

    Let me try increasing memory (fingers crossed)..

    Looks like it's time to upgrade to a Pi4 :)

    Hoping to get some help..

    Not sure if this is a known issue..but since LE10.0.* on my rpi I m getting several crashes..

    Skin is Aeon Nox Silvo,but issue happened on basically 99% of the skins I tested besides estuary..

    To replicate crash...

    start movie

    go to home menu and

    browse movies

    scroll widgets

    go to kodi settings/addons menu while movie is in the background..

    Tried many things like starting from scratch,installing my setup with 1 addon at a time...disabling language invoker on the few addons I had installed etc..

    kodi.log

    crash log

    Thanks for the suggestion, both os.system("sudo sleep 5s") and time.sleep(5) seem to work intchangeably.

    The led only blinks buring the few seconds of poweoff, which is the expected behavior (the rest of the time it just stays on).

    Thanks again for your suggestions, I've been trying to make this script work for quite some time and with your help is was much easier than expected!

    Code
    LibreELEC:~ # sudo
    
     There is no working 'sudo'.
     
     On debian/ubuntu/all general purpose linux distributions 'sudo'
     allows a permitted user to execute a command as the superuser
     or another user, as specified by the security policy
     
     With LibreELEC you have root access by default, so you dont need 'sudo'

    This can be done without kernel modifications. See:
    Raspberry Pi • View topic - Controlling LAN LEDs individually

    As compiling on LE is tricky, here is a build I did on raspbian that works fine on LE.

    Code
    wget -O llctl "https://drive.google.com/uc?id=0B-6zmEDJwxZEbmJkU3g2MlhMQWs&export=download"
    chmod +x llctl

    You can now turn off LEDS with

    Code
    ./llctl f0 l0 d0

    and turn them on with

    Code
    ./llctl f1 l1 d1

    popcornmix ..

    Hi

    Do you still have this file please as google link seem dead?

    Altough I m not sure how that script works...Assuming you already connected the cables to your rpi gpio pins...the "recalbox_SafeShutdown.py" should work fine for you..

    step 1

    Install virtual.rpi-tools addon from libreelec repo.

    step 2

    download the script and place somewhere in your rpi storage where you keep your scripts

    add these 2 lines to the top

    Code
    import sys
    sys.path.append('/storage/.kodi/addons/virtual.rpi-tools/lib')

    then

    chmod +x <path to script>

    dos2unix <path to script>

    step 3

    test with command

    Code
    /usr/bin/python <path to script>

    If it works just create a service or add to autostart.sh last command in step 3 to always start the script on startup..

    does it work like this

    * * * * * * echo $(date) >/tmp/temps.sh.txt

    edit : yes you tryed already

    second tought..

    in /storage/usr1/kenc/temps.sh

    change date to

    Code
     echo $(date)

    I think this post belongs here rather than in the PVR group. Using TVHeadend (4.2) I recorded an episode of Doc Martin with stream profile of "pass". Playing it back lip sync was out and it was "stuttering" sort of freeze of a 10th of a second to give jerky movements.

    I copied the .ts file to a memory stick, plugged it into one of the TVs USB ports and playback was perfect. I've recorded 3 other programs to test (different times, different channels) with the same result.

    Recordings are being saved onto the SSD that Kodi runs from so to eliminate that I copied the .ts file onto the 6TB HDD I store my films on. Still stuttering on playback.

    I'm guessing the issue is caused by ffmpeg so I'm going to try changing the stream profile to "matroska" and see if that helps. I'll report on that later today.

    You probably have the same issue viewing live TV...playing with deinterlacing on your LE device should fix that..

    I would start by installing keymap editor and try to find out that the yellow button should actually be "yellow"in the keymap and not some number..

    Just try to create a random function for the yellow key with the addon and check your keymap.xml if the yellow is actually 'yellow' and not something else.

    Also some keys are hard coded and cannot be programmed...but the yellow shouldn't be one of them..


    Just checked on my remote the yellow button is '253'

    keymap looks like this

    Code
    <keymap>
     <global>
         <keyboard>
           <key id="253">updatelibrary(video)</key>
         </keyboard>
       </global>
    </keymap>