StudioConfig.properties

The full path of this file is /etc/escenic/engine/common/com/escenic/webstart/StudioConfig.properties. This file is part of a standard Content Engine installation.

Adding Support for New MIME Types

If you need to change Content Studio's MIME type mappings or add support for new MIME types, you can do so by adding a property.com.escenic.external-mimetypes entry to StudioConfig.properties (or editing the existing entry if it already exists). You can, for example, add support for MXF format, and associate it with the .mxf extension with the following setting:

property.com.escenic.external-mimetypes={mxf:'application/mxf'}

For further information, see MIME Type Mappings.