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

playlist items added in syncplay-android are not marked as active for other people #75

Open
soredake opened this issue Jun 11, 2023 · 1 comment
Assignees
Labels
bug Something isn't working interoperability Issues concerning interoperability between PC version and Android version

Comments

@soredake
Copy link

  1. Join room with someone.
  2. Add something to playlist.
  3. It will be marked active only for you.
    image
@yuroyami yuroyami self-assigned this Jun 12, 2023
@yuroyami yuroyami added bug Something isn't working interoperability Issues concerning interoperability between PC version and Android version labels Jun 12, 2023
@Et0h
Copy link

Et0h commented Jun 21, 2023

For reference, in the official Syncplay client the playlist behaviour is as follows:

  • If you specify a file as you load Syncplay it will add it to the end of the playlist. If the playlist was empty it will switch to that file and set it as active, but if a different file was active it will switch the user to the current playlist item not the new one they just added. Opening a file once in Syncplay never automatically adds it to the playlist - you are expected to add the filelist to the playlist and then if necessary manually switch to it (or let it auto switch and set the file as active if the playlist is empty - see below).
  • If you add a file to a blank playlist it will switch to the first item on the playlist and set it as active.
  • If you load a file it will check to see if it is on the playlist and if it is it will switch the playlist to that file and set it as active.
  • If you join a room with an existing playlist, it will try to load the currently selected/active file. Unless when loading you specified a different file to load which is in the playlist, and then it will switch the playlist to that item.
  • If the file which is the current playlist item becomes available it will automatically switch to it - relevant if you didn't have the file when it switches but then you downloaded or renamed a file to match what the playlist was looking for.
  • If you are playing a file on the playlist and delete a different item on the playlist or rearrange the playlist, it won't change the playlist selection and will keep playing the current file and consider it to still be the currently selected/active playlist item.
  • If you delete the current playlist item, it will switch to the next item down and mark it as active.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working interoperability Issues concerning interoperability between PC version and Android version
Projects
None yet
Development

No branches or pull requests

3 participants