svrooij / node-sonos-ts

:speaker: Sonos control library, use this library in your own appliction.
https://sonos-ts.svrooij.io/
MIT License
81 stars 18 forks source link

BUG: Events raw.EnqueuedTransportURIMetaData.Title and raw.EnqueuedTransportURIMetaData.UpnpClass missing #196

Open hklages opened 4 months ago

hklages commented 4 months ago

What happened

When using a playlist (apple music, youtube music) the following event items in AVTransport don't provide the values as in previous release.

What did you expect to happen

Should provide the same data as in previous releases. Seems also be related to the xml parser change.

If you need more info please let me know.

How to reproduce it (minimal and precise)

  1. Subscribe to event AVTRANSPORT
  2. In the SONOS app activate a playlist (Example: YouTube Mix Miley Cyros or in apple music)
  3. check the above entities (all others such as title, album are ok)

Debug logging

Environment

svrooij commented 3 months ago

Please specify a sample and tell me which row does not work. Or create a similar file that I can run in node.