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

Update now playing indicator based on queue #984

Open
4 tasks done
slushspirit opened this issue Feb 11, 2025 · 4 comments
Open
4 tasks done

Update now playing indicator based on queue #984

slushspirit opened this issue Feb 11, 2025 · 4 comments
Assignees
Labels
bug Something isn't working priority Prioritized by a sponsor, I will implement these first

Comments

@slushspirit
Copy link

slushspirit commented Feb 11, 2025

Describe the Bug/Crash

  1. Play album A (in my case: "evaporation")
  2. Add album B into queue (in my case: "ecoware [...]")
  3. Once album B plays, the 'now playing" banner on the song transport/playback window still shows information for album A

note: for the image provided that is how the song title is supposed to be, it's not a bug. just in case.

Describe the intended behavior

I expected that once album B starts to play, the 'now playing' banner in the song transport/playback window should show the information for album B

What android version do you use?

Android 15

What device model do you use?

Google Pixel 7

Provide a sample file

Image

Bug report

this is a visual bug, it does not anything in the app.

Duplicates

@slushspirit slushspirit added the bug Something isn't working label Feb 11, 2025
@slushspirit slushspirit changed the title now playing screen doesn't update album title properly (A->B) from the queue now playing screen doesn't update to next album in queue Feb 11, 2025
@slushspirit slushspirit changed the title now playing screen doesn't update to next album in queue 'now playing' screen banner doesn't update to next album in queue Feb 11, 2025
@OxygenCobalt OxygenCobalt changed the title 'now playing' screen banner doesn't update to next album in queue Update now playing indicator based on queue Feb 11, 2025
@OxygenCobalt
Copy link
Owner

OxygenCobalt commented Feb 11, 2025

Kind of a dupe of #221, but will keep it open for now. Auxio's queue is just a flat context-less list of songs right now, with the only context of what is playing being from whatever was played first. I would need either complicated heuristics or a retooling of the queue data for this to change. Feel free to prioritize this if you want (You are an $8 sponsor) and I'll refocus on it.

@slushspirit
Copy link
Author

slushspirit commented Feb 11, 2025

Kind of a dupe of #221, but will keep it open for now. Auxio's queue is just a flat context-less list of songs right now, with the only context of what is playing being from whatever was played first. I would need either complicated heuristics or a retooling of the queue data for this to change. Feel free to prioritize this if you want (You are an $8 sponsor) and I'll refocus on it.

Thanks @OxygenCobalt. I didn't realize this may have been a duplicate, my apologies.
As long as this wouldn't interfere with future plans or be difficult to work around due to the restructuring, it would be nice to have this issue prioritized. Thanks again! I love the project and as much as i would like to see this feature get included later on, I wouldn't want it to be a pain point or just get in the way.

@OxygenCobalt
Copy link
Owner

Prioritized. Will need to spec it out specifically @slushspirit

@OxygenCobalt OxygenCobalt added the priority Prioritized by a sponsor, I will implement these first label Feb 11, 2025
@slushspirit
Copy link
Author

Prioritized. Will need to spec it out specifically @slushspirit

Thanks so much! Goodluck with everything! <3

@OxygenCobalt OxygenCobalt moved this to Prioritized in Auxio Roadmap Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority Prioritized by a sponsor, I will implement these first
Projects
Status: Prioritized
Development

No branches or pull requests

2 participants