Alexander Capehart

Results 91 issues of Alexander Capehart

Some users of my app might load a queue of something like 20k+ songs, which naturally overloads the player (especially with gapless playback requiring a full MediaItem queue) and triggers...

question

Android 15 introduces support for [AAC loudness control](https://developer.android.com/about/versions/15/features#loudness-control). Moreover, it's said that Media3 will add support for this. If I'm understanding this correctly, will this allow me to offload my...

question
needs triage

Here are a few big ones: - Date added support needs to be improved - Certain library configurations can create artists that make the app stop responding if you try...

megathread

https://m3.material.io/blog/building-with-m3-expressive Another material 3 refresh... Might yield some good UI improvements. Really hope there's a real animation system this time.

enhancement
rework
ui

Auxio is a GPLv3-licensed music player, which requires all modifications and redistributions to be open-sourced. Therefore, you cannot repackage the app as your own without open-sourcing your app. Name people...

megathread

I think there is some excessive recalculation occurring when fast scrolling in a list that is too big, need to figure it out.

bug
ui

Improve the new small music loader indicator by expanding it into a panel with some extra functionality on click. Ideally it should have something like: - Fine-grained progress - Logging...

enhancement
music

Migrate from SharedPreferences to DataStore. I'll likely get better performance and usability out of this. A funny technical quirk about Auxio is that I tried to serialize settings into integers,...

enhancement
ui

Self-explanatory. Auxio automatically indexes M3U files and treats them like any other playlist, with edits mapping to a playlist file update. I will need: - Another broad refactor for musikr...

enhancement
music
complex

Since my library construction heuristics are only so effective, I want to see if I can make a way for users to specify the general "vibe" of their library (autotagged,...

enhancement
music
maybe