Kometa-Team / ArrAPI

A lightweight Python library for Radarr and Sonarr API.

Home Page:https://arrapi.kometa.wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Radarr "COMMAND" calls (Seems to be a COMMAND call Sonarr too)

marc0janssen opened this issue · comments

commented

Can you please implement the COMMAND from the Radarr API:

SO you kan send the "json" your self?

COMMAND POST

Command

POST
​/command
Post a Command

Pushes commands to Radarr using a key:value pair. The main key is "name" and below are acceptable values but it can also accept other key:value pairs (listed under each command):

ApplicationUpdate - Trigger an update of Radarr
Backup - Trigger a backup routine
CheckHealth - Trigger a system health check
ClearBlocklist - Triggers the removal of all blocklisted movies
CleanUpRecycleBin - Trigger a recycle bin cleanup check
DeleteLogFiles - Triggers the removal of all Info/Debug/Trace log files
DeleteUpdateLogFiles - Triggers the removal of all Update log files
DownloadedMoviesScan - Triggers the scan of downloaded movies
MissingMoviesSearch - Triggers a search of all missing movies
RefreshMonitoredDownloads - Triggers the scan of monitored downloads
RefreshMovie - Trigger a refresh / scan of library
movieIds:int[] - Specify a list of ids (comma separated) for individual movies to refresh
commented

THANK YOU!!