MIME Type Mappings

You can override Content Studio's default MIME type mappings by setting the property com.escenic.external-mimetypes in configuration-layer-root/com/escenic/webstart/StudioConfig.properties as follows:

property.com.escenic.external-mimetypes=mimetypes

where mimetypes is a JSON object defining a series of mappings between file type extensions and MIME types. For example:

property.com.escenic.external-mimetypes={avi:'video/x-msvideo',jpg:'image/jpeg'}

Content Studio's default MIME type mappings usually work for most common cases. It is only necessary to use this property if you get problems that arise from incorrect MIME type assignment.