nodetunes icon indicating copy to clipboard operation
nodetunes copied to clipboard

AirTunes v2 Server implementation

Results 28 nodetunes issues
Sort by recently updated
recently updated
newest added

Ummm... just started running it (please note i HAVE done the fix included in #302 and it does not work for me on a macOS Sierra) My output code: Error:...

This PR correctly starts and stops the DNS server that advertises Sonos devices. Prior to this PR, if a `Nodetunes` instance was stopped, the DNS would continue to be broadcasted.

Anyone seen this error before? ``` C:\Users\RRJ\Desktop\New folder>npm i nodetunes npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated...

The debug method on line 233 of `rtspmethods.js` seems to assume too much about a general request object: ``` javascript debug('uncaptured SET_PARAMETER method: %s', req.content.toString().trim()); ``` iTunes on iOS 9.2...

Hello, Trying to figure out how to disconnect the currently connected client. I figured calling server.stop() would do this, but this doesn't seem to do anything. Am I missing something?...

Support for remote control: play/pause/ff/et al. (re: airsonos: volume syncing?)

enhancement

It works on mac OS but not on Ubuntu. ``` *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your...

I added the ability to pass in an ip address to bind to instead of relying on ip.address(). This was used to solve airsonos issue 27.

The stop command is called both when `TEARDOWN` is handled and when the disconnect handler happens. Used to cause `.close()` problems with the UDP listeners, but it was worked around...

bug