Documentation Index Fetch the complete documentation index at: https://docs.daytalog.com/llms.txt
Use this file to discover all available pages before exploring further.
Name of your project. Only legal characters are allowed.
Default name of the unit/team
Extend with additional project information.
Each object in the array should be a dictionary of string keys with string values.
Example: [{"key1": "value1"}, {"key2": "value2"}]
Add extra metadata to your logs and clips. The id and name of the schema.
Whether the schema is active and visible in the UI.
Used for hierarchy. If multiple schemas are used and have the same keys, the order will determine which value is used.
Match clips by clip name or timecode.
Whether the schema can be imported from a CSV file. Will be used for the import button in the UI.
log_fields
[text | text_list | text_list_list | kv_map | kv_map_list]
Fields to set on the log.
It’s text. Nothing more, nothing less. CSV column header for parsing CSV
A list/array of text. Example: ["applebox", "boom", "clapperboard"]CSV column header for parsing CSV
Select delimiter for parsing ",", ";", "|", ":", "="
A list of nested lists. Example: [
[ 'Johnny' , 'Bravo' , 'Gaffer' ],
[ 'Jane' , 'Doe' , 'Video Assist' ]
]
CSV column header for parsing CSV
Select primary delimiter for parsing ",", ";", "|", ":", "="
Select secondary (nested) delimiter for parsing ",", ";", "|", ":", "="
Key-value pairs inside an object. Example: {
Location : 'Studio 1' ,
UserInfo1 : 'bananas, oat milk, 12 eggs, avocados (ripe, but not too ripe)'
}
CSV column header for parsing CSV
Select primary delimiter for parsing ",", ";", "|", ":", "="
Select secondary (nested) delimiter for parsing ",", ";", "|", ":", "="
A list of key-value objects. Example: [
{
tc: '25:25:25.25' ,
urgency: '0' ,
issue: 'Operator fell asleep. Shot turned into 20 minutes of clouds'
},
{
tc: '01:23:45.67' ,
urgency: '5' ,
issue: 'Camera overheated'
}
]
CSV column header for parsing CSV
Select primary delimiter for parsing ",", ";", "|", ":", "="
Select secondary (nested) delimiter for parsing ",", ";", "|", ":", "="
clip_fields
[text | text_list | text_list_list | kv_map | kv_map_list, ...Metadata types]
It’s text. Nothing more, nothing less. CSV column header for parsing CSV
A list/array of text. Example: ["applebox", "boom", "clapperboard"]CSV column header for parsing CSV
Select delimiter for parsing ",", ";", "|", ":", "="
A list of nested lists. Example: [
[ 'Johnny' , 'Bravo' , 'Gaffer' ],
[ 'Jane' , 'Doe' , 'Video Assist' ]
]
CSV column header for parsing CSV
Select primary delimiter for parsing ",", ";", "|", ":", "="
Select secondary (nested) delimiter for parsing ",", ";", "|", ":", "="
Key-value pairs inside an object. Example: {
Location : 'Studio 1' ,
UserInfo1 : 'bananas, oat milk, 12 eggs, avocados (ripe, but not too ripe)'
}
CSV column header for parsing CSV
Select primary delimiter for parsing ",", ";", "|", ":", "="
Select secondary (nested) delimiter for parsing ",", ";", "|", ":", "="
A list of key-value objects. Example: [
{
tc: '25:25:25.25' ,
urgency: '0' ,
issue: 'Operator fell asleep. Shot turned into 20 minutes of clouds'
},
{
tc: '01:23:45.67' ,
urgency: '5' ,
issue: 'Camera overheated'
}
]
CSV column header for parsing CSV
Select primary delimiter for parsing ",", ";", "|", ":", "="
Select secondary (nested) delimiter for parsing ",", ";", "|", ":", "="
Email Presets Label used for menu options
Must contain at least one valid email address.
Enabled as an option and not hidden from the UI.
A list of PDF Presets Label used for menu options
The template for the output file name. Must end with ‘.pdf’
Enabled as an option and not hidden from the UI.
The sender/From field for sending emails. Can in some cases be both the name and email, check provider documentation for correct format. If unsure, just type the email address.