Medusa: Convert manual PP to websocket

Created on 21 Mar 2018  路  2Comments  路  Source: pymedusa/Medusa

Based on issues like https://github.com/pymedusa/Medusa/issues/3878#issuecomment-374881601 I think it's worth switching the manual PP process from a submission to an ajax call similar to the manual search page.

Bug Enhancement Help wanted 2. Medium

Most helpful comment

Yeah it's on the todo. Eventually I want to add a postprocessing thread, that queues a postprocess action.
And the queue gives back an id/reference. The reference can be used to check on the postprocess state.
This would also be used for external scripts like nzbToMedia. But then we should PR changes to scripts like nzbToMedia, to have it check async like it does for example with cp.

All 2 comments

Yeah it's on the todo. Eventually I want to add a postprocessing thread, that queues a postprocess action.
And the queue gives back an id/reference. The reference can be used to check on the postprocess state.
This would also be used for external scripts like nzbToMedia. But then we should PR changes to scripts like nzbToMedia, to have it check async like it does for example with cp.

Was this page helpful?
0 / 5 - 0 ratings