Page 1 of 1

1.2.1: windows post processing script path fail

Posted: February 25th, 2017, 5:12 pm
by dmn001
Getting an error on the post processing script since version 1.2.1.

On windows, it seems to add the following characters before the start of the path:

Code: Select all

\\?
e.g.

Code: Select all

C:\Program Files (x86)\SABnzbd>mtn.exe -P -r 5 \\?\W:\OUTPUT\output_folder

Code: Select all

mtn.exe: creating output image '\\output_filename_s.jpg' failed: No such file or directory
The script is this text in a .bat file:

Code: Select all

mtn.exe -P -r 5 %1
where the %1 should refer to the path.

Re: 1.2.1: windows post processing script path fail

Posted: February 25th, 2017, 5:41 pm
by safihre
Just released a new version to fix this:
https://sabnzbd.org/downloads

Re: 1.2.1: windows post processing script path fail

Posted: February 25th, 2017, 5:53 pm
by dmn001
Thanks for the fast fix! I can confirm the script is working again.