EH06 Posted January 3, 2021 Share Posted January 3, 2021 So, i choose to display my albums in alphabetical order in the app. I have an album named The Dutchess that is grouped with the "D" albums, and another album named A Christmas Gift that is grouped with the "C" albums. Is there a way to make it so these albums get grouped with the correct letters they start with, so respectively "T" and "C" in these two cases ? Quote Link to comment Share on other sites More sharing options...
andrewilley Posted January 3, 2021 Share Posted January 3, 2021 That is the correct way to alphabetically sort any text lists where items start with a definite article ("The") or an indefinite article ("A" or "An"). The article should be ignored for sorting purposes - otherwise you get things like "The Beatles" sorted under "T" (along with hundreds of other "The" items) instead of correctly under "B". If you want to ignore that though, and sort by strict ASCII string, you can enable Settings > Library > Lists > "Don't Ignore Articles For Sort". Andre Quote Link to comment Share on other sites More sharing options...
EH06 Posted January 4, 2021 Author Share Posted January 4, 2021 @andrewilley it worked, thanks ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.