Skip to content

Command line and webapp application for driving Sonos boxes

Notifications You must be signed in to change notification settings

awoodbury/sonos-java-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published