This plugin creates an Entry for the first missing episode for every show as defined in Sonarr .
This plugin can be used in combination with several plugins, like discover to search for new episodes to download, or set_series_begin to reset the first episode for configured series, and so on.
Currently the following settings are required:
Option | Description |
---|---|
base_url | This is the URL of your Sonarr installation (usually http://localhost). Default port is 80. |
api_key | This is API key of your Sonarr installation (can be found under setting->general->security) |
The following settings are optional:
Option | Description |
---|---|
port | This is the port used by your Sonarr installation (usually 8989). Use if port is different than 80. |
include_ended | Decides whether to retrieve ended shows. Default is yes |
only_monitored | Retrieves only monitored shows on Sonarr. Default is no |
page_size | Defines the number of results to be retunred with every page of the API request. Set to 50 by default. Can be changed in order to resolve performance issues. |
This example shows how the next_sonarr_episodes plugin could be used with the set_series_begin plugin in order to set the first episode for all monitored and running shows as defined in Sonarr:
set-series-begin-from-sonarr:
next_sonarr_episodes:
base_url: '{? credentials.sonarr.url ?}'
port: 8989
api_key: '{? credentials.sonarr.api_key ?}'
include_ended: no
accept_all: yes
set_series_begin: yes
This example shows how the next_sonarr_episodes plugin could be used with the discover plugin in order to download the first missing episode for all monitored and running shows as defined in Sonarr:
discover-tv-from-sonarr:
discover:
what:
- next_sonarr_episodes:
base_url: '{? credentials.sonarr.url ?}'
port: 8989
api_key: '{? credentials.sonarr.api_key ?}'
include_ended: no
from:
- kat:
verified: yes
all_series: yes
download: /download