A plugin for Plex Media Server that is a client for Sonarr (formally NzbDrone).
- View your TV shows, calendar (current week), queue, missing episodes, history and more.
- Add new series to your collection
- Auomatic search, delete, and update existing shows, seasons, or episodes.
- Manual searches for individual episodes.
- Supports basic auth reverse proxies.
- Updating the plugin should be possible through the plugin when newer versions become available (but this is untested 😄).
- Download "Source Code (zip)" from the Latest Release.
- Unzip
Sonarr.bundle-VERSION.zip
- Rename
Sonar.bundle-VERSION
toSonarr.bundle
- Move
Sonarr.bundle
folder to"<PMS Installation>/Library/Application Support/Plex Media Server/Plug-ins"
along with the rest of your plugins. - Might need to restart Plex Media Server to detect the new plugin.
- Change the plugin's settings by adding your endpoint, API Key, etc...
- Profit.
Key | Default Value | Required | Description |
---|---|---|---|
Endpoint | http://127.0.0.1:8989 | Yes | Sonarr's URL endpoint including the URL base. Example behind a reverse proxy: https://sub.mydomain.com/sonarr |
API Key | empty | Yes | Found in Sonarr's General Settings |
Username | empty | No | Username for Basic Auth. This is NOT the Username in Sonarr's settings. This is for cases where Plex has to access Sonarr behind a nginx proxy configured with basic auth. |
Password | empty | No | Optional - See Username. |
Note - If datetimes appear wrong, please check the timezone of your server and set it to your desired timezone. If you're running Plex in a Docker container, it's probably UTC. You can set the timezone with an environment variable such as TZ=America/Phoenix
. There is an example docker-compose.yml file in the docker
folder.
This is a non-backwards compatible change as the Preferences have changed. Previously you had to define the protocol, hostname, and port separately. This is now conslidated to one endpoint configuration. This means you will lose your settings.
The plugin identifier has changed from com.plexapp.plugins.sonarr
to com.github.jamorin.sonarr
. The com.plexapp.plugins
namespace seems to be reserved for official plugins.
It's recommended now to install from the zip file as explained above. Previously recommended that you could install the plugin by cloning the repo. However, going forward you should be able to update the plugin from within the plugin now.