|
3D Photo Browser Light / for Digital Camera / for 3D Users
3D Photo Browser has several display modes. You can switch from one
mode to another using View / View menu. You can also use Ctrl+Mouse
wheel to cycle from one mode to another. In this tutorial we will
look at the way to customize the Custom display from the View
/ View menu.
|
|
Here is what we want to display... |
...we can also add colors! |
So let's go:
- Select View / View / Custom display mode. Open Edit
/ Preferences (Alt+P) dialog.
- Click on the Custom Display tab.
This dialog allows you to edit the information displayed for 4
kind of files: Images
/ 3D / Audio
and Others files
- Select Images Files from the drop down menu. Now,
we will edit the information to display for the image files.
- Click in the
edit area and edit or
copy the following text:
<tagifexist><brttitle><tagendifexist>
<tagifexist>
Subject: <brtsubject>
<
tagendifexist>
<
tagifexist>
Author: <brtauthor>
<
tagendifexist>
<
tagifexist>
Category: <brtcategory>
<
tagendifexist>
<tagifexist>Info: <bmapfocallength> (<bmapexposuretime>)<tagendifexist>
Size: <brtfilename(size)>
Date: <brtfilename(lastwritedate(d))>
Here is an analysis of this script:
<tagifexist><brttitle><tagendifexist>
|
- <brttitle> tag is
in the Tags / Files - Description / Title menu.
- <brttitle> will be replaced by the title information you
can edit for each file. Look at How
to edit file's title and description?
- <tagifexist> and <tagendifexist> are in the Conditional
tags menu.
- Thanks to these tags the line is displayed only if a title has
been edited.
|
<tagifexist>
Subject: <brtsubject>
<tagendifexist> <tagifexist>
Author: <brtauthor>
< tagendifexist>
< tagifexist>
Category: <brtcategory>
< tagendifexist>
|
- <brtsubject>, <brtauthor>, <brtcategory> tags
are in the Tags
/ Files - Description
menu.
- These tags will be replaced by the subject, author and category
fields of the Information panel (F7). Look at How
to edit
file's title and description? for more information.
- Thanks to <tagifexist> and <tagendifexist> tags the
lines are displayed only if information has been edited.
|
<tagifexist>Info: <bmapfocallength> (<bmapexposuretime>)<tagendifexist>
|
- Tags can be found in Tags / Images / Camera & shooting
conditions
- This displays the focal length and exposure time information,
which are contained in the EXIF information created by your digital
camera.
|
Size: <brtfilename(size)>
Date: <brtfilename(lastwritedate(d))> |
- Tags can be found in Tags / Files - Description
- It displays the file size and modified time.
- This information always exists and you don't have to insert conditional
tags.
|
- Click OK and look at the results in the main window display.
|