-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Starr Queue actions #378
Comments
blocking Notifiarr/website#202 / 202 awaiting on this |
We need:
|
Missing from https://gist.github.com/bakerboy448/2bbaae5bea512f7c9894c78de4d741c8 are |
Api docs would reflect current code |
@austinwbest Tell me what sorts of endpoints you need to hit and what payloads you want to send. I should be able to sort this pretty quick now. |
mainly all the actionable options for stuck/pending items will be nice to add
needs to be manual import and receive the movie from the site
Grab Calls (Delay Profile)
https://radarr.video/docs/api/#/QueueAction/post_api_v3_queue_grab__id_
Remove an Item (note the options)
https://radarr.video/docs/api/#/Queue/delete_api_v3_queue__id_
Manual import of a queued item
/radarr4k/api/v3/manualimport?downloadId=5F4BCF77D1BBAB8697987561643315876928E260&folder=&filterExistingFiles=true
manual import of a folder with matched files
/radarr4k/api/v3/manualimport?folder=%2Fdata%2Fmedia%2Ftorrents%2Fseeds-movies4k%2F&filterExistingFiles=true
https://gist.github.com/bakerboy448/2bbaae5bea512f7c9894c78de4d741c8
https://github.com/Radarr/Radarr/blob/44d7c54077b2f3546c2832f3ce9ab5cc7a964f0d/frontend/src/Commands/commandNames.js#L10
manual triggered import payload is actually a command POST to /radarr4k/api/v3/command with payload
with response https://gist.github.com/bakerboy448/9462bcfcb4af9c4cc0216e95dcba95b0
Origin user: nitsua
Origin message: Discord Server Link
Reporting user: bakerboy448
Reporting message: Discord Server Link
The text was updated successfully, but these errors were encountered: