2 adding or editing a menu item, 3 deleting a menu item, Adding or editing a menu item – Grass Valley K2 TX/MAM User Manual v.2.2 User Manual
Page 25: Deleting a menu item

TX/MAM User Manual - document version: 2.2 – Page 25
Example query showing video files that have not been ingested yet:
select id from Asset_element where status_int<>1 and file_extension='avf'
Explanation:
•
status_int = 1 means that the file has been ingested;
•
avf is the default file_extension for video files in TX/MAM.
Example query showing the Assets that are scheduled in the future.
select id from Asset_element where updated_date > :today
Explanation: the field updated_date corresponds with the last scheduled date, so this query will show
Assets that are scheduled in the future.
Example query showing video files that have not been ingested and are scheduled in the future:
select id from Asset_element where status_int<>1 and file_extension='avf'
and updated_date > :today
7.3.2 Adding or editing a menu item
In the left hand menu, click
Menu items. The Menu items list opens.
To add an item, click the
Add button, to edit an item click the menu item you want to edit.
Specify the
Menu name as will be displayed in the menu.
In the
Insert query.. field, specify a query to filter the Assets you want show.
Specify where to place the new item in the menu in
Add after...
Select the
Focus tab, this is the tab that will be active when opening the menu item.
Select the tabs that will be visible when opening the menu item in
Visible tabs.
Sort Assets by the metadata field selected here.
Specify a
Sort direction for the Assets, ascending or descending.
Click
Save to save changes.
7.3.3 Deleting a menu item
In the left hand menu, click
Menu items. The Menu items list opens.
Click the item you want to delete.
Click the
Delete button.
Click
OK to delete, Cancel to discard.