First of all, thanks for creating this program. I had been thinking about writing my own to reduce the repetitiveness of repair/extracting, but looks like you've got it working great!
One issue I had after installing was that the "Repair then Extract to Here" did not work. I dug around a little, and discovered that an extra space character in the XML file was causing this problem. I changed it to:
<Value>_here,_browse,_subfolder</Value>
I have a couple of other ideas that would help extend the functionality of this program. Are you taking feature requests? Could you use some assistance with testing or documentation?
Thanks again,
Justin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First of all, thanks for creating this program. I had been thinking about writing my own to reduce the repetitiveness of repair/extracting, but looks like you've got it working great!
One issue I had after installing was that the "Repair then Extract to Here" did not work. I dug around a little, and discovered that an extra space character in the XML file was causing this problem. I changed it to:
<Value>_here,_browse,_subfolder</Value>
I have a couple of other ideas that would help extend the functionality of this program. Are you taking feature requests? Could you use some assistance with testing or documentation?
Thanks again,
Justin
Thanks for finding that. Damn you, spaces! I'll fix it asap.
Sure, feature requests are always welcome. Let me know what you want to be able to do and I'll try and figure out how it can be done, heh.
Fixed in 0.3.10