I am trying to get a post-processing script to run, and it looks like it is doing it. Problem is, it isn't actually doing anything.
Version: 0.6.9
OS: Windows 2008R2
Install-type: Windows Installer
Skin (if applicable): Plush
Firewall Software: None
Are you using IPV6?: no
Is the issue reproducible? yes
The script I am trying to run converts all .flac files found into mp3's and then moves the .flac files to a different directory. I am using xrecode2 to do the converting, and the script runs just fine when I do it manually. When I set it as a postprocessing script, it looks like it runs, but it doesn't actually convert anything.
Here is the .cmd file I am using:
Code: Select all
"c:\program files (x86)\xrecode ii\xrecode2.exe" /input "c:\downloads\music\*.flac" /output "c:\" /dest mp3 /recurse /createfullpath /moveto "c:\downloads\done\" /dontshowaddingfiles /dontshowprogress /noshowerr /of /usepreset /preset 0
Code: Select all
C:\Program Files (x86)\SABnzbd>"c:\program files (x86)\xrecode ii\xrecode2.exe" /input "c:\downloads\music\*.flac" /output "c:\" /dest mp3 /recurse /createfullpath /moveto "c:\downloads\done\" /dontshowaddingfiles /dontshowprogress /noshowerr /of /usepreset /preset 0
John

