You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/docs/Bazarr/Bazarr-suggested-scoring.md

56 lines
2.1 KiB

# Suggested Scoring
You just set up Bazarr and wonder which scoring you should use/set up for your subtitles and sync?
We're going to suggest a scoring for what would work with the most common languages, with this scoring 99% of your downloaded subs should be the correct ones for your release.
- Setting it too low could result in bad subs or completely out of sync and un-syncable.
- Setting too high could result in fewer subs.
## Sonarr Subtitle Minimum Score
`Settings` => `Sonarr`
![!Sonarr: Minimum Score](images/settings-sonarr-options-minimum-score.png)
Set the Minimum Score to `90`
This score is the minimal score that the subs should match for your release, settings this too low could result in bad subs or completely out of sync and un-syncable.
## Radarr Subtitle Minimum Score
`Settings` => `Radarr`
![!Radarr: Minimum Score](images/settings-radarr-options-minimum-score.png)
Set the Minimum Score to `80`
This score is the minimal score that the subs should match for your release, settings this too low could result in bad subs or completely out of sync and un-syncable.
## Synchronization Score Threshold
`Settings` => `Subtitles`
![!Score Threshold](images/settings-subtitles-sync-score.png)
- Enable `Automatic Subtitles Synchronization` in step 3.
- Enable `Series Score Threshold` in step 4 and set the score to `96`.[^1]
- Enable `Movies Score Threshold` in step 5 and set the score to `86`.[^1]
This will set the Synchronization Score Threshold, meaning at which score Bazarr will sync the subtitles.
!!! info
chore(editorconfig): Add more extensions (#1410) * Add more extensions to editorconfig Signed-off-by: Eric Nemchik <eric@nemchik.com> * feat(editorconfig): update indent size * Revert "feat(editorconfig): update indent size" This reverts commit 30e5918efe499ebf05559b19bdb140e75bd0d31b. * style: :lipstick: format json files Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: format yaml files Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: format md files Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: format other files Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: format md files Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: markdownlint fixes Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: markdownlint fixes Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: markdownlint fixes Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: editorconfig lint fixes Signed-off-by: Eric Nemchik <eric@nemchik.com> * feat: :rocket: deploy preview Signed-off-by: Eric Nemchik <eric@nemchik.com> * feat: :rocket: deploy preview Signed-off-by: Eric Nemchik <eric@nemchik.com> * feat: :rocket: deploy preview Signed-off-by: Eric Nemchik <eric@nemchik.com> * revert: :fire: remove deploy preview Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: fix incorrect prior merges Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: change json to 2 spaces Signed-off-by: GitHub <noreply@github.com> * style: :lipstick: format json to 2 spaces Signed-off-by: GitHub <noreply@github.com> * update(formatting/py): run pep8 formatting --------- Signed-off-by: Eric Nemchik <eric@nemchik.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com> Co-authored-by: FonduemangVI <michael.thomas@vualtlabs1226.com> Co-authored-by: zakary <zak@ary.dev>
6 months ago
The synchronization is "best effort", based on the following.
- it uses the embedded subtitles track as a reference, if not present.
- it needs to extract the audio track and analyze it to define the start of sentence markers.
[^1]:
Why not set the Synchronization Score to max?
It's kinda useless to start with why would you want to try to sync perfectly matching subs in the first place?
We noticed that when setting it to high 98-100 we would get subs that are actually 1 second to slow/fast.
--8<-- "includes/support.md"