User Tools

Site Tools


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:

AttributeDescription
titleSets 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_existsSets 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:
  • Skip – skip the line and move to the next one
  • Replace – delete the old material and implement digitization
  • Rename – implement digitization under another name
folderSets the folder to store the digitized material
start_typeType of rec-list launch. The following variants are possible:
  • Manual – the item is launched manually or via GPI
  • HardTime – the item is launched automatically at a certain moment.
  • Sequence – the item starts automatically at the end of the previous one, recording to the same file as the previous item. A link to the already existing file is created in the media database, I/O points are set to corresponding values.
  • NewSeq – the item starts automatically at the end of the previous one.
start_time
srcSets the source for digitization. The following values are possible: LIVE and VTR.
src_nameVideotape marking for VTR sources.
in_pointVideotape In point for VTR sources.
durationDuration of a captured video material.
dtlThe 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.
typeInformation field for a digitization operator (does not affect rec-list execution).
groupInformation field for a digitization operator (does not affect rec-list execution).
commentInformation 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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

Copyright © 2009-2025 Skylark Technology Inc.