Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fake player isn't hidden #2

Open
andrelec1 opened this issue Apr 27, 2020 · 4 comments
Open

fake player isn't hidden #2

andrelec1 opened this issue Apr 27, 2020 · 4 comments

Comments

@andrelec1
Copy link

capabilities: {

image

can't connect but isn't hidden :/

@EricRabil
Copy link
Owner

I'm not sure how I can hide the player, as I essentially mimic a Spotify web client to obtain an activity stream. Feel free to fork it and find a way.

@CriticalElement
Copy link

You can change disable_connect to true in the body of the device creation request to hide the player, and still receive event notifications.

@EricRabil
Copy link
Owner

Hello all, I'm rewriting sactivity at https://github.com/EricRabil/sactivity/tree/rewrite and it no longer shows up in the connect player. It has a lot more customization as well, and lets you mix and match the features you need.

@EricRabil
Copy link
Owner

You can change disable_connect to true in the body of the device creation request to hide the player, and still receive event notifications.

@CriticalElement my solution was to just not call the POST https://guc-spclient.spotify.com/track-playback/v1/device endpoint in its entirety, so that there's never any device on their end. I haven't found any consequences to this yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants