Contact Support

Restricting Sequence Access

To restrict the sequence access to specific users, do the following:

1.   Navigate to FLIX_ROOT/flixProjects/show/home/flix/overrides.yml.
2.   Enable the restrictSequenceAccess parameter by setting it to 1.

When the restrictSequenceAccess parameter is enabled, no user is able to view the restricted sequence.

Note:  For more information on how to set Flix 5 parameters, see the Setting and Overriding Parameters section.

3.   Navigate to FLIX_ROOT/flixProjects/show/home/flix/sequences.txt.
4.   Append the names of the artists who are granted access to view the sequence to the corresponding sequence using the following format:
[Act #] [sequence name] [sequence code] [sequence description],[username],[username]

You can add as many users as required.

Note:  Use a comma and no spaces to separate the usernames, for instance:
1 htl 0250_HTL The Hotel,mary,lisa
1 hum 0500_HUM Humanville,john,mike,mary
2 sun 1250_SUN Sunrise,lisa,mike

Mary has access to the htl and hum sequences.
Lisa has access to the htl and sun sequences.
John has access to the hum sequence.
Mike has access to the hum and sun sequences.

5.   Save the sequences.txt file with your edits.