apastel / ytmusic-deleter

Easily delete your YouTube Music library.
GNU General Public License v3.0
109 stars 7 forks source link

Feature: Allow playlist sorting by any attribute #83

Closed apastel closed 2 weeks ago

apastel commented 3 weeks ago

This would be a way to specify what field(s) you want to sort by when sorting a playlist, instead of the default that I have now which is Artist -> Album Title -> Song Title

The Cadillac version of this would be a sort of WYSIWYG editor in the UI that has all the sortable track attributes as little blocks you can drag into a hierarchical stack, allowing you to sort by as many attributes as you want in whatever order you want. And for each attribute, you could select A->Z or Z->A

As referenced in Discussions: https://github.com/apastel/ytmusic-deleter/discussions/65#discussioncomment-11047940_

apastel commented 2 weeks ago

Implemented in 2.8.0. Also added option for reversing the sort order