-
Notifications
You must be signed in to change notification settings - Fork 24
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
Sync the state of the remote player #18
Labels
enhancement
New feature or request
Comments
udoprog
added a commit
that referenced
this issue
Apr 1, 2019
SetMod can now be configured to sync the remote state of the player with the following configuration option: [player]
sync_player_interval = "10s" You probably wan't to keep the interval high, since it will be calling the Spotify API for every check. |
udoprog
added a commit
that referenced
this issue
Apr 2, 2019
udoprog
added a commit
that referenced
this issue
Apr 2, 2019
udoprog
added a commit
that referenced
this issue
Apr 2, 2019
Seems like the bug has been fixed! |
Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the new connect-based player, the player is immediately paused when it starts up to get into a consistent state.
We could instead poll the state of the player, and use that to initialize the bot state.
The text was updated successfully, but these errors were encountered: