mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Radarr doesn't detect Spanish (Latino) #8072
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#8072
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 @Zorro92 on GitHub (Nov 30, 2023).
Is there an existing issue for this?
Current Behavior
I set up language filters, specifically I look for Spanish + Spanish Latino. Sometimes Spanish tracks are labeled as Latino. I also set up radarr to name the file accordingly to include what language tracks are included, for example [ES + EN]. When a Latino track is detected it does this correctly, the file is tagged with [LA + EN] and if I click the mediainfo button it shows the two tracks there, however, radarr doesn't add Latino as a second language (Spanish Latino) only the English track. Resulting in my scores being lower and likely having the file trumped by another release. For regular Spanish everything works fine.
Expected Behavior
Radarr should detect Spanish (Latino) as a language and keep it's score
Steps To Reproduce
No response
Environment
What branch are you running?
Master
Trace Logs? Not Optional
https://privatebin.net/?697046c3ef79765e#GLM1Nzi5dskDaeU35DN2sS8U5TQGhpSzcqJJmEUmgXyZ
Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.
trace- that are relevant and show this issue.@bakerboy448 commented on GitHub (Nov 30, 2023):
Radarr: Latestis not a valid versionLAisn't valid for spanish (latino) currentlygithub.com/Radarr/Radarr@073d15160d/src/NzbDrone.Core/Parser/IsoLanguages.cs (L49)provide the ffprobe output
from within the container
@Zorro92 commented on GitHub (Nov 30, 2023):
Sorry, updated my original post. I couldn't find anything related in the logs either.
https://privatebin.net/?9ad21133aad31868#h4nyiHBryq9QvkmQh4dN9A7CgRdGQq36nq1G9Jth8db
@bakerboy448 commented on GitHub (Nov 30, 2023):
first audio track - ffprobe parses as
latlasis what it looks like it latin american should belatis latin -github.com/FFmpeg/FFmpeg@a30adf9f96/libavformat/isom.c (L222)@Qstick - seems either close as encoder issue won't fix or bandaid in servarr FFmpeg?
@Qstick commented on GitHub (Dec 31, 2023):
How would be bandaid it? We have no clue if it's right or not if it's
latin the output@houcros commented on GitHub (Dec 20, 2025):
If I may be allowed to piggyback on this issue, I'm having a similar situation, i.e. trying to download "Español" but Radarr is grabbing "Español Latino" (both these languages are selectable for custom formats). I think at least part of the issue is that there is no ISO 639 code for "Español Latino" (and from the ffmpeg link above I see ISO 639 is used). AFAIU "Español Latino" should be tagged in the audio track as "es-419 for Latin American Spanish" (reference) or es-AR, es-MX, etc. But I don't know if ffmgep supports that, and anyhow it seems that everyone is tagging Español Latino as "spa".
I was wondering if a workaround could be to try to interpret the audio tag title, if available. For example, I have a movie with these audio tags:
Alas, the language is "spa" as usual, but the title could be used to realise it's "Español Latino". I don't know how feasible this would be to implement, and how effective (I hope the title is given most of the times, but I have no data to support this hope), but I'd be keen to hear your thoughts. :)
@houcros commented on GitHub (Dec 21, 2025):
After checking other movies in my library, I'm afraid this wouldn't be effective at all. :( Out of a couple dozen movies I know are in "Español Latino", there was only one with that as the audio tag title. All the rest just say "Spanish" or (rarely) "Español" (and all are tagged with language "spa"). I'm afraid it's impossible for Radarr to detect "Español Latino" correctly, because (if my particular collection is any indication of the general situation) that language is (almost) never tagged properly.