Closed notifiarr-bot closed 8 months ago
blocking https://github.com/Notifiarr/website/issues/202 / 202 awaiting on this
We need:
Missing from https://gist.github.com/bakerboy448/2bbaae5bea512f7c9894c78de4d741c8 are downloadId
, customFormats
and customFormatScore
. Are the API docs inaccurate? Any chance you can do a manual import in the other 3 apps and show me that output? or at least compare it to the api docs schema and tell me what's different.
Api docs would reflect current code The sample response is from 7mo ago
@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
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