api:record_list_structure
Air Manager Rec-List Structure
A rec-list loaded to AirManager Client Application is an XML file with the following structure:
<reclist> <item> <item> ..... </reclist>
Every <item> element is one rec-list item. All item details are set through the <item> element attributes. The <item> element may have the following attributes:
Attribute | Description |
---|---|
title | Sets a name under which digitized material will be placed to the media database. If the attribute is not specified, the title will be generated automatically. |
on_exists | Sets an action to be implemented in case, if a material with the same “title” attribute already exists in the media database. The following variants are possible:
|
folder | Sets the folder to store the digitized material |
start_type | Type of rec-list launch. The following variants are possible:
|
start_time | |
src | Sets the source for digitization. The following values are possible: LIVE and VTR. |
src_name | Videotape marking for VTR sources. |
in_point | Videotape In point for VTR sources. |
duration | Duration of a captured video material. |
dtl | The number of days after digitization, after which the material will be automatically deleted from the media database. Any value less than zero means that automatic deletion will not be implemented. |
type | Information field for a digitization operator (does not affect rec-list execution). |
group | Information field for a digitization operator (does not affect rec-list execution). |
comment | Information field for a digitization operator (does not affect rec-list execution). |
An XML structure example of a rec-list RLF file (up-to-date rec-list can be manually downloaded from AirManager: AirManager→File→Save Record list
):
- recordlist.rlf
<?xml version="1.0" encoding="UTF-8"?> <reclist> <item src_name="" start_time="2454507.75" src="LIVE" start_type="HardTime" in_point="0" duration="15000" title="CLIP1" folder="REKLAMA" type="" group="" comment="" on_exists="Rename" dtl="-1" max_len="-1"/> <item src_name="" src="LIVE" start_type="NewSeq" in_point="0" duration="1500" type="" group="" comment="" on_exists="Rename" dtl="-1" max_len="-1"/> </reclist>
api/record_list_structure.txt · Last modified: 2023/05/08 10:55 by Victory Gorshkova