PipelineFX Forum

Qube! => General => Topic started by: cimmroth on January 06, 2010, 12:42:16 AM

Title: command line frame information
Post by: cimmroth on January 06, 2010, 12:42:16 AM
Is there a command line method for getting the information about the frames in a job?  I'm looking for something like the Agenda/Frames tab in the QubeGUI.

Thanks,
Chris

Title: Re: command line frame information
Post by: shinya on January 13, 2010, 09:35:31 PM
Hi cimmroth,

Yes, the "qbjobs" command has a "-l" (that's a lower case "L") option that
shows you information of jobs in a "long" format.

In most cases, you'd want to also specify jobIDs when using the "-l" option, as in:

 qbjobs -l 1234

Another approach would be to write your own command line tool in perl, python,
or C++ using the Qube API.  Examples are found in your $QBDIR/examples/ folder.
See the Development.PDF doc also for more details on writing your own Qube tools.