You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Symphony has playlist creation built-in, the playlists cannot be reordered after being put together. This is a problem for making playlists where the playback order is important.
Solution
Add a way of reordering playlists after they have been created, i.e. by adding "handlebars" to songs on long-press to be dragged about.
Alternatives
While there are ways of reordering the songs on a playlist, they are either roundabout, non-intuitive, and create a duplicate (in the case of modifying the queue order and saving that queue as a playlist) or destructive (in the case of making the same playlist w/ the right order) The solution outlined above is the easiest and fastest way for the user to modify the playback order of a playlist.
Additional Context
Hopefully this change is not to difficult to make. Ot doesn't seem like there's an analogous structure for this feature.
On August 8, 2024 1:41:23 AM EDT, Zyrouge ***@***.***> wrote:
This has been mainly stalled due to Jetpack Compose' poor support for re-orderable lists. Until then, I do not have a good way of implementing this.
--
Reply to this email directly or view it on GitHub:
#595 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
Also, how is playlist ordering saved and read by Symphony? It might be worth making that method transparent to the user, allowing them to change it in a separate GUI. Probably won't be as fast or convienient, but I would love to be able to have this functionality in some fashion.
On August 8, 2024 10:53:24 AM EDT, Adam Brenneman ***@***.***> wrote:
Shoot. Thanks for the response though! Is there any feedback or intention to add re-orderable lists to Jetpack Compose?
On August 8, 2024 1:41:23 AM EDT, Zyrouge ***@***.***> wrote:
>This has been mainly stalled due to Jetpack Compose' poor support for re-orderable lists. Until then, I do not have a good way of implementing this.
>
>--
>Reply to this email directly or view it on GitHub:
>#595 (comment)
>You are receiving this because you authored the thread.
>
>Message ID: ***@***.***>
Description
While Symphony has playlist creation built-in, the playlists cannot be reordered after being put together. This is a problem for making playlists where the playback order is important.
Solution
Add a way of reordering playlists after they have been created, i.e. by adding "handlebars" to songs on long-press to be dragged about.
Alternatives
While there are ways of reordering the songs on a playlist, they are either roundabout, non-intuitive, and create a duplicate (in the case of modifying the queue order and saving that queue as a playlist) or destructive (in the case of making the same playlist w/ the right order) The solution outlined above is the easiest and fastest way for the user to modify the playback order of a playlist.
Additional Context
Hopefully this change is not to difficult to make. Ot doesn't seem like there's an analogous structure for this feature.
Checklist
Thank you for your work! This is my fav music player
The text was updated successfully, but these errors were encountered: