Skip to main content
Skip table of contents

Importing rundowns with elements with mixer sources

When importing a rundown from e.g. MusicMaster you can not only import audio elements but even placeholders or info elements. Such elements can have additional metadata.

 

Example: A rundown *.asc file should contain elements which have attached a mixer source

 

You will need to have BUS import task. This task is based e.g. on FlexIE.dll

 

The *.asc file could look like this:

 

...

[LINETYPE]B[STARTTIME]06:00:00[TITLE]News Block[CLASS]News[STARTMODE]Manual[STARTTYPE]Floating[ALLOWEDCLASSES]News,Text,Cart,Control,Command,Audio,Magazine,Promotion,Live,Line

[LINETYPE]A[TITLE]Live News[LENGTH]0:05:00[MIXERSOURCE]#Microphone

...

 

Lineype = A will set the class to Audio

Mixersource will set the mixer source to Microphone. This must be configured globally first:

 

Global Settings \ TurboPlayer \ MixerSources \ <GroupName> \ <SourceName>

 

1. If you want to import the mixer group to the field MixerSource you need to specify #<GroupName>

Example: <GroupName> = Microphones --> Import should look like this:

[LINETYPE]A[TITLE]Live News[LENGTH]0:05:00[MIXERSOURCE]#Microphones

 

2. If you want to import a specific mixer source you need to specify the technical name of this source

Example: <SourceName> = Microphone 1 --> Import should look like this:

[LINETYPE]A[TITLE]Live News[LENGTH]0:05:00[MIXERSOURCE]Microphone 1

 

To get this running you need to modify the extra sections of the BUS import task:

 

Task properties > Configure DLL > Extra sections...

Section = MIXERSOURCE

XML tag= MixerSource

--> Insert

 

Please ensure that you are using a FlexIE.dll version 1.8.68.0 or higher

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.