We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Synchronize Playlist Sequence
Description
Synchronize playlist position across all the players.
First Example: a player moves to the number 2 file in the playlist, all other players move to the number 2 file in their playlist.
Second Example: a player moves to the number 1 file in the playlist, all other players move to the number 1 file in their playlists.
Note: The players are not using the same playlist - just sharing the file number position in the playlist.
Potential problem: If the playlists don't have the same number of files, what should happen?
For example, a player moves to the number 9 file in their play lists, all other players only have 8 files in their playlist? If this, then:
Describe alternatives you've considered Manually advancing each player in their playlists.
Additional context Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Little update, I'm almost done feature. I had to change the "main" sync algorithm for this. But still there are bugs in corner cases.
Will prepare alpha version soon just for ability use as-is for those who are waiting and for testing.
Related to #8 as I had to do a fairly subtle refactoring entire of the codebase.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Synchronize Playlist Sequence
Description
Synchronize playlist position across all the players.
First Example: a player moves to the number 2 file in the playlist, all other players move to the number 2 file in their playlist.
Second Example: a player moves to the number 1 file in the playlist, all other players move to the number 1 file in their playlists.
Note: The players are not using the same playlist - just sharing the file number position in the playlist.
Potential problem: If the playlists don't have the same number of files, what should happen?
For example, a player moves to the number 9 file in their play lists, all other players only have 8 files in their playlist? If this, then:
Describe alternatives you've considered
Manually advancing each player in their playlists.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: