This project is not working at the moment! Feel free to fix. I just forked this to check what it would take to convert this to work for Radarr.
A plugin for Plex Media Server that is a client for Radarr (forked from Sonarr.bundle).
- 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
Radarr.bundle-VERSION.zip
- Rename
Radar.bundle-VERSION
toRadarr.bundle
- Move
Radarr.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:7878 | Yes | Radarr's URL endpoint including the URL base. Example behind a reverse proxy: https://sub.mydomain.com/radarr |
API Key | empty | Yes | Found in Radarr'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.
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.