Search found 4 matches

by cguy1234
02 Sep 2017, 20:18
Forum: Support
Topic: [Post-Process Script] Progress bar?
Replies: 8
Views: 4231

Re: [Post-Process Script] Progress bar?

Thanks, I'll give that a shot.
by cguy1234
02 Sep 2017, 13:48
Forum: Extension scripts
Topic: [REQ] Blu-Ray ISOs and directories to MKV Remux
Replies: 4
Views: 5677

Re: [REQ] Blu-Ray ISOs and directories to MKV Remux

This is what you want... works mint... I converted nearly 500 .iso's using this and it worked flawlessly every time.
https://alexgritton.github.io/MakeMKVBatchConverter/

Just make sure you don't leave the source and destination the same, that's the only 'got ya'.

Best,
Cguy
by cguy1234
02 Sep 2017, 13:38
Forum: Support
Topic: [Post-Process Script] Progress bar?
Replies: 8
Views: 4231

Re: [Post-Process Script] Progress bar?

Honestly, I've not found that NZBGET doesn't handle print messages to well.... When I call subprocess.popen from my python program, all print messages stop displaying. It seems it's got something to do with buffering the stdout, and stderr pipes. The instant my subprocess starts (either calling hand...
by cguy1234
31 Aug 2017, 14:36
Forum: Support
Topic: [Post-Process Script] Progress bar?
Replies: 8
Views: 4231

[Post-Process Script] Progress bar?

I've written a post processing script that transcodes video files if they don't meet my specified parameters. I'd like to add some type of progress meter to the download screen - similar to what we see when a file is being unpacked, or par checked. Is this possible? and if so, how? I've read the doc...