Posts by ghosthost

    How did you create advancedsettings,xml: did you write the file in nano on the Pi or did you create the file in Windows in, say, Notepad? If it's the latter, you may be having a problem with Windows vs Unix style formatting... CR/LF line endings vs. LF only. If that might be the case, try either editing the file in a Unix friendly editor to remove the extra CRs or recreate the file from scratch in nano or a Windows editor that's designed for this (Notepad++ can do it... there's also several Windows ports of vi available)

    Obliged. I was getting to that, but presence of mind told me to step away and breathe for a few moments and take a hot shower... ;)

    OK... so. Progress... I have Docker up and running, I was able to successfully pull nolte/upmpdcli. So now it's all about creating the container from what I'm gleaning but I'm getting a little lost in the process. Also, attempting to run it directly from the cmdline is throwing

    standard_init_linux.go:211: exec user process caused "exec format error"

    SEVERAL HOURS LATER:

    Figured it out. Needed to pull nolte/rpi-upmpdcli instead of nolte/upmpdcli.

    It's the little things that drive one crazy... :)

    Well, down the rabbit hole we go.

    If anyone saw what was here earlier... NVM. Reinstall repaired docker. More rabbit hole diving to commence.

    OK. My head is swimming... can anyone who knows what they're doing with Docker push me in the right direction as to getting nolte/upmpdcli up and running?

    Interesting notion; I hadn't encountered Docker before... if I set it up that way would upmpdcli be able to interact with the already installed MPD, however?

    EDIT: Looking closer, I'm guessing so, but -- again -- I'd love some feedback (and potential gotchas) before I dive in headfirst...