Kometa-Team / ArrAPI

A lightweight Python library for Radarr and Sonarr API.
https://arrapi.kometa.wiki
MIT License
44 stars 7 forks source link

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

Closed marc0janssen closed 2 years ago

marc0janssen commented 2 years ago

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
marc0janssen commented 2 years ago

THANK YOU!!