apple ir remote (atvclient) not working after upgrade from 9.0.2. to 9.1.002

  • The attached atvclient.zip contains two files:

    • atvclient (this is the binary)
    • atvclient.service (this is the configuration of the service)

    Copy the atvclient file to the directory /storage/bin/

    Copy the atvclient.service file to the directory /storage/.config/system.d/

    Run the following two commands to enable the service:

    Code
    systemctl enable atvclient.service
    
    systemctl start atvclient.service

    Done.

  • The attached atvclient.zip contains two files:

    • atvclient (this is the binary)
    • atvclient.service (this is the configuration of the service)

    Copy the atvclient file to the directory /storage/bin/

    Copy the atvclient.service file to the directory /storage/.config/system.d/

    Run the following two commands to enable the service:

    Code
    systemctl enable atvclient.service
    
    systemctl start atvclient.service

    Done.

    Thanks a lot!

    Seemed that I had no bin-directory in my storage, so I created it.

    After that all went well and it works great!

    One question though: Do I have to repeat this procedure after every LibreELEC-update?