Improve artist sorting for bands starting with "The"

Fralle

Active member
Joined
Mar 13, 2024
Messages
118
Aologies for the awkward title, but I couldn’t think of a better way to phrase it. Currently, scrolling through your library by artist feels impractical, as most bands are sorted under “The.” Could this be addressed in a future update?
 
Upvote 1
Aologies for the awkward title, but I couldn’t think of a better way to phrase it. Currently, scrolling through your library by artist feels impractical, as most bands are sorted under “The.” Could this be addressed in a future update?

Just use a decent server. LMS has this feature. And you can add extra options like "Los" in spanish
 
Is this specifically in relation to the use of a usb drive with the Ultra?
I think this request applies to all sorting of artist names. I use Tidal and almost half of my artists are in the "The" section. This is however also the case on the native Tidal app, so guess it depends on provider and not the WiiM Home App.
 
...an annoying topic that I encountered several years ago. Some apps and servers can be configured, some cannot. To avoid this problem forever, I customized my tagging, e.g. “Beatles, the” etc.
 
Ok thanks. Which media server? I think that may be configurable on some, but not others.

I wouldn't want Wiim to be spending a lot of time and resources on a media scanner, after all other options are available, and will always be better anyway- unless the Wiims allow you side load LMS , Plex, Roon etc into.

As long the USB music scanner is "good enough" that's fine with me, that it's stable, doesn't hog resources, able to access and scan NTFS/EXT/FAT/EXFAT drives etc.
 
I wouldn't want Wiim to be spending a lot of time and resources on a media scanner, after all other options are available, and will always be better anyway- unless the Wiims allow you side load LMS , Plex, Roon etc into.

As long the USB music scanner is "good enough" that's fine with me, that it's stable, doesn't hog resources, able to access and scan NTFS/EXT/FAT/EXFAT drives etc.
My suggestion was really that it should be the job of the media server to do that, not the WiiM home app
 
No this is using a NAS together with Wiim, sorry.
The licensed version of MinimServer (accessible through the WHA) allows you to independently control the:
  • Value displayed in indexes e.g. 'The Beatles'
  • Sort value used in indexes e.g. 'Beatles, The' (artist would appear under B)
  • Value displayed in album and track listings e.g. 'The Beatles'
Personally I use 'Beatles, The' in indexes (display and sort) and 'The Beatles' on album and track listings.
 
ok, we have tons of options, why not tons+1 ?

string[] words = Interpret.Split(' ');
if (words.Length > 1 && words[0].Equals("the", StringComparison.OrdinalIgnoreCase))
{
Interpret = string.Join(" ", words.Skip(1)) + ", The";
}
 
Just use a decent server. LMS has this feature. And you can add extra options like "Los" in spanish
Incredible how LMS was advanced 10 years ago, as this is still an issue at other places… i am glad I discovered LMS then and that I can still and even use it with WiiM! 👍🏻😃
 
Incredible how LMS was advanced 10 years ago, as this is still an issue at other places… i am glad I discovered LMS then and that I can still and even use it with WiiM! 👍🏻😃

Here
 

Attachments

  • Screenshot_20250103-160859.png
    Screenshot_20250103-160859.png
    364 KB · Views: 8
Back
Top