mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Add Alac 24Bits in profile #427
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#427
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 @Mrpink200 on GitHub (Feb 11, 2019).
Hello
Many thanks for the good work with this app.
I find it really helpfull to organize and maintain a music library with the best possible audio tracks quality !!
For itunes compatibility reasosn, i have converted all my flac24 files to alac 24 bits to have all my music both on my audiophile music player (volumio on a RPI + dac) and my macbook. I was fed up having duplicates between my alac classicla lossless 16 bits and what i found with flac24bits
Now that my organisational issue is solved with all my 24 bits files integrated to itunes thx to alac24, i m lost with lidarr that does not seem to consider ala24 as a hightest audio quality format than standard lossless file.
Could it be possible to create an alac 24bit profile (like what have been done with flac 24) to solve this situation ?
Many thx !!
Best Regards
Al
AB#323
@rmccu commented on GitHub (Feb 12, 2019):
I am in a similar position and would love to see this change.
@retrography commented on GitHub (Mar 4, 2019):
Why not customized quality profiles/definition? Like that we can add DSD, DSF, and whatever else we like. Also, maybe a way to strictly exclude some quality profiles like Vinyl Rips? I tried adding quality definitions in sqlite, but it seems the number of definitions is hard coded into the software, as any change swiftly breaks it.
@Qstick commented on GitHub (Mar 7, 2019):
Vinyl rips can be excluded by using release profiles. Improving qualities is something we have thought about but is not high on the list right now. There's a bit more to it than just allowing user to add and name a quality. Lidarr has to know how to parse that quality, how to identify the track is of a certain quality, etc..
@Mrpink200 commented on GitHub (Jul 21, 2019):
please :( :( :(
@Mrpink200 commented on GitHub (Jul 22, 2019):
alac24 should be as easy as flac24, no ?
it s a real pain in the ass, lidarr re download flac 24bits version i have downloaded and converted to alac 24bits :(
i do not find any way to avoid this :'(
@Mrpink200 commented on GitHub (Feb 26, 2020):
up :(
@Mrpink200 commented on GitHub (Feb 10, 2021):
I do not understand how a that simple request can be ignored. I finally convert back all my library to flac24 :(
@bakerboy448 commented on GitHub (Feb 10, 2021):
It’s not ignored.
there is only so much time in a day and so many resources to work on items.
if you want it right now then dive in and make a PR to add it
Also it looks like this thread is full of several comments that do not provide benefit to the conversation. Comments such as me too, I want this, why isn’t this done yet, and other non-productive comments may result in threads being locked.
@jeffbyrnes commented on GitHub (Jul 16, 2023):
Never having worked on a C# project before, I nonetheless somewhat blindly tried to add an ALAC 24bit quality in #3882. Builds failed, so I’ll try to stumble my way through 😅