Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

hurleyint1386

macrumors member
Original poster
Sep 4, 2006
39
12
I'm looking to set up a workflow for a photo gig coming up. Here's what I would like to do:
  • Take a photo with a camera (Canon 6D) wirelessly tethered to a MacBook Pro (using Kuuvik Capture).
  • Have a watch folder service using Automator on the session folder where the photos are being imported automatically.
  • There will be three printers (Canon PIXMA MG8220) connected.
  • Route the new image that was imported to the next available printer.
Each print takes about 20–30 seconds, so ideally I'd like Automator to look at the print queue, then if the queue is empty, print the photo. If it's not, check the queue length of the others and put the photo into the next shortest queue.

Is there an easy way of doing this? There will be an assistant, however, they would be doing other things and likely wouldn't be able to manually route the prints.

Before jumping in and programming this all manually, I'd like to see if there's a simpler way first. Any help would be greatly appreciated!
 

superscape

macrumors 6502a
Feb 12, 2008
937
223
East Riding of Yorkshire, UK
Hi there,

It's certainly do-able. Monitoring a watched folder is relatively simple.

Routing to the least busy print queue is less simple. If I was doing it, I'd probably start off by having a play about with the lpstat Terminal command. There's a "Run Shell Script" action that'll let you do execute shell scripts from Automator.

Good luck!
 

DJLC

macrumors 6502a
Jul 17, 2005
959
404
North Carolina
You may be able to accomplish this by using a printer pool —

Add all 3 printers in System Preferences, then select all 3 and create a pool. Then have Automator route those print jobs to the pool. CUPS *should* automatically route the job to whichever printer in the pool is currently idle and/or has the shortest queue.

More here: https://www.engadget.com/2014/08/05/mac-101-how-to-create-a-printer-pool-in-os-x/
 
  • Like
Reactions: superscape

superscape

macrumors 6502a
Feb 12, 2008
937
223
East Riding of Yorkshire, UK
You may be able to accomplish this by using a printer pool —

Add all 3 printers in System Preferences, then select all 3 and create a pool. Then have Automator route those print jobs to the pool. CUPS *should* automatically route the job to whichever printer in the pool is currently idle and/or has the shortest queue.

More here: https://www.engadget.com/2014/08/05/mac-101-how-to-create-a-printer-pool-in-os-x/


Well, I didn't know that one! Every day's a school day...
 
  • Like
Reactions: DJLC

hurleyint1386

macrumors member
Original poster
Sep 4, 2006
39
12
You may be able to accomplish this by using a printer pool —

Add all 3 printers in System Preferences, then select all 3 and create a pool. Then have Automator route those print jobs to the pool. CUPS *should* automatically route the job to whichever printer in the pool is currently idle and/or has the shortest queue.

More here: https://www.engadget.com/2014/08/05/mac-101-how-to-create-a-printer-pool-in-os-x/
This is exactly what I'm looking for! I'll give it a shot and see how well it work!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.