Skip to content

Event Details Plugin

This plugin adds an information button in the player interface that opens a popup window displaying detailed metadata about the current video event. The information is organized in a structured table format with different categories.

Exported as OpencastEventDetailsPlugin.

Event Details Plugin

You need to enable the org.opencast.paella.eventDetailsPlugin plugin.

{
"org.opencast.paella.eventDetailsPlugin": {
"enabled": true
}
}
  • enabled: Enables or disables the plugin.
    • Valid values: true / false
  • Information source: Retrieves metadata from the current video event
  • Links: If an Opencast presentation URL is configured, some fields become clickable links for navigation.

The plugin displays information organized in three main categories:

  • UID: Unique identifier of the video (clickable link if Opencast URL is available)
  • Title: The title of the video
  • Subject: Subject or topic (clickable link for search if Opencast URL is available)
  • Description: Full description of the video
  • Series: Series information (clickable link if Opencast URL is available)
  • Language: Display name of the video language
  • Start date: The date when the video was recorded or published
  • Duration: Total duration in human-readable format
  • Location: Recording location or venue
  • Presenter(s): List of presenters (clickable links for search if Opencast URL is available)
  • Contributor(s): List of contributors (clickable links for search if Opencast URL is available)
  • Rights: Rights holder information
  • License: License under which the video is distributed

The popup provides a comprehensive overview of the video metadata, making it easy for users to understand the context and details of the content they are viewing.

  • Icon names:
    • buttonIcon