Clarify Bazarr score thresholds and installation steps#291
Open
lukyjay wants to merge 2 commits intoMcCloudS:mainfrom
Open
Clarify Bazarr score thresholds and installation steps#291lukyjay wants to merge 2 commits intoMcCloudS:mainfrom
lukyjay wants to merge 2 commits intoMcCloudS:mainfrom
Conversation
Owner
|
The scoring is hardcoded on Bazarrs side, so can’t fix that here. There have been talks in the Bazarr discord of making it configurable, but no action has come from it. |
Added a tip about disabling subtitle upgrades when not using other providers.
Contributor
Author
|
Just made another small tweak to the readme on this PR.
Makes sense. I guess Subgen would need to provide additional information to Bazarr in order for it to automatically estimate a score (unless the intent is to make it user-configurable). Something to consider in the future? :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, saw you made some changes to ReadMe and wanted to clarify the Bazarr setup so its consistent with the others, but also to highlight the low score matching.
Bazarr seems to return a low score for Subgen subtitles which means they're (almost) never used when auto-searched. I didn't know this but wish I did 😅
P.S It would be great if there were some way to improve the score of subgen subtitles in Bazarr. I understand wanting to have a score lower than 100%, but we could derive a percentage based on the selected models benchmark accuracy. E.g. Larger-v3 has around a 10% word error rate (WER) in complex audio, so a 90% score would be accurate. Any thoughts on this?