sonos-java icon indicating copy to clipboard operation
sonos-java copied to clipboard

Command line and webapp application for driving Sonos boxes

Results 10 sonos-java issues
Sort by recently updated
recently updated
newest added

Hi Serge Bug fixes and unobstructive tweaks extracted from, the now closed pull request https://github.com/SR-G/sonos-java/pull/8 cheers Phylock

INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.tensin.sonos:sonos-java:jar:1.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.tensin.sonos:sonos-root:1.0.0-SNAPSHOT, /Users/username/.m2/repository/org/tensin/sonos/sonos-root/1.0.0-SNAPSHOT/sonos-root-1.0.0-SNAPSHOT.pom, line 91, column 12...

I am seeing the following two problems building from a clean maven/sonos-java set: (Building inside sonos-root) Server:sonos-root jeremylaurenson$ mvn -V Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500) Maven home: /usr/share/maven Java...

Hi Serge I looked into the issue I had with the classloader, mentioned here https://github.com/SR-G/sonos-java/pull/8#issuecomment-16141400 This pull request provide a more maven oriented solution. As mentioned in the commit messages...

[INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.018s [INFO] Finished at: Sat Jul 21 15:03:58 BST 2012 [INFO] Final Memory: 4M/81M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute...

When sonos-java discovers a play:3 on the network it fails to add it as zone because of a NPE. Specifically, the exception occurs when creating the AudioInService -> AbstractService.findService() returns...

What is the easiest way to set a listener on a zone player to receive events signaling some activity on it? I've seen the RenderingControlListener interface; is it the right...

When I try to execute a command on a zone such as "Living Room", the library tries to execute the command on the zones "Living" and "Room". I changed the...

I ran the CLIController with the discover parameter. It seems (at least on OS X), that after the initial discovery of UPNP devices (`startDiscovery()`) , the sonos-java fails to wait...

Apologies for what is almost certainly a n00b Maven question, but how do you build this thing. My inclination was to run "mvn compile" in the java-root directory: $ mvn...