react-native-track-player icon indicating copy to clipboard operation
react-native-track-player copied to clipboard

WIP: Feat/android auto

Open jspizziri opened this issue 3 months ago • 3 comments

jspizziri avatar Sep 19 '25 10:09 jspizziri

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 avatar Sep 19 '25 14:09 puckey

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.

jspizziri avatar Sep 19 '25 16:09 jspizziri

I'm trying to use this branch, but this is not building. Can this be fixed, and I can try it out

neoassyrian avatar Nov 30 '25 04:11 neoassyrian