beautypg.com

D.15, Add_new_tab (type string, tab_name string), Delete_tab (type string, tab_index int) – NewTek TriCaster Advanced Edition Automation and Integration Guide User Manual

Page 163

background image

151 |

P a g e

add_to_playlist_tab (tab_index int, item_id string)

Description: Copy playlist items from one playlist to another.

Tab_index- The destination of the items being copied. Numeration starts at 0.

Item_id- Describes the playlist items being copied. Reference items by their “tab index and item
index” format as follows:

"tab index"-"item index"

In both cases the numeration starts at 0. Multiple items can be listed and separated by pipes.

Example:

Delay Shortcut

Value Key 0

Value 0 Key 1

Value 1

add_to_playlist_tab

tab_index 7

item_id 1-0|1-5

D.15

T

ABS

add_new_tab (type string, tab_name string)

Description: Add a new Playlist or Tagslist tab and name it.

Type- Use "playlist" as a value to add a new playlist tab. Use "tagslist" as a Value to add a new Tags
Tab

Tab_name- Provide a name for the new tab.

Example:

Delay Shortcut

Value Key 0 Value 0 Key 1

Value 1

Add_new_tab

type

playlist

tab_name A new Tab

delete_tab (type string, tab_index int)

Description: Delete a Playlist or Tagslist tab.

Type- "playlist" to delete a playlist tab. "tagslist" to delete a Tags Tab

Tab_index- The index of the tab to be deleted, numeration starts at 0.

Example:

Delay Shortcut

Value Key 0

Value 0 Key 1

Value 1

delete_tab

type

tagslist

tab_index 4