rednoah wrote: ↑30 Apr 2019, 04:17
Delete clutter files like artwork, samples, etc in folders that have been left over after moving video files.
Well, I'd be forgiven for thinking it was only video files.
BTW, I know enough to try to see if I can make a custom modification to the amc script to include such folders such as the Theme folder I'm having to deal with.
The easiest way would be to have your own post-processing commands. Go through the history, check which files are still there, process them according to your preferences.
If you don't to import the extras into the new structure, and really just wanna delete them, then just do that:
Modifying the amc script is an option, but there's basically not benefit AFAIK, and really just results in you never updating the amc script ever again, because you'd have to merge in your changes every time.
rednoah wrote: ↑30 Apr 2019, 10:54
The easiest way would be to have your own post-processing commands. Go through the history, check which files are still there, process them according to your preferences
Going this route. I wouldn't know where to start.
rednoah wrote: ↑30 Apr 2019, 10:54
If you don't to import the extras into the new structure, and really just wanna delete them, then just do that:
I was planning on doing this anyway. Once I maybe got the amc script working/modified.
rednoah wrote: ↑30 Apr 2019, 10:54 Modifying the amc script is an option, but there's basically not benefit AFAIK, and really just results in you never updating the amc script ever again, because you'd have to merge in your changes every time.
This is the option I would like. I'm going to be running this amc script now on my existing libray and probably not be doing it again for quite some time. Now is there a link to read up on modifying these files and merge them?
Not really. Most scripts are quite easy, but the amc script is bloated with a few hundred lines by now, and so it doesn't lend it self to customization anymore, so some Groovy programming background is probably required if you're gonna make modifications.
That's fine. Nothing I can't handle. I've learned in a couple of days how to write javascript for Photoshop. So I'm sure I could add this ability for amc script. After all, I'll be the only one using it and take full reasonability for any F'ups I do