A book style is made up of a number of icons all of which are 24 x 24 pixels in size.
There are some tags that only have bit 4 set. In these cases Thumbcat will handle multiple tags with the same interpretation and assign the most appropriate value to the applied tag. Examples are :
When storing tags in the thumbcat database the "Itemlist" values are searched and any
missing values whose bit 3 is set are then interpreted from other values. For example
FNnumber and ApertureValue will be read from the Exif file. The thumbcat internal tag
"Aperture" will be blank and so its value will be populated with either FNnumber or
ApertureValue. Only "Aperture" will be stored in the thumbcat database.
| Tag Name | Tag Description |
| Title | A short description of the use of the search |
| Context | How the search is applied. It can have one of 3 values: |
| | Album | search is confined to the current album |
| | Catalogue | search is confined to the current catalogue |
| | All | search is applied to all albums of all known catalogues |
| Match | Defines how multiple criteria results are interpreted, There are two values : |
| | All | All the criteria must match for a success (Logical AND) |
| | Any | At least one of the criteria must match for a success (Logical OR) |
| Criteria | Start of a criteria expression block. There can be up to 4 criteria blocks |
| Tag | The name of a tag. Part of a criteria block |
| Condition | The condition of the expression. Part of a criteria block. It can be one of : |
| | = | Number or string |
| | < | Number or string |
| | <= | Number or string |
| | > | Number or string |
| | >= | Number or string |
| | <> | Number or string |
| | contains | String only |
| | begins with | String only |
| | ends with | String only |
| Value | The comparison value for the expression. Part of a criteria block. |
| Case | If Y then string comparisons are case sensitive. Part of a criteria block. |
| End | End of a criteria block |