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

Allow artist grouping into folders (ex. ABC, DEF, etc.) #4419

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

x3n0n10
Copy link

@x3n0n10 x3n0n10 commented Jan 10, 2024

Database Migration

NO

Description

Allows artist sorting into groups of three alphanumeric characters (0-9, ABC, DEF, GHI, JKL, MNO, PQR, STU, VWX, YZ) when the artist name starts with any of these characters (omitting The). In case of non-Latin characters for example, it will work just like the existing FirstCharacter format.

@github-actions github-actions bot added the Area: Organizer Issue is related to the Organizer label Jan 10, 2024
@mynameisbogdan
Copy link
Collaborator

In case we decide to merge this, you need to update NamingModal.js as well.

@github-actions github-actions bot added the Area: UI Issue is related to UI, should also add the issue to the new UI project, if it isn't a bug. label Jan 10, 2024
@x3n0n10
Copy link
Author

x3n0n10 commented Jan 11, 2024

The integration tests on Native FreeBSD are failing, but it doesn't seem related to my changes, can you confirm this?

@mynameisbogdan
Copy link
Collaborator

It's unrelated, that agent is finicky at times.

@Qstick
Copy link
Contributor

Qstick commented Feb 4, 2024

I'm not opposed to this, but what's the benefit over just using FirstChar? Is 27 folders really too many?

@x3n0n10
Copy link
Author

x3n0n10 commented Feb 5, 2024

I'm not opposed to this, but what's the benefit over just using FirstChar? Is 27 folders really too many?

I guess it’s not that big of a difference, but to give my personal example, when browsing the root folder in my car, I want it to be somewhat grouped, not having to scroll too much while I’m driving. You can find the folder you’re looking for relatively easy.

I can understand if this change isn’t useful enough to be included, as it’s just the way I always do it myself, I just thought maybe someone else would be looking for something like this as well, because it also matches a strong organising feature in my favourite media manager program, MediaMonkey (am I allowed to say that here? 😅)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Organizer Issue is related to the Organizer Area: UI Issue is related to UI, should also add the issue to the new UI project, if it isn't a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants