Posts by zorrua

    Hello,

    I want to assign two keys in my remote to execute two scripts. One is for power on and the other is for power off:

    Code
    # cat on.sh 
    #!/bin/bash
    
    echo "on 0" | cec-client -s -d 1
    systemctl restart kodi
    Code
    # cat off.sh 
    #!/bin/bash
    
    kodi-send --action="PlayerControl(Stop)"   
    systemctl stop kodi
    echo "standby 0" | cec-client -s -d 1

    I map thoose scripts in the remote.xml

    Code
    # cat .kodi/userdata/keymaps/remote.xml | grep "on.sh\|off.sh"
          <start>System.Exec("/storage/on.sh")</start>
          <power>System.Exec("/storage/off.sh")</power>

    The only one that work for me is the power off, I suspect that it is beacuse in the power on, the kodi application is not running.

    Is it possible to execute a script when kodi process is stoped?

    I will appreciate you comments.

    Kind regards.

    I'm running into the same issue with no MIBs showing up on my RPi 2.

    Comparing the build scripts used by LibreELEC and build script used by my Gentoo system, it doesn't appear that any mibs are actually being enabled during the configuration phase. The gentoo ebuild includes the following line when calling ./configure: --with-mib-modules="host ucd-snmp/dlmod ucd-snmp/diskio ucd-snmp/extensible mibII/mta_sendmail etherlike-mib/dot3StatsTable ucd-snmp/lmsensorsMib"

    Great!

    Could we add a change in github?

    Kind regards.

    Hello, is it possible to wake up from USB (keyboard or IR receiver) this devices?

    It will be my next 4K device if this will possible, from halt or suspend state.

    Amlogic device doesn't support this feature, I don't like to leave the devices powered on all the day.


    Kind regards.

    Hello,

    I have a little problem with my S905X: I use to power off the TV when I push the power key in the remote. The problem is that every time I power on the TV and want to play LiveTV or a Video it doesn't work. And I need to unplug and plug the power cord.

    Once it reboot it work great. Anyone have same problem?

    My device is Mini M8S II.

    Kind regards.

    If you are using passthrough then kodi is sending the bitstream so the device (tv or amp) can decode it. Therefor kodi has no control over the volume.

    Thanks Irusak,

    I try it and I can not change the volume of the TV with CEC, I try this:

    Code
    echo "mute 0" | cec-client -s

    And it doesn't wotk.

    It works well to power on/off the TV:

    Code
    echo "on 0" | cec-client -s
    echo "standby 0" | cec-client -s

    How could I control the TV volume?

    Kind regards.

    Hello,

    I notice that in the audio configuration is audio passthrough option. I activate it. The only problem is that now the volume is not working with Kodi, it works with my TV remote.

    This is not a problem, I could map TV volumen with CEC in the remote.

    Is better to activate it? I want to know your experience with this.

    All my Libreelec devices send audio+video from HDMI to the TV, I have no dedicated audio amp.

    Kind regards.

    We got the overlayfs stuff needed for Docker working for the 3.14 kernel used in WP2 but the 3.10 kernel in WP1 is too old.

    Thanks chewitt,

    Sorry but I don't understand why is Docker needed here. I just want to compile and run minisatip tu share Wetek Play internal tuners.

    Kind regards.