You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
search (bool): Search for the Movies after adding.
190
191
minimum_availability (str): Minimum Availability for the Movies. Valid options are announced, inCinemas, released, or preDB.
191
192
tags (Optional[List[Union[str, int, Tag]]]): Tags to be added to the Movies.
193
+
per_request (int): Number of Movies to add per request.
192
194
193
195
Returns:
194
196
Tuple[List[:class:`~arrapi.objs.Movie`], List[:class:`~arrapi.objs.Movie`], List[int]]: List of Movies that were able to be added, List of Movies already in Radarr, List of TMDb IDs of Movies that could not be found.
unmet_search (bool): Start search for cutoff unmet episodes of the Series after adding.
221
222
series_type (str): Series Type for the Series. Valid options are ``standard``, ``daily``, or ``anime``.
222
223
tags (Optional[List[Union[str, int, Tag]]]): Tags to be added to the Series.
224
+
per_request (int): Number of Series to add per request.
223
225
224
226
Returns:
225
227
Tuple[List[:class:`~arrapi.objs.Series`], List[:class:`~arrapi.objs.Series`], List[int]]: List of Series that were able to be added, List of Series already in Sonarr, List of TVDb IDs of Series that could not be found.
0 commit comments