mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Ability to modify file extensions and quality types related to those extensions #4363
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#4363
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 @miztahsparklez on GitHub (Feb 10, 2026).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
I have a large local collection of AIF/AIFF formatted tracks but would like to leverage Lidarr to manage metadata/file naming. While it seems like these tracks can be imported by Lidarr, they are all listed as “unknown” quality. I would like the ability to change/create a new quality type so that Lidarr won’t try to accidentally upgrade this file. I prefer this file type over WAV due to the additional metadata that it has, which also works well in the players and hardware that I use.
Describe the solution you'd like
It would seem like for this to work, there just needs to be a UI that wraps around this file and perhaps some edits to the quality definition page.
github.com/Lidarr/Lidarr@6e43d8a4feI think this feature can also open up the ability for people to tweak their quality profiles as well, especially since other people are asking for additional file format support for various things, having a way to edit this ourselves would reduce the development burden going forward.
Describe alternatives you've considered
manual management, third party software
Anything else?
alternatively, if there’s a way to edit these files via linux terminal, I’d be happy to do this myself.