Settings — Scoring
When Sublarr searches a provider it gets back a list of candidate subtitles. Scoring turns that list into a ranking. Whichever candidate ends up on top — provided it clears the profile cutoff — is the one that gets downloaded. Tune scoring when Sublarr consistently picks the wrong release group, the wrong format, or the wrong source.
Everything on this page lives under Settings → Subtitles → Scoring.
How a score is built
Section titled “How a score is built”A candidate’s score is the sum of two independent stages:
base weights how well the candidate identifies the right title/episode + penalty rules how well the release itself matches your file = final scoreThere is no fixed upper bound and no 0–10 normalisation — scores are raw point totals. A typical good episode match lands somewhere between 150 and 260; a hash match can exceed 350. What matters is the relative order of candidates within one search, not the absolute number.
Base weights
Section titled “Base weights”These answer “is this subtitle even for the right thing?” and carry the most weight by far.
| Component | Default (episode) | Effect |
|---|---|---|
| Hash | 359 | Provider ships a subtitle keyed to the exact file hash. Guaranteed fit — outranks everything. |
| Series | 180 | Series title matches. |
| Format bonus | 80 | Candidate is ASS/SSA rather than plain SRT. |
| Season | 30 | Season number matches. |
| Episode | 30 | Episode number matches. |
| Release group | 20 | Release group matches. |
| Source | 5 | Source type matches (BluRay / WEB-DL / HDTV). |
| Resolution | 2 | Resolution matches. |
| Audio codec | 2 | Audio codec matches. |
| Hearing impaired | 1 | HI flag matches the request. |
Movies use the same mechanism with a title/year pair instead of series/season/episode.
Edit these under Advanced: fine-tune weights. Prefer a preset (below) before hand-editing individual numbers.
Presets
Section titled “Presets”A preset replaces the whole weight set in one click. Three ship with Sublarr:
| Preset | Tuned for |
|---|---|
| Anime | High series/episode match, strong ASS preference, release group matters. |
| Movies | Hash match important, title/year weighted, moderate format bonus. |
| TV | Strong episode/season match, hash important, moderate release group. |
Applying a preset overwrites your current weights.
Since 1.10.0 a preset can also be pinned per language profile (Settings → Subtitles → Languages → profile → Scoring preset), so an anime profile scores with ASS preference while a film profile keeps the movie weights — no more global either/or.
Penalty rules
Section titled “Penalty rules”Penalty rules run after the base weights and evaluate the release name itself. Despite the name most of them add points; a negative weight subtracts.
| Rule | Default | Fires when |
|---|---|---|
| ASS Format Bonus | +50 | Candidate is ASS or SSA. |
| HI Preference — Prefer | +30 | Request prefers HI and the candidate is HI. |
| Forced Preference — Prefer | +30 | Request prefers forced subs and the candidate is forced. |
| Release Group Match | +14 | Release info contains the requested release group. |
| Source Match | +7 | Release info names the requested source. |
| Audio Codec Match | +3 | Release info names a common audio codec. |
| Resolution Match | +2 | Release info contains the requested resolution. |
| Video Codec Match | +2 | Release info contains a tag from the requested codec family. |
| HI Preference — Exclude / Only | −999 | Request excludes HI and candidate is HI (or the inverse). Kills the candidate. |
| Forced Preference — Exclude / Only | −999 | Same logic for forced subtitles. Kills the candidate. |
The −999 rules sit deliberately far below any achievable positive total: they are exclusions, not penalties.
Five further rules ship disabled (weight 0) — raise the weight to activate them:
| Rule | Purpose |
|---|---|
| Release Group Substring (Loose) | Matches the first three characters of the group name; catches abbreviations. |
| Source Hierarchy Penalty | Punishes a lower-tier source than requested (WEB-DL candidate for a BluRay file). |
| Year Off-By-One Tolerance | Accepts a year within ±1 — common when release year differs from production year. |
| Codec Upgrade Mismatch | Punishes a candidate whose codec is less efficient than the file’s. |
| Machine-Translation Penalty | Punishes candidates flagged as machine-translated (MT confidence ≥ 80). |
Release-group tiers
Section titled “Release-group tiers”New in 1.10.0. Instead of maintaining preferences per series, rank release groups once, globally into tiers. A higher tier grants a proportional bonus, controlled by Points per tier rank (default 10).
Enter one group per rank under Release-group ranking. Groups that are not listed stay unaffected — the tier system only ever adds, it never punishes an unlisted group.
This is separate from the preferred / blocked groups fields on the same page, which apply a flat bonus or a hard block.
Custom regex rules
Section titled “Custom regex rules”New in 1.10.0. When the built-in rules don’t capture what you care about, write your own: a regular expression plus a signed weight. A match adds the weight to the candidate’s score; a negative weight subtracts.
| Field | Rules |
|---|---|
| Name | Non-empty. Shown in the score breakdown. |
| Pattern | Must be a valid regular expression, max 500 characters. |
| Weight | Whole number. Negative values penalise. |
(?i)\b(judas|erai)\b weight 15 reward two fansub groups(?i)\bhardsub\b weight −40 push hardsubbed releases downPatterns are validated on save: an unbalanced bracket, an over-long pattern, an empty name or a non-integer weight are each rejected with a specific error rather than silently ignored.
Score thresholds per language
Section titled “Score thresholds per language”Some languages have a thinner subtitle pool than others. Override the global cutoff per language under Language-specific scores, as JSON:
{"de": 80, "fr": 70}The values are raw score points on the same scale as everything else on this page — not percentages. A per-language threshold takes precedence over the profile cutoff for that language only.
Provider modifiers
Section titled “Provider modifiers”Providers differ in quality. A per-provider modifier nudges every candidate from that provider up or down; set it under Settings → Providers. With auto-prioritise providers enabled, Sublarr additionally re-orders providers by their rolling success rate and applies the modifier on top of that order.
Why a candidate won
Section titled “Why a candidate won”Every download stores its full score breakdown. Open Activity → History, find the entry and use the why? action: it shows which providers were searched, what each filter stage rejected and why, and how the winning score was assembled — including release-group bonuses and every penalty-rule hit.
When a search found nothing, the same log is kept on the wanted item instead (“Why was nothing found?”).
See Decision log for the full reference.