Posts by HelpMeSpotify

    Thanks for the reply

    Maybe I got the wrong idea. I have a Rpi3 with librelec, connected to my wireless router on 192.168... I wanted to enable this plugin to update my public IP on no-ip.com account.

    So I enabled the addon via kodi interface. Entered my username/password, disabled ssl and saved.

    But doesn't seem to be working. output above is from ' journalctl -u service.system.inadyn' :(

    Cheers

    Hi,

    I'm after a solution as such. I enabled the addon via kodi interface. Configured my no-ip details, yet it doesnt seem to be working :(

    Code
    Feb 03 19:28:02 yorkmusicsystem systemd[1]: Starting inadyn...
    Feb 03 19:28:02 yorkmusicsystem systemd[1]: Started inadyn.
    Feb 03 19:28:04 yorkmusicsystem systemd[1]: Stopped inadyn.
    Feb 03 19:28:06 yorkmusicsystem systemd[1]: Starting inadyn...
    Feb 03 19:28:06 yorkmusicsystem systemd[1]: Started inadyn.

    Do I need to configure anything else?

    Cheers


    Install the docker add-on, then via ssh run the following command

    Code
    docker run --rm --name=kodi-alexa --publish=443:8000 -e KODI_ADDRESS=<ip-address< -e KODI_PORT=8080 -e KODI_USERNAME=kodi -e KODI_PASSWORD=kodi kuroshi/kodi-alexa


    Replace the ip address with your LibreELEC devices ip address

    Code
    panic: standard_init_linux.go:175: exec user process caused "exec format error" [recovered]
        panic: standard_init_linux.go:175: exec user process caused "exec format error"
    
    
    goroutine 1 [running, locked to thread]:
    panic(0x39fcf8, 0x57085a00)
        /home/chewitt/LibreELEC.70-addons/build.LibreELEC-RPi2.arm-7.0-devel/toolchain/lib/golang/src/runtime/panic.go:481 +0x330
    github.com/urfave/cli.HandleAction.func1(0x570bf958)
        /home/chewitt/LibreELEC.70-addons/build.LibreELEC-RPi2.arm-7.0-devel/runc-02f8fa7/Godeps/_workspace/src/github.com/urfave/cli/app.go:478 +0x328
    panic(0x39fcf8, 0x57085a00)


    Any ideas?

    did you try modprobe snd-bcm2835?

    This works for me, however I have to run it everytime I reboot PI

    Is there a startup area I can put this in?

    Cheers

    I'm running latest LE7 available (just ran update)

    I unplugged my USB sound card

    Edited /flash/config.txt and inserted the line above

    Rebooted

    But now Configuration Wizard shows "could not find a playback device". With the USB sound card, there were options in "configuration wizard", but selecting one resulted in annoying ALSA error above

    maybe something is up with my raspberry

    Damm this is annoying
    [hr]
    ok I got it working now with

    modprobe snd-bcm2835

    do I whack this in config.txt so it happens after reboot?

    Cheers for the help

    Thanks for the reply again

    I think I'm missing few packages as some of the commands don't exists, please do let me know what and how I can install them. As I see installing packages via SSH don't seem to be allowed in libreelec

    I don't have to use the sound card with Kodi. I have sound working as normal, however not with this addon as I got no entry in the ASLA wizard list, so I connected spare sound card.

    Code
    olaaaaaaaaaaa:~ # dtparam audio=on
    -sh: dtparam: not found
    Code
    olaaaaaaaaaaa:~ # amixer
    amixer: Mixer attach default error: No such file or directory

    Thanks for the quick reply.

    Configure wizard shows "could not find a playback device" if this is an obvious problem which I should know then I do apologies

    Here is the journalctl output
    Oct 27 20:48:01 olaaaaaaaaaaa systemd[1]: Started spotify-connect-web.
    Oct 27 20:48:01 olaaaaaaaaaaa sh[2479]: /storage/.kodi/addons/service.spotify-connect-web/bin/spotify-connect-web.start: line 51: dtparam: not found
    Oct 27 20:48:02 olaaaaaaaaaaa sh[2479]: Playback device not set
    [hr]
    OK I found a sound blaster USB soundcard, which I connected and can see via aplay -l

    Code
    **** List of PLAYBACK Hardware Devices ****
    card 1: S51 [SB Omni Surround 5.1], device 0: USB Audio [USB Audio]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: S51 [SB Omni Surround 5.1], device 1: USB Audio [USB Audio #1]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: S51 [SB Omni Surround 5.1], device 2: USB Audio [USB Audio #2]
      Subdevices: 1/1
      Subdevice #0: subdevice #0

    I then selected the first option in the wizard, but little notification shows "add-on error"

    I check the kodi.log

    Code
    21:18:06 40565.976562 T:1574949792   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                 - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                Error Type: <class 'alsaaudio.ALSAAudioError'>
                                                Error Contents: No such file or directory [hw:0]
                                                Traceback (most recent call last):
                                                  File "/storage/.kodi/addons/service.spotify-connect-web/wizard.py", line 42, in <module>
                                                    mixers = [mixer for mixer in alsa.mixers(cardindex=cardx, device=device)
                                                ALSAAudioError: No such file or directory [hw:0]
                                                -->End of Python script error report<--

    Hey Awiouy

    I'm trying and failing to get this working with my Raspberry Pi 3 + libreelec + kodi

    I installed addon using repo but 'Run' option greyed out. I assume because ALSA is not selected? ALSA means nothing to me and there isn't one for me to select

    I also tried running the script via SSH and got the following

    I'm trying to connect via my premium spotify account from my phone to raspberry pi running libreelec with kodi

    Please do let me know what I have done wrong

    Cheers