In DC pre-5.2.0 the only downloaded file names, which could be configured was the original file, i.e. media format ID 0. This has been altered in DC 5.2.0 so that all downloaded files' names will adhere to the digizuite configuration.
...
- [%AssetTitle%]: Replaced by the asset's Title meta field value
- [%Description%]: Replaced by the asset's Description meta field value[%AssetId%]: Replaced by the asset's asset ID
- [%ItemId%]: Replaced by the asset's item ID
- [%MediaFormatId%]: Replaced by the media format ID, that's currently being downloaded
- [%OriginalFileName%]: Replaced by the asset's original file name
- [%MetafieldId_XXX%]: Replaced by the value set for this asset for this meta field. The XXX is the meta data field's ID. Only works for string meta data fields.
An example of a configured value is "[%AssetTitle%] - [%OriginalFileName%] - [%MediaFormatId%]", which will result in the file name "my new title - ferrari 3d mock - 50033.jpg". Only the known names will be replaced, i.e. "[%AssetTitle%] - company name - [%MediaFormatId%]" will result in the file name "my new title - company name - 50033.jpg".