This page is a WIP. There is likely to be incomplete and or missing information while the page is being built.
A Metadata Support File is a file that provides product and/or asset information used by Daz Studio to control how and where a file is presented to the user.
A Metadata Support File is an XML file which typically resides within the Content/Runtime/Support directory of a package, or the ./Runtime/Support directory within a mapped content directory. This file provides product and/or asset information used by Daz Studio to control how and where a file is presented to the user.
<ContentDBInstall VERSION="1.0" > <Products> <Product VALUE="Product Name" > <StoreID VALUE="StoreID" /> <GlobalID VALUE="00000000-0000-0000-0000-000000000000" /> <ProductToken VALUE="12345" /> <Description><![CDATA[description text goes here]]></Description> <Artists> <Artist VALUE="Artist Name" /> </Artists> <Assets> <Asset VALUE="/Relative/Path/To/SomeUserFacingFile.ext" > <Description><![CDATA[description text goes here]]></Description> <ContentType VALUE="/Path/of/Content/Type" /> <Audience VALUE="Teens" /> <Categories> <Category VALUE="/Path/of/Category" /> </Categories> <Compatibilities> <Compatibility VALUE="/Path/to/Compatibility/Base" /> </Compatibilities> <CompatibilityBase VALUE="/Path/of/Compatibility/Base" /> <Tags> <Tag VALUE="keyword" /> <Tag VALUE="ArtistName" /> </Tags> <Userwords> <Userword VALUE="keyword" /> </Userwords> <UserNotes><![CDATA[notes text goes here]]></UserNotes> </Asset> </Assets> <SupportAssets VALUE="/Runtime/Support/ProductName.dsx"> <SupportAsset VALUE="/Relative/Path/To/SomeNonUserFacingFile.ext" /> </SupportAssets> <ObjectCompatibilities> <ObjectCompatibility VALUE="URI" REF="/Path/of/Object/SceneId" /> </ObjectCompatibilities> </Product> </Products> </ContentDBInstall>
ContentDBInstall
element.Products
element.Product
element.Product
element.00000000-0000-0000-0000-000000000000
is reserved for “User Data.”Product
element.StoreID
) to identify the product.Product
element, or an Asset
element.Product
or Asset
to the end user of the application.Product
element. It encapsulates a list of one or more individual contributing artist names.Artists
element.Product
element. It encapsulates a list of one or more individual user-facing assets.Assets
element.Assets
element.Assets
element.Asset
element. It encapsulates a list of one or more individual categories.Categories
element.Asset
element. It encapsulates a list of one or more individual compatibilities.Compatibilities
element.CompatibilityBase
for an asset that this asset is compatible with.Assets
element.CompatibilityBase
for this asset, and allows other assets to indicate compatibility with this asset.Asset
element. It encapsulates a list of one or more individual keywords.Tags
element.Asset
element. It encapsulates a list of one or more individual user keywords.Userwords
element.Assets
element.Product
element. It encapsulates a list of one or more individual support assets.SupportAssets
element.Product
element. It encapsulates a list of one or more individual object compatibilities.ObjectCompatibilities
element.