SCC added a new (optional) field called channel_string_IDs that lets you use the user-defined channel strings instead of the system integers. This is more portable, since you can always name a channel to match the one you want instead of relying on auto-generated numbers.
This pull requests adds support for this new feature but it is currently not working correctly, as SCC crashes on file upload.
SCC added a new (optional) field called
channel_string_IDs
that lets you use the user-defined channel strings instead of the system integers. This is more portable, since you can always name a channel to match the one you want instead of relying on auto-generated numbers.This pull requests adds support for this new feature but it is currently not working correctly, as SCC crashes on file upload.