Environment Variables for Assets

By default, when mrViewer views an image, movie or audio, it will log it in the database. However, it is sometimes useful to attach a shot, sequence or show to the image being logged. mrViewer relies on some useful environment variables for this.

The environment variable SHOW determines the show the image belongs to. It should be a small name, like 'hulk'.

The environment variable SHOT determines the shot the image belongs to. It should be a 2 or 3 character string followed by a number. Example: da023, ep123.

The optional environment variable SEQ determines the sequence the image belongs to. If not set, it is guessed from the first letters of the shot. As with the show, it should be a small name, usually a prefix of the shot.

Finally, the environment variable USER or USERNAME is used to log in the user that viewed the image for the first time.