MediaRole auto-detection during library sync #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
#2
What to build
During library sync, automatically classify MediaItems as Program or Interstitial based on conventions the Operator configures. The MediaRole field already exists on MediaItem (defaults to Program).
Detection rules (configurable via app_settings or env):
role: Interstitialrole: Interstitialrole: Interstitialrole: ProgramThe Operator should also be able to manually override an item's role via the API.
Acceptance criteria
Blocked by
None — can start immediately