Trigger post-processing with bash command? #10755
Unanswered
josh-aliencode
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It has been asked / discussed before. But you'll have to use the api/v2 command. There is a version of it that runs sync and one that runs async. I would recommend to use the async command. You could see the command by analyzing the browsers requests F12 (network tab). When you start a manual pp task in the ui |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to trigger the post processing in pymedusa with a command?
It would be handy for me to use in a script.
Something similar worked with Sickrage:
curl -s "http://<HOST:PORT/WEBROOT>/api/v1/<API KEY>/?cmd=postprocess&path=<DOWNLOAD DIR>"
Beta Was this translation helpful? Give feedback.
All reactions