bencevans / node-sonos

🔈 Sonos Media Player Interface/Client
https://www.npmjs.com/package/sonos
MIT License
703 stars 147 forks source link

[BUG] Playing song through this node library causes it to show up as "No information available" in Sonos app #534

Open spjoes opened 2 years ago

spjoes commented 2 years ago

Expected Behavior

It works just as good as any other song, added through sonos or not

Current Behavior

Adding the song through this node library causes it to show up as "No information available" and as tons of "Nulls" when trying to do sonos.getQueue() This does not happen when I tried playing an mp3 from Archive.org

Sample code or executed example

  1. Add song via sonos.play() through this library
  2. Go to sonos app and notice it says "No information available"
  3. (OPTIONAL) do sonos.getQueue and notice its all null's for title, etc.

Versions (and Environment)

Node version: 16.13.0 node-sonos version: 1.14.1 OS: Windows 10