mdhiggins / sickbeard_mp4_automator

Automatically convert video files to a standardized format with metadata tagging to create a beautiful and uniform media library
MIT License
1.53k stars 202 forks source link

Feautre Request: Progress bar in NZBGET #670

Closed trippinshrumes closed 7 years ago

trippinshrumes commented 7 years ago

I'm sorry I'm not sure where I could put a possible new feature on here so I'll throw it here and let you decide what to do with it.

I was recently batch processing a folder of mine with this, I noticed that there's a progress bar.

Would it be simple enough to provide the information to NZBget so that it's able to show the progress within it's gui when the post process script is running?

Thanks

mdhiggins commented 7 years ago

As far as I know this isn't supported ini the NZBGet post script API

mdcollins05 commented 7 years ago

What about adding a message every 5% or so which could be seen in the NZBGet log interface?

mdhiggins commented 7 years ago

Is there an API callback that allows us to talk to the progress bar? I had looked into it a while a go and couldn't find anything

If there's an API we could support it but I don't think NZBGet lets the scripts do it, its an NZBGet limitation as far as I know

mdcollins05 commented 7 years ago

I can't find any documentation on setting the progress bar either.

From http://forum.nzbget.net/viewtopic.php?f=3&t=2009#p13449: "The progress or estimated time cannot be changed by the script. However the green status message is controlled by the script and you can put the pecentage there."

Could we go that route and just simply print out the percentage every so often so that it shows?