Skip to main content
Documentation & User Guides | Fotoware

How to add only the selected node from a hierarchical QuickList

Overview

When users add metadata from a hierarchical QuickList, the metadata editor's default behavior is to add the selected node and all parent nodes. Learn how to define that only the selected node is added.

Modifying the QuickList file

To specify that only the selected node is added, a string must be added to the top of the file as follows:

#! APPLY_SELECTED_ONLY=1
BMW
    1-series
    2-series
    3-series
    4-series
    5-series
    6-series
    7-series

The #! APPLY_SELECTED_ONLY function tells FotoStation to insert only the node the user selects, without parent nodes. Therefore, if a user now chooses 1-series in the above example, only 1-series is inserted in the metadata; BMW is not included.

 

Note: If #! APPLY_SELECTED_ONLY is not added to the file, FotoStation inserts BMW1Series without any separator when a user selects 1-series.

To configure FotoStation to insert all items from root to top, you can define a separator character to split the different entries. For more information, see How to separate metadata entries that are added from a hierarchical QuickList.