Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for Artist Sort Name #475

Open
veroxzik opened this issue Feb 26, 2024 · 1 comment
Open

feat: Add support for Artist Sort Name #475

veroxzik opened this issue Feb 26, 2024 · 1 comment

Comments

@veroxzik
Copy link

Since Artist Sort Name is supported by OpenSubsonic, I'd like to request it be added to gonic. This is particularly helpful for users with songs that do not use the Latin alphabet, as the sort name will be the closest equivalent in the Latin alphabet.

My chief desire is to be able to search for artists using the sort name, which I would hope could be as simple as adding another conditional in search3.

The metadata tag name is typically "artistsort". There also exists "albumartistsort", which is likely worth adding at the same time.

I will be honest - I am not sure if the actual 'sorting' part is done server side or client side; if it is server side, I suspect a proper implementation would require dealing with this as well.


Thank you for the consideration and thank you so much for this project!
If you agree with the change and could give your thoughts on implementation, I will happily look into preparing a PR.

@sentriz
Copy link
Owner

sentriz commented Feb 26, 2024

yeah sure i would definitely accept a PR for this 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants