Channel Path Variables
The Path field of a Channel supports the following variables.
| Variable Name | Description |
|---|---|
| BASENAME | The simplified name of your TitleLeaf instance. Example: moopress |
| DATESTAMP | The date in YYYYMMDD format. Example: 20191231 |
| TIMESTAMP | The date and time in YYYYMMDD-hhmmss format. The time is in 24-hour format. Example: 20191231-091502 |
| DISTRIBUTION_ID | The TitleLeaf ID for the given distribution. Example: 9999 |
| NEW_SEASON | Replaced with the current season plus the year. Example: Spring-2020 |
| UPCOMING_SEASON | Replaced with the upcoming season plus the year. Example: Fall-2020 |
| ROOT | Replaced with blank (to allow override of default path). Example: |
Examples
{BASENAME}-{TIMESTAMP}
=> demo-20190217-043210
{BASENAME}/{DISTRIBUTION_ID}/{DATESTAMP}
=> demo/145/20190217
path/to/{BASENAME}/{UPCOMING_SEASON}/{DATESTAMP}
=> path/to/demo/Spring-2020/20190217
{ROOT}
=>