Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.58 KB

wildcard-names.md

File metadata and controls

29 lines (19 loc) · 1.58 KB

Wildcard names

Wildcard name is a placeholder for a project/sequence name or time.

e.g. for sequence "DrakeShip" in Vikings.prproj, on 15:30 20th May, 2022
this Compass export media path:

/Users/Dropbox/EXPORT/#YYYY#MM#DD/#PROJ/#SEQ_#hh#mm

will generate a path:

/Users/Dropbox/EXPORT/20220520/Vikings/DrakeShip_1530

When input is activated, wildcards will below input.
Click on any of them to insert a wildcard at cursor position.

Available Wildcards:

WildcardDescription
#PRODProduction name
#PRJProject name
#SEQSequence name
#BINSequence parent bin name
#YYYYYear, 4 digits (2022)
#YYYear, 2 digits (22)
#MMMonth
#DDDay
#hhHour
#mmMinute

{% hint style="info" %} Need more options? Write to [email protected] {% endhint %}