Sort by <field>_sort from tags if it is available #73

Closed
opened 2023-05-21 23:02:03 +02:00 by wojtek · 2 comments
Owner

This will help with sorting names that begin with "the" or those that are not in latin script (e.g. cyrilic).

This will help with sorting names that begin with "the" or those that are not in latin script (e.g. cyrilic).
wojtek added the
enhancement
label 2023-05-21 23:02:03 +02:00
wojtek added this to the v0.2.0 milestone 2024-01-13 11:03:48 +01:00
wojtek added reference 73---sort-by-<field>_sort-from-tags-if-it-is-available 2024-01-13 11:09:30 +01:00
Author
Owner

Limit to artist_sort. Albums have different sorting anyway making this less relevant.

Limit to artist_sort. Albums have different sorting anyway making this less relevant.
Author
Owner

If the _sort value is missing for some items then take the following approach:

  • if some items have it, but some do not, use the value for all entries of that artist
  • if items have a clashing _sort value - return an error - consider it as a corrupted database/library
If the _sort value is missing for some items then take the following approach: - if some items have it, but some do not, use the value for all entries of that artist - if items have a clashing _sort value - return an error - consider it as a corrupted database/library
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wojtek/musichoard#73
No description provided.