Plugins
Bazarr Provider#
Bazarr manages subtitles for Plex, Jellyfin, Emby, Sonarr, and Radarr in one place. Adding Wyzie as a provider gives all of those servers access to OpenSubtitles, SubDL, and Podnapisi through a single key.
This is the recommended way to use Wyzie with Plex and Jellyfin. Bazarr downloads subtitle files next to your media, and your server picks them up automatically, so no separate native plugin is required.
Before you start#
Get a free Wyzie API key at store.wyzie.io/redeem, and have access to your Bazarr install files (typical Docker path: /opt/bazarr/bazarr/).
Install#
-
Copy
wyzie.pytobazarr/subliminal_patch/providers/wyzie.py. -
Edit
bazarr/subliminal_patch/extensions.pyand addwyzieto bothprovider_registryandprovider_manager. -
Edit
bazarr/list_subtitles.py(orbazarr/config.py, depending on your version) to expose theapi_key,prefer_hi, andsourcessettings. Copy the pattern from an existing provider such asopensubtitlescom. - Restart Bazarr.
- Go to Settings, Providers, Wyzie, paste your API key, and save.
A first-class pull request upstreaming this provider into Bazarr is planned. Until then it is a drop-in file you add to your own install.
Configuration#
| Field | Default | Description |
|---|---|---|
api_key | — | Your Wyzie key. Required. |
prefer_hi | false | Prefer hearing-impaired subtitles. |
sources | all | Comma-separated list of providers to query, or all. |
When your quota runs out#
- 402 or 429 (balance empty or daily cap hit): Bazarr logs a note with a link to store.wyzie.io and returns no results, so it cleanly falls back to your other providers. Nothing crashes.
- 401 (bad key): Bazarr surfaces an authentication error so you know to re-enter the key.
Troubleshooting#
-
Wyzie does not appear in the providers list. Re-check the install step that edits
extensions.py; the entry must be in bothprovider_registryandprovider_manager, then restart Bazarr. -
No subtitles found. Confirm the item has an IMDB ID in Bazarr and that the languages you have enabled have subtitles for it. Only narrow
sourcesif you intend to. - Settings fields missing. The settings step was not applied for your Bazarr version; compare against a working provider settings block and restart.
