Closed Jajuar closed 4 years ago
I would normally say that sort of thing is implied by the fact that it's written in python, but considering the majority of this scripts users will be on windows and may be unfamiliar with coding, it may be useful to many to have examples in the readme. This might have also saved me a couple hours by showing me the basename should NOT include the full path of the output directory, even though it clearly states this on the help page :facepalm:
I would normally say that sort of thing is implied by the fact that it's written in python, but considering the majority of this scripts users will be on windows and may be unfamiliar with coding, it may be useful to many to have examples in the readme. This might have also saved me a couple hours by showing me the basename should NOT include the full path of the output directory, even though it clearly states this on the help page 🤦
-o OUTDIR output directory. defaults to the same directory as source cue
The usage tells you pretty clearly which directory the output goes into
I created a release just now that is a standalone Windows binary, so if you're having trouble installing and using Python you can use that now.
Great work with the binmerge 👍
I had to google a while until I stumbled upon this:
How to use binmerge on Windows
Perhaps, this could be useful in the README for those using Win OS 😀