Scryer vs. Bazarr
Bazarr is a companion app: it reads Sonarr and Radarr over their APIs, keeps its own copy of the library, and downloads subtitles into the same folders. Scryer handles subtitles inside the same process that imports the media.
Side By Side
Section titled “Side By Side”| Bazarr | Scryer | |
|---|---|---|
| Deployment | Separate container, database, and scheduler | Part of Scryer |
| Library knowledge | Polls Sonarr and Radarr, needs matching path mappings | Already owns the files and their metadata |
| Language policy | Bazarr language profiles, mapped to *arr tags | Configured per subtitle provider and per content type |
| Providers | Large built-in list | Plugins: OpenSubtitles, Subdl, Jimaku, AnimeTosho, plus anime and Usenet sources |
| Trigger | Bazarr’s own scan cadence | On import, then monitored by Scryer’s jobs |
| Sync | ffsubsync or alass as external tools | Enhanced subtitle sync plugin (beta) decoding the media’s audio directly |
| Speech to text | Whisper via an external ASR container | Whisper subtitle plugin |
| Users | Bazarr’s own login | Scryer permissions; subtitle settings need manageCatalogSettings |
What Changes In Practice
Section titled “What Changes In Practice”No second copy of your library. Bazarr’s most common failure is a path mismatch between its container and Sonarr’s. Scryer imports the file and fetches subtitles for the path it just wrote.
Providers are plugins. Install the providers you use from Settings → Plugins, then add an instance under Settings → Subtitles and pick which content types it serves. Provider status, last error, and cooldown are shown per instance.
Sync reads the audio, not a guess. The enhanced sync plugin decodes AC-3, E-AC-3, DTS, and TrueHD audio and aligns subtitles against detected speech. It is beta, so treat results as a strong default rather than a guarantee.
What Bazarr Still Does That Scryer Does Not
Section titled “What Bazarr Still Does That Scryer Does Not”- Bazarr’s provider catalog is longer. If a niche provider matters, check the plugin catalog first.
- Bazarr can serve subtitles for media Scryer does not manage. Scryer only handles titles in its own libraries.
Related
Section titled “Related”- Subtitle provider defines the concept.
- Plugins covers installing provider plugins.