Airsonos auf der Synology Diskstation

Wer eine Sonos benutzt ärgert sich vielleicht darüber das man Apple Music nicht über diesen Lautsprecher nutzen kann. Es gibt Software um über den Windows-PC oder den Mac Musik von iTunes/Apple Music auf den Songs-Lautsprecher zu streamen.

Da es mir allerding widerstrebt den Mac laufen lassen zu müssen, suchte ich nach einer Alternative.

Mit der Software Airsonos kann man über ein NAS oder z. B. den RaspberryPi Musik auf den Songs-Lautsprecher streamen.

An der Umsetzung Airsonos auf dem RaspberryPi und dem RaspberryPi 2 zu installieren arbeite ich noch.

Auf einem meiner NAS, der Synology Diskstation 1815+, habe ich es nach einigen Fehlversuchen doch noch hinbekommen.

Hierzu folgt man dem folgenden Link: https://github.com/stephen/airsonos/issues/22

Hier sollte man sich insbesondere den folgenden Guide anschauen:

 

  • Install debian package from the synology community
  • After the install, it seems continue to install or configure in the background, so check the cpu.
  • When the CPU is down again, restart your synology Nas and make sure Debian Chroot is running.
  • Login using SSH from your pc as root (From mac terminal: ssh root@DiskStation.local -p22)
  • Type: /var/packages/debian-chroot/scripts/start-stop-status chroot
  • Type: apt-get update
  • Type: apt-get upgrade
  • You might get some errors ragarding Locales.
  • Type: apt-get install locales
  • Type: dpkg-reconfigure locales
  • Choose your locales with space and enter (I used en_US en_GB and nl_NL)
  • Type: dpkg-reconfigure tzdata
  • Choose your timezone with the arrow keys
  • Type: apt-get install build-essential
  • Type: apt-get install nodejs
  • Type: ln -s /usr/bin/nodejs /usr/bin/node
  • Type: apt-get install npm
  • Type: apt-get install libavahi-compat-libdnssd-dev libasound2-dev
  • Type: npm install airsonos -g
  • Type: airsonos

Wichtig ist hierbei Debian Chroot über DSM zu installieren und dann das NAS neustarten.

Sollte es nicht auf Anhieb funktionieren sollte man noch den Hinweisen auf der oben genannten Seite folgen.

Links
https://github.com/stephen/airsonos/issues/22
http://www.gridshore.nl/2011/04/04/installing-node-js-on-my-new-synology/
http://www.synology-wiki.de/index.php/AirSonos