-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Quickly moving queue items breaks queue display #838
Comments
also also: by "now playing indicator" i mean the purple text & bars animation, the indicator at the top of the screen is correct. |
seems it may be able to also duplicate song entries in queue... not sure if functional or just visual https://youtube.com/shorts/cTbHfjsK6Bc?feature=share (video shows duplication with currently playing song, can happen with not playing one as well) seems like these effects only happen in cases where other songs do not dynamically move when rearranging queue... another symptom? |
Aware of this. The issue is that ExoPlayer doesn't correctly update the shuffle order when items are moved, so I have to hack around it in really messy ways instead. The current way works fine if you do simple slow moves, but breaks if you are too fast. I need to make a patch to fix this, which is risky since ExoPlayer's internal queueing is quite complicated and easy to break. |
Describe the Bug/Crash
https://youtu.be/o7xAu_xXPk4
Describe the intended behavior
playing indicator should stay on only currently playing song regardless of movement of other songs.
What android version do you use?
Android 13
What device model do you use?
moto g stylus 5g (2022)
auxio 3.5.2
Provide a sample file
n/a
Bug report
n/a
Duplicates
The text was updated successfully, but these errors were encountered: