Script that change status in sabnzb web interface

Come up with a useful post-processing script? Share it here!
Post Reply
margarin55
Newbie
Newbie
Posts: 1
Joined: May 16th, 2023, 1:16 am

Script that change status in sabnzb web interface

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: Script that change status in sabnzb web interface

Post 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.
Post Reply