-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
WIP: Feat/android auto #2519
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
base: main
Are you sure you want to change the base?
WIP: Feat/android auto #2519
Conversation
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. |
No description provided.