close
Skip to content
 
 

Latest commit

 

History

87 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sonos-java : This fork is a stripped down version focused on providing a simple api to the sonos system.

Sonos sonos = new Sonos();
ZonePlayer player = sonos.getPlayer("Living Room");
sonos.clearQueue(player);
sonos.enqueue(player, "cifs://foo.bar.flac");
sonos.play();
sonos.close();

About

Command line and webapp application for driving Sonos boxes

Resources

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages