Asset types, 8 asset types – Grass Valley K2 TX/MAM User Manual v.2.4 User Manual
Page 14

TX/MAM User Manual - document version: 2.4
– Page 14
6.8 Asset Types
Asset Types define groups of Assets with the same file type and metadata definition. Example file
types are: AVF (for video files), TGA (for graphics) and WAV.
Metadata fields such as External reference and Duration are fixed for all Asset Types. Custom
metadata can be configured per Asset Type.
Below you find the custom metadata definition for Asset Type Music Videos. The name attribute
defines the custom metadata fields for Assets of this type, such as Artist, Track and Album.
<XML>
<WINDOW width="535" height="220">
<PAGE name="Info">
<LABEL x="10" y="27" height="16" width="80">Artist:</LABEL>
<TEXTFIELD name="artist" x="100" y="25" height="20" width="200" search="true"></TEXTFIELD>
<LABEL x="10" y="57" height="16" width="80">Track:</LABEL>
<TEXTFIELD name="track" x="100" y="55" height="20" width="200" search="true"></TEXTFIELD>
<LABEL x="10" y="87" height="16" width="80">Album:</LABEL>
<TEXTFIELD name="album" x="100" y="85" height="20" width="200" search="true"></TEXTFIELD>
<LABEL x="10" y="117" height="16" width="80">Record label:</LABEL>
<TEXTFIELD name="record" x="100" y="115" height="20" width="200"
search="true"></TEXTFIELD>
<LABEL x="10" y="147" height="16" width="80">Genre:</LABEL>
<COMBOBOX name="genre" x="100" y="145" height="20" width="100"
search="true">None#13Disco#13Dance#13Launce#13Rap</COMBOBOX>
<LABEL x="10" y="177" height="20" width="80">Year:</LABEL>
<SPINEDIT name="year" x="100" y="175" height="20" width="90" search="true">2010</SPINEDIT>
</PAGE>
<PAGE name="Technical">
<LABEL x="10" y="27" height="16" width="80">Media type:</LABEL>
<COMBOBOX name="media_type" x="100" y="25" height="20" width="120" search="true">#13MPEG2-
SD#13MPEG2-HD#13MXF-SD#13MXF-HD</COMBOBOX>
<LABEL x="10" y="57" height="16" width="80">Aspect ratio:</LABEL>
<COMBOBOX name="aspect_ratio" x="100" y="55" height="20" width="120"
search="true">#134:3#1316:9 Anamorphic#1316:9 Letterbox</COMBOBOX>
<LABEL x="10" y="87" height="16" width="80">Loudness:</LABEL>
<LABEL x="20" y="107" height="16" width="100">Integrated:</LABEL>
<TEXTFIELD name="integrated_loudness" x="120" y="105" height="20" width="45"
search="true"></TEXTFIELD>
<LABEL x="20" y="127" height="16" width="100">Max Momentary:</LABEL>
<TEXTFIELD name="momentary_loudness" x="120" y="125" height="20" width="45"
search="true"></TEXTFIELD>
<LABEL x="20" y="147" height="16" width="100">Max Short term:</LABEL>
<TEXTFIELD name="shortterm_loudness" x="120" y="145" height="20" width="45"
search="true"></TEXTFIELD>
<LABEL x="20" y="167" height="16" width="100">Range:</LABEL>
<TEXTFIELD name="loudness_range" x="120" y="165" height="20" width="45"
search="true"></TEXTFIELD>
<LABEL x="10" y="197" height="16" width="100">Parental guide:</LABEL>
<COMBOBOX name="parental_guide_age" x="100" y="195" width="51" height="20"
search="true">#13AL#136#139#1312#1316#1318</COMBOBOX>
<COMBOBOX name="parental_guide_icon1" x="190" y="195" width="100" height="20"
search="true">#13fear#13sex#13violence#13drugs#13language#13discrimination</COMBOBOX>
<COMBOBOX name="parental_guide_icon2" x="300" y="195" width="100" height="20"
search="true">#13fear#13sex#13violence#13drugs#13language#13discrimination</COMBOBOX>
<COMBOBOX name="parental_guide_icon3" x="410" y="195" width="100" height="20"
search="true">#13fear#13sex#13violence#13drugs#13language#13discrimination</COMBOBOX>
</PAGE>
</WINDOW>
</XML>