Chris Wayg
Member
- Joined
- Jan 3, 2012
- Messages
- 5
- Reaction score
- 0
- Points
- 1
Ok good, I will put it in the file.I am fine with GPL.
I like that; where can I find that in your code?In the GUI version I made, at the completion of the copy it went back to the main screen. That made it easy to start the next copy. And from there it is easy to quit the app if I don't want to make more copies.
The output window is openend by Platypus. I'm not sure, if I can change its behavior. Maybe something similar could be achieved by just using Pashua.I would like to see the output window not open until you start a copy and close once you acknowledge the completion.
Hopefully my lazy code didn't make it too annoying.
Your code was quite easy to follow, and your bash skills far exceed mine. But it was harder to modify in regards to allowing spaces in paths and filenames. Almost all path variables had to be quoted and some awk statements modified. I really need the app to handle paths with spaces, because my naming convention is 'YYYY-MM-DD My Video Shoot Name'. Every time I forgot to replace the spaces with underscores, the original copy script really messed up and went all over the place, even being hard to stop. I hope I have achieved a robust handling of spaces with this version.
I was wondering why you copy/pasted much of the code for copy 1 to 4 instead of looping over it in some way? It seems to me, that this would have made the code more concise and easier to maintain and modify.