Location
or Project
– to review your added transfers.Source Name
, Date
, and Counter
– to create folder paths, rename files, and set Labels. Hedge logs all elements and their values in the Transfer Log, Event Log, and Media Hash List.Preferences > Organize
.➕
button to create a custom element.Auto Label
, Rename Files
, and Create Folders
.{ }
(e.g. {Project}
), then pressing [Enter]
.⌄
down arrow button and choose "Remove"Disks
menu (Command-1)
, click the up arrow button (⌃
) in the lower-right corner to review any auto-populated elements.⌃
up arrow button to open the Review panelReview Preset
from the Preset dropdown.Review Preset
panel and choose Clear
.clipReviewElements
are defined in a preset, a Clip Review form is presented per clip.📌
. Like Source Review, Clip Review data is logged in the Transfer Log and the (ASC) MHL..hedge
preset is formatted as a JSON file and can be opened in any text or code editor..hedge
file. Hedge will launch, and install the preset in ~/Library/Preferences/Hedge/Presets/
..hedge
preset file consists of one array with one or more preset objects (in JSON format). name
name
, Hedge will use the file name as the preset name. Required when defining multiple presets in one file.description
version
1.0
sourceReviewElements
array contains all elements that will appear in the Review pane when adding a source.clipReviewElements
array contains all elements that will appear in the Clip Review pane when adding the transfer.name
{ }
.type
text
, date
, select
, counter
, or hidden.
defaultValue
value
options
select
elementslabelPattern
, renamePattern
or folderPattern
use {YYYY}
,{MM}
and {DD}
elements. defaultValue
set, with the exception of date
. The defaultValue
displays when the Source Review form's first used or when clearing the form. By default, the date
element uses the date set in Preferences > General > Date:
.value
property in the preset file..select
Elements have an extra options
property that holds all the dropdown options.doNotCopyFiles
[".thumbs", "XML"]
cannot be combined with copyOnlyFiles
.copyOnlyFiles
[".mp4", "mov"]
cannot be combined with doNotCopyFiles
. When both properties are defined, doNotCopyFiles
will be used.ignoreEmptyFolders
true
, empty folders will not be transferred.ignoreBundles
[ "AVCHD<2MB" ]
flattenFolders
true
, the Source's folder structure is flattened. Duplicate filenames will be renamed with a counter.labelPattern
{Metadata}
elements, excluding {Filename}
and {File date}
elements, can be used. This label will be used in the transfer log name and picked up by the {Source Name}
element.renamePattern
{Metadata}
elements including {Filename}
can be used here.folderPattern
{Metadata}
elements, excluding {Filename} and {File date}
elements, can be used. Use /
to create a folder path.dontAllowRepetitionAndTrim
labelPattern
, renamePattern
, and folderPattern
. Especially useful when not all elements have a value..hedge
file with multiple presets. See the example below.