Cue points from MMD metadata
Posted: 22 Sep 2019 16:01
Hi,
We would like to extend our automation system, which is mAirlist with ProppFrexx as play-out station.
For the automation we have all our cue points defined such as CueIn, CueOut, Ramp1 and StartNext. This data is stored by mAirlist in the `.mmd` sidecar file.
I do see an option in ProppFrexx that says 'Read mAirlist Meta Data Files', however if I drag a mp3 file, for which a `.mmd` sidecar file exists, it does not load the cue points.
Does anyone know what the proper configuration is to make this work? That way we could use our automation music database in the play-out system.
An example of one of our `.mmd` files is below:
- m4rcu5
We would like to extend our automation system, which is mAirlist with ProppFrexx as play-out station.
For the automation we have all our cue points defined such as CueIn, CueOut, Ramp1 and StartNext. This data is stored by mAirlist in the `.mmd` sidecar file.
I do see an option in ProppFrexx that says 'Read mAirlist Meta Data Files', however if I drag a mp3 file, for which a `.mmd` sidecar file exists, it does not load the cue points.
Does anyone know what the proper configuration is to make this work? That way we could use our automation music database in the play-out system.
An example of one of our `.mmd` files is below:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<PlaylistItem Class="File">
<Title>Cassius 1999</Title>
<Artist>Cassius</Artist>
<Duration>214.490</Duration>
<Attributes>
<Item>
<Name>Speed</Name>
<Value>Fast</Value>
</Item>
<Item>
<Name>Gender</Name>
<Value>Mixed group</Value>
</Item>
<Item>
<Name>Texture</Name>
<Value>Mood 5</Value>
</Item>
<Item>
<Name>Sound</Name>
<Value>Dance/House</Value>
</Item>
<Item>
<Name>Type</Name>
<Value>Top 40 hit</Value>
</Item>
</Attributes>
<Markers>
<Marker Type="CueIn" Position="0.000"/>
<Marker Type="Ramp1" Position="1.790"/>
<Marker Type="StartNext" Position="201.300"/>
<Marker Type="CueOut" Position="211.539"/>
</Markers>