...
The asset template at /sitecore/templates/DFS/Data/Asset has changed.
Field | Changed To | Deleted |
OriginalAssetId | DerivedFrom | |
IsPublic | x | |
Published | x | |
MetaDateStrings | DynamicMetadata | |
MetaDataTreeItems | DynamicMetadata | |
MetaDataComboValues | DynamicMetadata | |
LastPublished | x | |
CreatedDateTime | UploadDate | |
ChangedDateTime | LastModified | |
VideoLength | Duration | |
VideoWidth | Width | |
VideoHeight | Height | |
VideoFps | x | |
VideoRotation | x | |
ImageHeight | Height | |
ImageWidth | Width | |
ImageDpi | x |
Html Templates (AssetTypeOutputRoot)
...
The background process that ran every 1 minute which was looking for changes in Digizuite and updating the items in Sitecore, has been removed. You should use the Digizuite webhooks, listening for asset updates. DFS 11.0 - Keeping the Silo Updated
AssetMetadata
The AssetMetadata model has changed some of its properties. DFS 11.0 - 4 Accessing metadata through API
Property | Changed To | Deleted |
CreatedDateTime | UploadDate | |
ChangedDateTime | LastModified | |
LastPublishedDateTime | x | |
Extension | FileExtension | |
VideoLength | Duration | |
VideoPreview | x | |
VideoWidth | Width | |
VideoHeight | Height | |
VideoFps | x | |
ImageWidth | Width | |
ImageHeight | Height | |
ImageDpi | x | |
ThumbSmall | x | |
Thumb | x | |
Preview | x | |
WebPreview | x | |
RawUrl | x | |
AllowReCrop | x | |
AccessKey | x |
Video playback
The html template for video has changed. Now is uses the native video tag. We also change the video streaming url. Our media handler for serving images and documents can now also stream a video asset.