mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Allow specifying subfolders when renaming movies #9053
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
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
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: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-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/Radarr#9053
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 @eskydc on GitHub (Feb 9, 2025).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
For movies with multiple versions, I believe radarr expects a file structure as follows:
A preferred structure could be like this:
Where Movies is still the root folder and Awesome Movie Name (2025) is still just a Movie Folder Format of
{Movie Title} ({Release Year}), but each movie version has it's own subfolder containing the associated movie file(s).Please note that this request is not about dynamic Movie Folder names, nor is it requesting that the root folder/Movie Folder layout be changed. It is specifically about allowing subfolders to be specified during the file renaming process.
Describe the solution you'd like
The above preferred structure could be achieved during renaming by using a Standard Movie Format of
{Original Title}/{Original Filename}or similar.The Movie Folder Format would still be in the standard format of
{Movie Title} ({Release Year})when adding a movie to radarr, and then the individual file(s) would get renamed on import such that they place themselves in the appropriate subfolder by including a '/' in the filename.Describe alternatives you've considered
Anything else?
radarr/sonarr are some great pieces of work, much appreciated! I'd be thrilled to switch over to radarr if it had this functionality, thanks for your consideration.
@bakerboy448 commented on GitHub (Feb 9, 2025):
Duplicate of https://github.com/Radarr/Radarr/issues/1910
@bakerboy448 commented on GitHub (Feb 9, 2025):
Multiple video files inside of a movie folder is not supported. weird behavior will occur including data loss.
@eskydc commented on GitHub (Feb 9, 2025):
Alright, forget the multiple version scenario then. I'd still prefer a folder structure like this:
The request was to allow specifying a subfolder during renaming, like using a Standard Movie Format of
{Original Title}/{Original Filename}, not limited to a multiple versions scenario.@bakerboy448 commented on GitHub (Feb 9, 2025):
Original tokens with other file naming tokens are not supported.