Posts by extremeaudio

    It has not to be adapted to LE. You don't want to install it into LE, but into the docker container. A quick view has shown me that the docker container is based on ubuntu. So open a bash inside the container and you can follow the installation guide.

    Code
    docker exec -i -t <name of container> /bin/bash


    should do the job.

    Gerald

    Thanks it did part of the job but the plugin failed. Upon inquiring with the developer, this is what he had to say

    "you seems to have a version of Perl 5.18) for a Linux system for which some libraries are missing. I cannot built for all permutations and combinations. 5.20 works for Linux arm and x86/x64, so you should try to upgrade your Perl there"

    Any idea how to resolve that in LE?

    It has not to be adapted to LE. You don't want to install it into LE, but into the docker container. A quick view has shown me that the docker container is based on ubuntu. So open a bash inside the container and you can follow the installation guide.

    Code
    docker exec -i -t <name of container> /bin/bash


    should do the job.

    Gerald

    Which of the following is the 'name of container'?

    Code
    # docker ps --all
    CONTAINER ID        IMAGE                          COMMAND             CREATED             STATUS                      PORTS                                                                              NAMES
    142081729b2f        larsks/logitech-media-server   "/entrypoint.sh"    9 minutes ago       Up 9 minutes                0.0.0.0:3483->3483/tcp, 0.0.0.0:9000->9000/tcp, 0.0.0.0:3483->3483/udp, 9090/tcp   backstabbing_noether
    6a74ec2a55a3        larsks/logitech-media-server   "/entrypoint.sh"    14 minutes ago      Exited (0) 9 minutes ago                                                                                       cranky_euler
    f7b9b22a6c30        larsks/logitech-media-server   "/entrypoint.sh"    15 minutes ago      Exited (0) 14 minutes ago                                                                                      romantic_brattain
    1506301b17e0        larsks/logitech-media-server   "/entrypoint.sh"    22 minutes ago      Exited (0) 16 minutes ago                                                                                      jolly_bardeen
    e00a214f16d1        larsks/logitech-media-server   "/entrypoint.sh"    23 minutes ago      Exited (0) 23 minutes ago                                                                                      amazing_volhard
    5fc2b98541e3        larsks/logitech-media-server   "/entrypoint.sh"    26 minutes ago      Exited (0) 24 minutes ago                                                                                      boring_allen
    3cdfe6320bab        larsks/logitech-media-server   "/entrypoint.sh"    35 minutes ago      Exited (0) 31 minutes ago                                                                                      dreamy_easley
    518e941e37f2        larsks/logitech-media-server   "/entrypoint.sh"    40 minutes ago      Exited (0) 37 minutes ago                                                                                      adoring_ptolemy


    I tried 'larsks/logitech-media-server' , 'logitech-media-server' etc


    Another thing - when LMS starts, it sort of hijacks the IP address that Kodi shows in the settings widget and instead displays '172.17.0.1' Any way to fix this?

    Lastly, the LMS server name as seen from the clients is like a mac address "142081729b2f" Any way to change this to some logical name like 'Server'?


    EDIT: I used the container ID in place of the container name and it worked. Would appreciate help with the latter two issues.

    I don't know at what point this happened, but since the installation of docker and few other stuff the box takes forever to shut down with a blank screen and a cursor in the middle.

    Running 'top' from command line gives the below output during the black screen. Anything amiss? Or am I going to have to live with this looong shutdown time?

    Another query - I am able to get LMS to pick music from USB sticks, which is fabulous! Don't need to rely on the storage partition only, but if I remove the USB disk and re insert the usb can be seen but LMS cannot access the data. It doesnt work even if I re start just LMS, it only works if LE is restarted so what could be done to fix this? It would be great to have on the fly usb support


    Create a service, as one in the examples linked above... enable and start the service with systemctl...

    any feedback about your inadyn issue?

    No, I didn't get time to pursue the inadyn thing. If you have any luck, do please ping!

    I am sorry but I'm a noob with these things. Where do I create the service, where do I place it? And do I put the command "systemstl start transmission.service" in autostart.sh?

    All was well until yesterday

    today after issuing

    Code
    larsks/logitech-media-server

    I get the message -sh: docker: not found

    Still don't know how to restart docker and LMS after restart
    [hr]
    Never mind the error message, strangely the LE box wasn't connecting to the internet.

    Help with the docker start at startup please? Anything that needs to go into autostart.sh?