mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
🚀 Feature Request: Support Folder Organization Based on Release Type (Single, EP, LP, Mixtape) #4300
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#4300
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 @emigrating on GitHub (Jul 26, 2025).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
Lidarr currently places all music releases for a given artist into a single folder, regardless of whether the release is a Single, EP, LP, Mixtape, or Compilation. This results in disorganized file structures, making it difficult to curate, back up, or browse large discographies — especially for artists with diverse catalogs.
While Lidarr categorizes release types in its UI and metadata profiles (e.g. “Singles,” “EPs,” “Albums”), this classification is not reflected in the folder structure, nor exposed via the renaming engine. The user has no way to separate these releases physically on disk using Lidarr’s automation.
Describe the solution you'd like
Introduce support for folder-level organization based on release type, utilizing the MusicBrainz metadata that Lidarr already ingests. Specifically:
{Release Type}token to Lidarr’s renaming and folder template engine{Artist Folder}/{Release Type}/{Album Title}/{Track Number} - {Track Title}
Example resulting structure:
/Radiohead/Singles/Everything In Its Right Place//Radiohead/EPs/My Iron Lung//Radiohead/Albums/Kid A/Provide global or per-artist toggles to enable release-type sorting
Fall back gracefully to existing folder formats if
Release Typeis unavailableDescribe alternatives you've considered
.ignoretags.None of these alternatives provide a seamless, native solution for organizing music by release type within Lidarr itself.
Anything else?
@emigrating commented on GitHub (Jul 26, 2025):
Turns out there is already an (undocumented??) {Album Type} token, so closing this. My bad.