librespot-org / librespot

Open Source Spotify client library
MIT License
4.79k stars 596 forks source link

New Stream reporting payload (Mercury) #1251

Open maximilianosinski opened 7 months ago

maximilianosinski commented 7 months ago

Is your feature request related to a problem? Please describe. It's not really a problem, its more like a enhancement.

Describe the solution you'd like Update librespot code with new Stream reporting payload in Mercury. E.g: New "unknown" id for TrackTransitionEvent (latest was 44). Weird / long number at the end of payload, example: 5002300000000191.

roderickvd commented 2 weeks ago

Someone should port it from librespot-Java. I had not gotten around to it. It should not be super hard to do.

SuisChan commented 2 weeks ago

E.g: New "unknown" id for TrackTransitionEvent (latest was 44). Weird / long number at the end of payload, example: 5002300000000191.

Btw, this is the core_version field, and it is a constant, it depends on the version of the application.

maximilianosinski commented 1 week ago

nice to know! from where do you have the identifier of that value?

SuisChan commented 1 week ago

nice to know! from where do you have the identifier of that value?

oh, just know things )