Skip to content

[Feature]: Sort by multiple consecutive parameters #77

@giacomopoggi

Description

@giacomopoggi

Feature Description

I would like to be able to sort items by multiple consecutive parameters.

Problem and Solution

Taking albums as an example, as of now the program can sort albums by:

  • Album Title
  • Artist Name
  • Release Year
  • Album Duration

If I sort albums by Artist Name, then every album from the same Artist Name is automatically sorted by Album Title, without the option for another inner level of sorting.

I would like to sort albums by Artist Name and then, for every Artist Name, I would like to sort albums by Release Year.

For example, if I have an artist with 3 albums titled White, Red and Green, respectively released in 1999, 2005 and 2010, and I sort them by Artist Name, they are now ordered as Green, Red, White by default. I would like the option to sort them as White, Red, Green, after I sorted them by Artist Name.

Numbers in the sorting selection could show in which order sorting is applied:
Image

Additional Context

No response

Potential Issues

No response

Wora Version

v0.4.0-beta2

Discord Username

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions