Metadata and Tags

Metadata and tags in Falcon Play help teams find the right assets faster, keep naming consistent across shows, and make rundown building more reliable.

Screenshot is coming soon...

What you will learn

  • How Falcon Play stores and uses metadata and tags across Video, Graphics, Inputs, and Functions.
  • How smart search works, including field filters, negation, and OR queries.
  • How to maintain a clean tag strategy that scales across productions.

How Metadata Works in Falcon Play

Falcon Play uses metadata from multiple sources, including Media Server data, local configuration, and item-level properties. In the Director UI, metadata is used for search ranking, facets, filtering, and asset inspection.

AreaMetadata usageWhy it matters
VideoSearch index fields, external IDs, source/location/person fields, and metadata view in modal.Fast editorial lookup and safer reuse of clips across rundowns.
GraphicsTemplate variables, descriptions, tags, and searchable context fields.Reliable retrieval of templates in high-pressure live workflows.
InputsInput name/type/subtype and operational descriptors.Faster source selection and fewer operator mistakes.
FunctionsFunction tags plus searchable function metadata and descriptions.Consistent automation discovery and reuse.

How Tags Work

Tags are shared across modules and managed through the global tag registry (known tags). This ensures one consistent vocabulary instead of disconnected local tag lists.

  • Tags are shown on items and in filter bars.
  • Tags can be renamed centrally and propagated to all supported asset types.
  • Tag usage is countable, which helps cleanup and governance over time.

Smart Search Syntax

Falcon Play supports smart metadata/tag search with free text and field-specific filtering.

Query exampleMeaning
tag:PrimeTimeFind assets tagged PrimeTime.
source:HTTPFind assets where source metadata contains HTTP.
location:AarhusFind assets related to location Aarhus.
person:HenrikFind assets with person/people metadata matching Henrik.
interview | b-rollMatch interview OR b-roll.
-archiveExclude assets matching archive.
tag:Interview source:HTTPCombine field filters for narrower results.
Search facets (for example tags, source, location, and person) are generated from result sets to help users narrow results faster without rewriting queries.

Metadata Visibility in the Video Modal

The Video modal includes a dedicated Metadata tab where metadata is listed as field/value rows. Nested structures are flattened for readability so operators can quickly inspect full context before cue or play.

  1. Define a small, stable tag vocabulary per production domain (show, segment, priority, rights).
  2. Use metadata fields consistently (source, location, person, external IDs) during ingestion.
  3. Use smart field search first, then refine with facets.
  4. Review tags and metadata quality regularly to remove duplicates and stale values.

Best Practices

  • Prefer a few meaningful tags over many overlapping tags.
  • Keep naming and capitalization conventions consistent.
  • Use field filters for precision and free text for exploration.
  • Document team query patterns (for example person/location/source templates) for repeatable operations.

Troubleshooting

SymptomLikely causeWhat to check
Expected assets do not appear in searchMissing or inconsistent metadata fieldsOpen item metadata and verify field names/values.
tag: queries return partial resultsTag spelling variance or stale tagsReview known tags and normalize naming.
Too many resultsQuery is too broadAdd field filters (for example source:, person:, location:) and use negation.
Different operators get different habits/resultsNo shared query conventionsStandardize team search patterns and tag governance.

Screenshot is coming soon...