Skip to content

Conversation

jspizziri
Copy link
Collaborator

No description provided.

@puckey
Copy link
Collaborator

puckey commented Sep 19, 2025

When a track in an AA playlist is selected, does that also modify the RNTP queue? I.e. that it changes to reflect the active playlist?

@jspizziri
Copy link
Collaborator Author

When a track in an AA playlist is selected, does that also modify the RNTP queue? I.e. that it changes to reflect the active playlist?

@puckey , yes. The "AA" queue is whatever is in exoPlayer's playlist. So whenever a track in AA is played, it's going to show up on the "queue" screen. However, as we discussed, this playlist is technically different than the RNTP playlist, so ATM we need to carefully manage them to keep them both in sync, otherwise the AA "Queued" screen displays some seemingly confusing behaviour to the end user.

The way I have it currently implemented, when a track in AA is selected by the user, it is inserted at the "next spot in the queue" based on your current position. To me, this seems to make the most sense but I'm open to alternative ideas on how to pull it off.

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

Successfully merging this pull request may close these issues.

2 participants