Page 1 of 1

Script that change status in sabnzb web interface

Posted: May 16th, 2023, 1:32 am
by margarin55
Hi,

I have python script that creates a bdinfo for bluray disc and upload to google drive.

For now, the sabnzb web interface, shows status like Running script: myscript[dot]py (replace [dot] with . because of rules).

It is possible to display instead another status like: [i]Creating bdinfo[/i] or [i]Uploading to GDrive[/i] ?

In python script I use print("...") but it is not shown in web interface.

Thank you

Re: Script that change status in sabnzb web interface

Posted: May 16th, 2023, 2:23 am
by sander
Do you mean: printing that progress while it is uploading that?

I think that is not possible; SAB will show the script output after the script has finished.