putnam / binmerge

Tool to merge multiple bin/cue tracks into one. Great for redump.
GNU General Public License v2.0
340 stars 44 forks source link

Hope you're still active #2

Closed OnionEclipse closed 7 years ago

OnionEclipse commented 7 years ago

Let me start by saying I love your script! It seems to work flawlessly. I do have one issue that you may or may not be able to change. When it creates the cue file it points to the full path of the bin. It would be nice if it only pointed at the file.

So instead of it pointing at this is\the path

OnionEclipse commented 7 years ago

Oops I accidentally submitted before I finished and can't edit.

So instead of it pointing at "this is\the path\file.bin" it would just be "file.bin"

putnam commented 7 years ago

I am still active -- but somehow missed this comment! I need to fix my notification settings.

Can you describe your workflow? Big folder full of files, subfolders, how you're running it?

When you call the script, the new_name argument should not include a path. I can maybe change around the way the script works if it's inconvenient for certain workflows though.

putnam commented 7 years ago

Note that you can provide an output directory with the -o argument in case you need to set that.

putnam commented 7 years ago

Closing due to inactivity, but feel free to reopen if you can think of a better way for me to present the command line args.