/yamaterm

Terminal App for Yamaha MusicCast devices

Primary LanguageGo

Terminal App for Yamaha MusicCast devices

In the environment of time absence and global laziness Yamaha network receiver terminal client has been implemented in bash.

Install latest version from master:

curl https://raw.githubusercontent.com/vi7/yamaterm/master/yamctl -o /usr/local/bin/yamctl && chmod a+x /usr/local/bin/yamctl

Check available functions, names must be more or less self-explanatory ;):

yamctl help

Look into the script to understand what Yamaha XC API functions it implements and as well what could be customized

Some links to the Yamaha eXtended Control Musiccast HTTP API docs:

Go client for the Yamaha XC API is [WIP]

Run:

go run .