This is part of managed list plugin system.
Creates an Entry for each show in your Sonarr show list (including ended ones by default).
This plugin can be used with the discover or configure_series plugins to add those shows to the shows list.
Currently the following settings are required:
Option | Description |
---|---|
api_key | This is API key of your Sonarr installation (can be found under setting->general->security) |
The following settings are optional:
Option | Description | Default |
---|---|---|
base_url | This is the URL of your Sonarr installation | http://localhost . |
base_path | If you set the URL base option in sonarr, you will need to specify that here. | |
port | This is the port used by your Sonarr installation (usually 8989) | 80 |
include_ended | Decides whether to retrieve ended shows. | True |
only_monitored | Retrieves only monitored shows on Sonarr | False |
include_data | Decides whether to send quality profile, cutoff quality and original show path to Flexget. Relevant only when combining with configure_series plugin | False |
ignore_episodes_with_files | Unmonitors any episodes with a file | False |
ignore_episodes_without_files | Unmonitors any episodes without a file | False |
search_missing_episodes | Searches for missing files after applying ignore_episodes_with_files . It can be used to control which episodes Sonarr monitors after adding the series, ignoring episodes with and without files will only monitor future episodes. |
True |
profile_id | Allows you to change the quality profile that is selected during series creation. You can find quality profile/profile ID at http://localhost:8989/api/profile?apikey=APIKEY |
1 |
language_id | Allows you to change the language profile that is selected during series creation. You can find language profile/profile ID at http://localhost:8989/api/languageprofile?apikey=APIKEY |
1 |
season_folder | Allows you to set the season folder to either true or false | False |
monitored | Allows you to set the whole series to either monitored or paused. If set to false you don't have to use ignore_episodes_with_files or ignore_episodes_without_files |
True |
root_folder_path | Allows you to set the location of the root folder path. example: D:\Media\TV Shows Default points to the root folder path you first setup in sonarr. |
|
series_type | Allows you to change the series type between standard, daily, or anime . |
standard |
tags | Allows you to set tags. Can be a number (tag id) or string, If string it will add the tag if it doe snot exist. For example: [1,2,3,4,5] or ['tv_hd','some_tag'] . Tag ID's can be found at http://localhost:8989/api/tag?apikey=APIKEY . Requires you to have pre-setup any tags you plan on using. |
[0] (not passing any tags) |
get-all-shows-from-sonarr-task:
configure_series:
from:
sonarr_list:
base_url: http://localhost
port: 8989
api_key: MYAPIKEY1123
include_data: yes
trakt_list:
account: account_name
list: watchlist
type: shows
accept_all: yes
list_add:
- sonarr_list:
base_url: http://localhost
port: 8989
api_key: MYAPIKEY1123