mopidy / mopidy-local

Mopidy extension for playing music from your local music archive
https://mopidy.com/ext/local/
Apache License 2.0
61 stars 26 forks source link

Artist sort order #57

Open gwm opened 3 years ago

gwm commented 3 years ago

not entirely sure that this is a mopidy-local issue so let me know if I got the wrong project!

When viewing tracks by artist, I would expect the sort order to be based on the "Album Artist Sort Order" or "Artist Sort Order" tag rather than strict alphabetical. So for example, artist "The August List" would come under "A" for "August List, The" rather than under "T" for "The" which it does at present.

Of course it is possible I just have some config set wrong. Apologies if that is the case.

kingosticks commented 3 years ago

You can set the use_artist_sortname config to sort artists based on the "Artist Sort Order" tag.

Unsure if it'll work when listing tracks though so maybe not quite what you are asking?

gwm commented 3 years ago

hmmm... that doesn't seem to have any effect that I can detect.

kingosticks commented 3 years ago

Not sure I understand correctly. Sorting tracks of a particular artist based on artist sort order doesn't make sense to me. That's for sorting different artists. Shouldn't all those tracks have the same artist?

gwm commented 3 years ago

my mistake. I should have said "When viewing by artist..." In other words, when I open mopidy-mobile or Iris, and view my library by Artist.

djmattyg007 commented 3 years ago

To clarify, you’re viewing a list of all tracks for a particular artist, and it’s sorting all of the tracks alphabetically, rather than by album?

If that’s not it, perhaps you could provide a more detailed example?

gwm commented 3 years ago

On 11/03/2021 04:24, Matthew Gamble wrote:

To clarify, you’re viewing a list of all tracks for a particular artist, and it’s sorting all of the tracks alphabetically, rather than by album?

If that’s not it, perhaps you could provide a more detailed example?

no, when viewing my library by "Artist" I'd like to see "The Libertines" for example, under "L" for libertines rather than "T" for "the".

track metadata can specify that artist should be sorted as "libertines, the" for example but even when this is set, it is not displayed as expected.

I guess it is possible that the MP3/FLAC tags are irrelevant to how the Artists are sorted on the client. I see the same sorting behaviour on the Android mopidy-client and also Iris web client.

I am using the Mopidy-local backend.

Does this make sense?

G

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mopidy/mopidy-local/issues/57#issuecomment-796438556, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAWXKP5JG2BBFE25SBIX2S3TDBAYHANCNFSM4WK3MXTQ.

-- Greg Matthews 07795 952895 Scientific Computing Operations Manager Diamond Light Source Ltd Oxfordshire UK

-- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail. Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message. Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom

animaldaydream commented 3 years ago

I understand. I also want to have this option, but for album artists.

He's saying he wants the list of artists to be sorted by the "Artist Sort" tag rather than just the "Artist" tag.

The config value use_artist_sortname doesn't seem to achieve this. I don't know if this depends on the client or…?