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

Sorting isn't configurable to list by special characters like brackets? #3508

Open
blausand opened this issue Jan 8, 2025 · 1 comment
Open

Comments

@blausand
Copy link

blausand commented Jan 8, 2025

I'm using folder names with brackets for sorting my music.
Unfortunately, NEMO sorts by the first alphanumeric character, making my naming obsolete.
So this is what I get:

  • Adam
  • (drum&bass)
  • Efterklang
  • (Klassik)
  • [mixes]
  • Opl Bastards
  • [playlists]
  • Ypsilon
  • Zeppelin

Instead of what I want:

  • (drum&bass)
  • (Klassik)
  • [mixes]
  • [playlists]
  • Adam
  • Efterklang
  • Opl Bastards
  • Ypsilon
  • Zeppelin

I tried adding things to /etc/default/locale but no success.
Any hints?

@Jeremy7701
Copy link
Contributor

You could try adding a numeric prefix
e.g.
0_drum&bass
1_Klassik
etc...

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

No branches or pull requests

2 participants