nodetunes icon indicating copy to clipboard operation
nodetunes copied to clipboard

artworkChange event is not being emitted

Open thedeany opened this issue 8 years ago • 1 comments

I'm able to see changes on the metadataChange event, and the artworkChange event fires upon the initial connection to the server, but artworkChange never fires again after the first time. metadataChange continues to fire on each song change.

I don't think this is something I'm doing wrong, but I suppose it could be. If I run the app with DEBUG=nodetunes:rtsp, I can see the various events being triggered and I have confirmed artworkChange is not being fired.

thedeany avatar Jul 12 '17 03:07 thedeany

This is because it is not broadcasting a service that supports artwork. You need to change 'md' here https://github.com/stephen/nodetunes/blob/master/lib/server.js#L32 to md: '0,1,2',

stufisher avatar Dec 27 '18 15:12 stufisher