View Single Post
Old 11-27-2011, 01:27 AM  
johnnyloadproductions
Account Shutdown
 
Industry Role:
Join Date: Oct 2008
Location: Gone
Posts: 3,611
Quote:
Originally Posted by JohnRingo View Post
Csv importer
Interesting, I just wonder how to integrate that or solve that in order to include galleries that are integrated with wordpress. But then I think of it again and it really isn't that hard. I'll definitely check that out. Thanks Mr. Ringo.

Quote:
Originally Posted by unixmaid View Post
I use bash, perl, awk and sometimes plain old 'sh'.

for f in *.flv
do
... something with "$f" ...
done

A lot of it depends on what you're trying to automate, you could use variations of the above to create thumbnails, do image conversions, produce a list of images that are different sizes, watermarks, etc..

If you can, pick software that has a command line interface (even if it's not the primary interface) because that is the easiest to automate. If it doesn't have a command line interface, sometimes you can build one on top of it.

Once thats done, it becomes a pretty simple matter (especially if the commands are textual) to stack them together into specific tasks. I do this so often I don't even really think of it as "automation". (works best when things are uniform & organized well... "corner cases" are the natural enemy of automation)

Flip side of automation is, sometimes you spend more effort automating something than if you'd done it manually in the first place, it's kind of challenging to decide when to automation will pay off.

If you're stuck on a windows machine, install the cygwin to get access to these kinds of tools, the pathnames are all messed up, it's sluggish & annoying, but cygwin is still a lot better than nothing at all.
Posts like these make starting threads like this worth my while. Thanks unixmaid.

Quote:
Originally Posted by anexsia View Post
Magic join links saves me from even having to work.
Could you elaborate a little more on this please, seems like you've done good with your blogs from what I've read from you so your opinion has some value.
johnnyloadproductions is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote