You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to make this work in almost all conditions in Windows.
Don't Work:
Error log: "You must specify a list of files when creating." "D:\exepath\par2.exe" c -s5120000 -r5 -v "Q:\AnotherPath\PAR2\filename.par2" "Q:\FilePath\filename.mp4" "D:\exepath\par2.exe" c -s5120000 -r5 -v -B "Q:\FilePath" "Q:\AnotherPath\PAR2\filename.par2" "filename.mp4"
Do Work: "D:\exepath\par2.exe" c -s5120000 -r5 -v "filename.par2" "filename.mp4" "D:\exepath\par2.exe" c -s5120000 -r5 -v "Q:\FilePath\filename.mp4"
In other words, I'm unable to choose where to save the par2 files.
I'm unable to make this work in almost all conditions in Windows.
Don't Work:
Error log: "You must specify a list of files when creating."
"D:\exepath\par2.exe" c -s5120000 -r5 -v "Q:\AnotherPath\PAR2\filename.par2" "Q:\FilePath\filename.mp4"
"D:\exepath\par2.exe" c -s5120000 -r5 -v -B "Q:\FilePath" "Q:\AnotherPath\PAR2\filename.par2" "filename.mp4"
Do Work:
"D:\exepath\par2.exe" c -s5120000 -r5 -v "filename.par2" "filename.mp4"
"D:\exepath\par2.exe" c -s5120000 -r5 -v "Q:\FilePath\filename.mp4"
In other words, I'm unable to choose where to save the par2 files.
Might be related to #169
The text was updated successfully, but these errors were encountered: