Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Language Equals' setting not considered when comparing missing and embedded subtitles #2820

Open
karstenaune opened this issue Jan 12, 2025 · 1 comment

Comments

@karstenaune
Copy link

Describe the bug
If language A is set to equal language B, movies that contain language A still report language B as missing.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Languages under Settings and set up an Equals rule between two languages (A = B).
  2. Create a Language Profile looking for language B.
  3. Find a movie that contains language A but not B, and assign it the language profile you created in the last step.
  4. The movie still reports language B as missing, even though A = B and the movie contains A.

Expected behavior
If I tell Bazarr that language A = B, then I expect it to consider movies that contain language A to also contain language B.

Screenshots
Equals rule saying Norwegian Bokmål = Norwegian.
firefox_CyBBiCAlXf

Movie containing Norwegian Bokmål still considers Norwegian missing.
k2jskkAt74

Software (please complete the following information):

  • Bazarr: 1.5.1
  • Radarr version 5.17.2.9580
  • Sonarr version 4.0.12.2823
  • OS: Ubuntu 24.04.1 LTS (Linux-6.8.0-51-generic-x86_64-with-glibc2.39)
@hnorgaar
Copy link

hnorgaar commented Jan 12, 2025

Only use the target language in lang profile aka "Norwegian" and possibly need to reindex subs on disk in tasks As all subs will now be named .no, so you will need to rename them manually from NB to NO and Equal only work in search, not with indexing.
You can also search and delete all with NB and let Bazarr search again for them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants