mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-03 00:26:58 -05:00
Opus files with a bitrate below 130 kbps are detected as "Unknown" #4248
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-Lidarr#4248
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 @sn0skier on GitHub (Feb 10, 2026).
Is there an existing issue for this?
Current Behavior
I have some
.opusfiles with a bitrate below 130 kbps. They are detected as unknown when imported into Lidarr.There is a related closed item, but they never provided the logs so it was closed without being resolved: https://github.com/Lidarr/Lidarr/issues/2784
Notice that they also had a file below 130 kbps.
Expected Behavior
.opusfiles below 130 kbps should be recognized as "OGG Vorbis Q5" quality or possibly some other "OGG Vorbis" quality.Steps To Reproduce
Environment
What branch are you running?
Plugins (experimental)
Trace Logs?
https://gist.github.com/sn0skier/88382deba605e94c3722286ae25012d8
Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.
trace- that are relevant and show this issue.@sn0skier commented on GitHub (Feb 10, 2026):
I contacted the discord with this issue and they provided this screenshot of the code
As I mentioned there, I think a lot of people will run into this issue as downloads from YouTube hover around the 130 kbps mark and regularly dip below it. Decreasing the cutoff to 120 kbps should significantly reduce the incidence of this issue, though it may not eliminate it entirely. Maybe other "OGG Vorbis" qualities should be added?