Skip to content

Simple GTK client to control your Bose SoundTouch speaker

License

Notifications You must be signed in to change notification settings

ghost-from-the-past/soundy

 
 

Repository files navigation

Soundy

Soundy is a simple GTK client written in Vala to control a SoundTouch network speaker. It is a free and simple alternative to the official client. The app connects to the speaker over SoundTouch API (https://developer.bose.com/guides/bose-soundtouch-api/bose-soundtouch-api-reference).

Get it on AppCenter

Features

  • Power ON/OFF
  • Play/Pause the currently selected track
  • Playing next or previous track
  • Increasing/decreasing volume
  • Displaying and playing the favourites
  • Auto-Discovery of SoundTouch speaker on local network

Building and Installation

You'll need the following dependencies:

  • glib-2.0, version: '>=2.40'
  • gobject-2.0, version: '>=2.40'
  • gtk+-3.0
  • granite, version: '>= 0.5.1'
  • libsoup-2.4
  • libxml-2.0

Building

Run meson build to configure the build environment. Change to the build directory and run ninja to build

    meson build --prefix=/usr
    cd build
    ninja

To install, use ninja install

Tests

To execute the tests

cd build || exit
ninja test

or test.sh

Installation on Ubuntu (tested on 20.04 and 18.04)

  • download the .deb file from latest release
  • install with sudo apt install ./com.github.syfds.soundy*.deb
  • now you can find Soundy through the search
  • uninstall with sudo apt remove com.github.syfds.soundy

How-To

I suggest to assign your SoundTouch speaker to a static IP address (address reservation), so the desktop client can quickly find your speaker at startup. Example for TP-Link (can be different for your router):

  • Login (something like 192.168.0.1 or similar) and go to DHCP -> DHCP Client List and copy the MAC-address of your speaker.
  • Then create a static assignment in Address Reservation, after restarting the speaker the correct assignment can be checked in the DHCP Client List.
  • Create a hosts entry in /etc/hosts where 192.168.1.XXX is your static IP address
192.168.1.XXX   soundtouch-speaker
  • now you can set soundtouch-speaker as host in the app and connect to your soundtouch speaker ;-)

About

Simple GTK client to control your Bose SoundTouch speaker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 96.3%
  • Meson 3.1%
  • Other 0.6%