mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-03 00:26:58 -05:00
Renaming Artist Folders by SortingName (Last Name, First Name) #416
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Lidarr-Lidarr#416
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kurchunk on GitHub (Jan 15, 2019).
Is your feature request related to a problem? Please describe.
If I try and search my music folder it's difficult to find artists with the same first name, e.g.
John Mayer
John Paesano
Describe the solution you'd like
Sorting with artist's last name first should be a sorting option.
Describe alternatives you've considered
I've tried changing the folder names manually, but that is really time consuming and doesn't fit the "automatic" concept behind Lidarr. I would have to rename folders each time a new artist is added.
I've also considered only searching for files through a media player (e.g. Plex search) or using Windows "find" option, but this takes more time than simply navigating to a folder and typing, for example: "Pae" and jumping to "Paesano"
Additional context
I think users should have much more control over how files are named and organized. This is an area where Lidarr is very weak and seems like a no-brainer feature.
AB#319
@Qstick commented on GitHub (Jan 23, 2019):
@danielunderwood this will require us return sort_name from artist table in MB. Can we add to metadata?
@gabriel-vanca commented on GitHub (Jan 10, 2023):
Any news on this? This seems like a fairly basic feature to me.
@danielunderwood commented on GitHub (Jan 15, 2023):
@Qstick Don't know if I communicated back when this was implemented in metadata, but it should be there. The field is named
sortnamerather thansort_nameorsortName, but that can be adjusted if needed.@Dude77777 commented on GitHub (Dec 19, 2024):
Hi all, @danielunderwood it sounds like you are now pulling sortname from MB? What's missing to offer this as a field option in the Artist Folder Format? It would be great to have this basic feature.
@Dude77777 commented on GitHub (Dec 21, 2024):
In addition to the above it would be great to be able to define Track Naming per Root Folder so that for example for Classic or for Compilations a different naming can be applied.
@bakerboy448 commented on GitHub (Dec 21, 2024):
Completely off topic and unrelated to this feature request