From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: custom rush -laj report columns
   Date: Wed, 30 May 2007 19:16:30 -0400
Msg# 1565
View Complete Thread (3 articles) | All Threads
Last Next
Antoine Durr wrote:
> [posted to rush.general]
> 
> Hi,
>   Is there a way to customize which columns are printed with a 'rush 
> -laj' list all jobs call, or for that matter, with irush?

	The 102.43 release (next release) will have a command line
	option that lets you reformat the 'rush -lj' job data completely.
	No ETA on that release yet.. probably fall 2007.

	Until then, your script can parse the output of 'rush -ljf +any',
	which has all the job info as "<Key>: <value>" pairs that
	are easy to parse from a script, which you can then reformat
	into a new report.

	This newsgroup article shows the specifics of how to parse
	rush output correctly for error messages and warnings:
	http://seriss.com/cgi-bin/rush/newsgroup-threaded.cgi?-view+1371+1371

> What I want to see are not done percentages, but 
> done number of frames, and as well, I'd like to see how many frames 
> there are in a particular job.

	Your script can parse out the jobids, and then invoke the
	'rush -lfi <JOBID>' to gather up that info. The '-lfi' report
	has probably all of the data about the frames you'd want.

	In the 102.43 release, all the info currently available in
	'rush -ljf' and 'rush -lfi' would be available as column data
	in 'rush -lj' via the -fmt command line option:

		rush -lj -fmt "Status:8 Jobid:8 Title" +any

	..where the number represents the column width, and the string
	before the ':' are documented keywords.


-- 
Greg Ercolano, erco@(email surpressed)
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)
Fax: (Tel# suppressed)
Cel: (Tel# suppressed)

Last Next