OxygenCobalt / Auxio

A simple, rational music player for android
GNU General Public License v3.0
2.04k stars 134 forks source link

Playlists #36

Closed OxygenCobalt closed 1 year ago

OxygenCobalt commented 3 years ago

The current plan for playlists is a self-contained database with optional M4A exporting.

Auxio's playlist implementation will have:

Last added/top tracks don't benefit my usage, so they will be omitted.

The biggest hold-up with this feature is the sheer technical difficulty of it. Playlisting is far more complicated than it seems internally, especially when you want a bug-free implementation.

KraXen72 commented 1 year ago

im missing the functionality to quickly add new songs from a newly created playlist. i understand the intended workflow is that you search for a song and add it from there, however, it's unintuitive to be left with a blank screen after creating a new playlist.

illdeletethis commented 1 year ago

Found a weird quirk in the debug build, changing tab order changes the order of the tab symbols, but not the tabs themselves Screenshot_20230522-121221_Auxio Debug

OxygenCobalt commented 1 year ago

im missing the functionality to quickly add new songs from a newly created playlist. i understand the intended workflow is that you search for a song and add it from there, however, it's unintuitive to be left with a blank screen after creating a new playlist.

That's one of the features I'm leaving for another release, honestly @KraXen72. Far too easy to mess up.

Found a weird quirk in the debug build, changing tab order changes the order of the tab symbols, but not the tabs themselves

That should not be happening @illdeletethis, and I can't reproduce it in the release build. Does it persist after completely force stopping and starting the app?

illdeletethis commented 1 year ago

yes, force stop fixed it 🙂 anyways, thank you very much for the playlist feature. now just looking forward to reordering and queue to playlist button