Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Do not use spaces in the Path field

The “Path” field on the “Edit Channel” form accepts the following variables:

variable

explanation

DISTRIBUTION_IDBASENAME

Replaced with the Distribution IDan abbreviation of the publisher’s name

DATESTAMP

Replaced with the Distribution creation date (YYYYMMDD)

TIMESTAMP

Replaced with the Distribution creation time stamp (YYYYMMDD-hhmmss)

BASENAMEDISTRIBUTION_ID

Replaced with an abbreviation of the publisher’s namethe Distribution ID

NEW_SEASON

Replaced with the current season plus the year

UPCOMING_SEASON

Replaced with the upcoming season plus the year

ROOT

Replaced with blank (to allow override of default path)

Note

Each variable must be enclosed in single curly brackets within the Path field.

Note

Do not use spaces in the Path field.

Examples:

Code Block
{BASENAME}-{TIMESTAMP}
=> demo-20190217-043210

...

Code Block
path/to/{BASENAME}/{UPCOMING_SEASON}/{DATESTAMP}
=> path/to/demo/Spring-2020/20190217
Code Block
{ROOT}
=>