devgianlu

Results 104 comments of devgianlu

I don't really have time to develop this feature. What needs to be done is writing the encryption code for the blob having the one for decryption.

Thank you for the detailed issue, I'll get to this whenever I'll have time. PRs are appreciated.

> This appears to be related to the actual token generation. The API used for token generation is strictly an internal API which happens to work with the Web API...

Try changing the `deviceType` config value, one of them should be that. https://github.com/librespot-org/librespot-java/blob/88149a2b55f13db0cd64c30c7f24978c789c02ec/player/src/main/resources/default.toml#L3

@aleszczynskig Do you have a capture (like piping the data from the DACP controller to a file) of what the input data would look like? I am struggling to understand...

Wait a second, is the control interface a pipe or an HTTP server? I thought it was a pipe and the stuff I found on the internet didn't make sense,...

That seems a good improvement, but even better would be to provide a `seekAndWait(int pos)` or `seek(int pos, SeekCallback cb)`. @Iscle Do you think you could manage it in this...

I think that tokens from the official API are not compatible with the internal APIs used here. Also have you looked at [librespot-android](https://github.com/devgianlu/librespot-android)?

> In your pull request (2757273) you seem to be implementing the exact same auth flow i did implement successfully to get my token. However instead of starting the flow...

It is currently not possible to retrieve `playlist-read` tokens from Facebook/Spotify originated tokens (will return 403, like describe in #370). That scope is mandatory for initializing the mercury connection which...