mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Custom format(s) arent being applied to names #2918
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#2918
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 @klepp0906 on GitHub (May 14, 2023).
Is there an existing issue for this?
Current Behavior
I'm attempting to use this
however it seems to be not taking the {Custom Formats } bit into account whatsoever. It still leaves me with just [FLAC] as opposed to [CD FLAC] for example.
Expected Behavior
using [{Custom Formats }{Quality Full}] in your track naming should append the quality with whatever custom format(s) youve enabled
with.
Steps To Reproduce
1 using lidarr nightly, create a custom format for CD for example, be sure to enable it to be used in naming.
2 under media management add {Custom Formats} somewhere in your track naming.
3 attempt to rename your track(s) and notice it seems to be entirely ignored
Environment
What branch are you running?
Nightly
Trace Logs?
https://0bin.net/paste/zJsHjueP#Azzr9FMkM+fsN9uycI8OVhrRN2PYKZlzcEhhYuLhQhW
Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.
@Davo1624 commented on GitHub (May 14, 2023):
nothing to add other than this would be great to have
@bakerboy448 commented on GitHub (May 15, 2023):
Logs don't exist?
@klepp0906 commented on GitHub (May 15, 2023):
yea i deleted em and closed the issue as it turned out to be a regex problem. forward slashes and not backslashes, yay ;p
someone re-opened it, unsure why.
only behavior im seeing now is the custom format naming isnt retroactive when doing a rename. I can only assume this is due to the database not seeing it in the original filename during the original grab.
in this particular instance I was just trying to have it display CD or WEB which makes me wonder how the {medium format} is working retroactively and discerning between digital and cd if not original filename but thats off-topic.
@mynameisbogdan commented on GitHub (May 15, 2023):
This is why I reopened it. Feel free to close it again if it doesn't bother you.
@klepp0906 commented on GitHub (May 15, 2023):
oh no, having it retroactively applied would certainly be the ideal/preferential behavior. open it is then. I just wasnt sure if thats how it was expected/intended to function or not.
@klepp0906 commented on GitHub (May 20, 2023):
just to add to this, as ive still been working to get naming the way i want and running into all kinds of walls. Seems its only sometimes applying the CF naming to new imports.
sometimes its working, sometimes its not, and i cant ascertain what the differing variable is.
I just grabbed 2 CD releases, never been in my library before, folders were created without the CF name. one album is being misidentified as digital media even though i grabbed a CD release via interactive search (which is one thing preventing me from just using {medium format} instead of {custom formats}). even when trying to force it to the CD via album > edit > release, it just... doesnt work. ignores me when i hit save and retains the current format.
if someone can test and confirm the latter i'll open a new issue
@bakerboy448 commented on GitHub (Jan 21, 2024):
Nightly has better logging to debug this
github.com/Lidarr/Lidarr@2cf2ebcbb2for release title conditions@ehula commented on GitHub (Feb 6, 2025):
Any update on this? Sure would be nice to have.
@MaddyTP commented on GitHub (Mar 6, 2025):
I'm running into this same issue. It seems the custom formats work fine when searching for media, but once downloaded it parses the file name instead of the original grab title. Additionally, the renaming function looks at the file name instead of the original grab title.
@bakerboy448 commented on GitHub (Mar 6, 2025):
This is by design and intentional
Release Parsing is always disconnected from On Disk Import Parsing
@github-actions[bot] commented on GitHub (Jun 9, 2025):
👋 @klepp0906, In order to help you further we'll need to see logs. You'll need to enable trace logging and replicate the problem that you encountered. Guidance on how to enable trace logging can be found in our troubleshooting guide.