Radarr

pyarr.models.radarr.RadarrCommands

Radarr commands.

Note:

The parameters are supplied as **kwargs within the post_command method.

DownloadedMoviesScan:

Scans downloaded episodes for state

Args:

path (str): path to files

MissingMoviesSearch:

Searches for any missing movies

MoviesSearch:

Searches for the specified movie or movies

Args:

movieIds (list[int]): ID of Movie or movies

RefreshMovie:

Refreshes all of the movies, or specific by ID

Args:

movieId (int, Optional): ID of Movie

RenameMovie:

Rename specific movie to correct format.

Args:

movieId (int): ID of Movie or movies movieIds (list[int]): ID of Movie or movies

RescanMovie:

Rescans specific movie

Args:

movieId (int): ID of Movie

RenameFiles:

Rename files to correct format

Args:

movieId (int): ID of Movie files (int): ID of files

RssSync:

Synchronise RSS Feeds

Backup:

Backup the server data

alias of Literal[‘DownloadedMoviesScan’, ‘MissingMoviesSearch’, ‘MoviesSearch’, ‘RefreshMovie’, ‘RenameMovie’, ‘RenameFiles’, ‘Backup’]

pyarr.models.radarr.RadarrSortKey

Radarr sort keys

alias of Literal[‘date’, ‘downloadClient’, ‘id’, ‘indexer’, ‘languages’, ‘message’, ‘modieId’, ‘movies.sortTitle’, ‘path’, ‘progress’, ‘protocol’, ‘quality’, ‘ratings’, ‘title’, ‘size’, ‘sourcetitle’, ‘status’, ‘timeleft’]

pyarr.models.radarr.RadarrEventType

Radarr event types

alias of Literal[‘unknown’, ‘grabbed’, ‘downloadFolderImported’, ‘downloadFailed’, ‘movieFileDeleted’, ‘movieFolderImported’, ‘movieFileRenamed’, ‘downloadIgnored’]

pyarr.models.radarr.RadarrMonitorType

Radarr movie availability types

alias of Literal[‘movieOnly’, ‘movieAndCollections’, ‘none’]

pyarr.models.radarr.RadarrAvailabilityType

Radarr movie availability types

alias of Literal[‘announced’, ‘inCinemas’, ‘released’]