spotify-connect-web icon indicating copy to clipboard operation
spotify-connect-web copied to clipboard

Zeroconf : device name, account ad device type truncated (wrong spotify.h offsets)

Open u1735067 opened this issue 8 years ago • 5 comments

With the commit setting offets to 0x41 for zeroconf in spotify.h, those names are truncated :

remote name: drus
account req: MIUM
device type: NOWN

It is affecting the name displayed by Spotify (and I guess it's doesn't like the other things too). Reverting to 0x40 is ok :

    char deviceId[0x40];
    char activeUser[0x40];
    char remoteName[0x40];

By the way, you say "spotify.h was taken from from https://github.com/plietar/spotify-connect" but I couldn't find it, can you tell me more ?

u1735067 avatar Feb 29 '16 19:02 u1735067