-
Notifications
You must be signed in to change notification settings - Fork 0
Bazarr and Subtitles
Subtitle Assist is built into Censorarr. Bazarr is optional.
- external text subtitle files
- embedded English text subtitles
- optionally, subtitles requested through Bazarr
Subtitle evidence augments Whisper. It does not replace Whisper and does not suppress profanity Whisper already detected.
The example configuration enables:
subtitle_assist:
enabled: true
use_embedded: true
use_external: true
ignore_forced_only: true
accept_untagged_english: true
use_dialogue_as_rescue_prompt: true
whisper_overrides_omissions: true
global_text_alignment: trueGlobal alignment helps when subtitle timing is shifted or drifts.
Example:
subtitle_assist:
bazarr:
enabled: true
url: http://BAZARR-SERVER-IP:6767Save the Bazarr API key through Censorarr Settings.
If Bazarr/Radarr reports:
/movies/Movie Name/Movie.mkv
and Censorarr sees:
/media/Movie Name/Movie.mkv
use:
path_mappings:
- from: /movies
to: /mediaExample:
tv_path_mappings:
- from: /tv
to: /tvThe left and right can be identical if both containers use the same internal path.
The example configuration includes:
wait_for_download: true
timeout_minutes: 30
check_interval_seconds: 30
retry_seconds: 300
max_attempts: 3This lets Censorarr defer a job while it waits for subtitle acquisition rather than immediately abandoning subtitle assistance.
If you do not use Bazarr, leave it disabled. Censorarr can still use existing external/embedded subtitles and Whisper rescue logic.
Censorarr Wiki
- Home
- Quick Start
- Windows
- Native Linux
- Synology Container Manager
- Docker / Linux
- Setup Wizard
- Media & Permissions
- Transcription & GPU Worker
- Plex
- Radarr & Sonarr
- Bazarr & Subtitles
- Profanity & Detection
- CLEAN Audio & Safety
- Scheduling & Notifications
- Updating
- Troubleshooting
- Configuration Reference
- Security & Secrets