sonos

    The Return of SonoAir

    Back in January I wrote about trying to play podcasts through the Sonos. As you’ll recall1 I had tried and failed to install AirSonos on my NAS, and was considering trying SonoAir on my Mac.

    I did try it, but it never quite worked. The app launched, and found the Sonos network and the speaker. But it didn’t appear as an AirPlay device to my phone. I could make it work in one context: iTunes (on the same Mac) could see it and use it as a functional output device.But that wasn’t much use, as the Sonos already has access to my iTunes library from where it’s backed up on the NAS — and also to Apple Music. So being able to play from iTunes to the Sonos brought nothing new.

    The added functionality I was looking for was to be able to play podcasts from Overcast, and switch to the speaker when I’m listening in the kitchen. For that my iPhone or iPad needs to be able to see the speaker.

    So it all didn’t look too promising. But I was just having another go, and I noticed that the version on the website is 1.0 (BETA 6.1), while I had BETA 4. A quick download and we’re up and running: it works!

    Now I just have to keep my MacBook running at all times. Oh well.


    1. I know, you probably won’t. ↩︎

    Things That Should be Easy

    It ought to be easy to install a software package on Linux. I mean, it usually is. All modern distros ship with package managers, right? So all you should have to do is type (Debian-based example):

    sudo apt-get install PACKAGE-NAME
    

    and away you go. Right?

    Well, usually. But today, not for me.

    I have a NAS box from Western Digital, which is really a little Linux server with a biggish disk drive. Some time ago I replaced the shipped distro with a newer one, but it was so long ago, and it’s been so quiet and reliable that I can’t remember what version, exactly.

    So first, there seems to be no way to interrogate it to see what distro it is. I mean, there must be, and this page lists several ways, but none of them work on this box. I mean, uname shows me the kernel version and all that, but not the distro.

    Anyway, all that doesn’t really matter. I was only doing it to install Node, and I was only wanting to install Node so that I could run AirSonos. We got a Sonos Play:1 for the kitchen recently, and it’s great, but the one weakness is that it doesn’t support playing from an arbitrary source one your phone, such as, say, your podcast app of choice (Overcast, obvs).

    AirSonos is supposed to effectively turn the Sonos into an AirPlay speaker, so you can easily send audio to it from iOS devices. And you want it to be running on a server, so it’s available all the time.

    But it turns out that Node does not want to install on my NAS. Either by apt-get, as above, or by downloading the binary and unpacking it. (That installs it, obviously, but it won’t run.)

    I’m going to try running SonoAir on my MacBook. That’s a wrapper round AirSonos, and obviously it’ll only work (assuming it does at all) when my MacBook is awake. But life’s too short.