mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-06-07 01:22:23 +00:00
add downloadable lower thirds images to be used in voctomix
This commit is contained in:
parent
f459c6c498
commit
c0b3bdb55e
11 changed files with 651 additions and 83 deletions
|
@ -16,12 +16,22 @@ class BroadcastToolsSettingsForm(I18nFormMixin, HierarkeyForm):
|
|||
broadcast_tools_lower_thirds_info_string = I18nFormField(
|
||||
help_text=_(
|
||||
"Will only be shown if there's a talk running. You may use "
|
||||
"the place holders mentioned below."
|
||||
"the place holders mentioned below. The info line will be shown "
|
||||
"on the bottom right side of the lower third. Setting this to an "
|
||||
"empty string will hide the line entirely."
|
||||
),
|
||||
label=_("Info line"),
|
||||
required=False,
|
||||
widget=I18nTextInput,
|
||||
)
|
||||
broadcast_tools_lower_thirds_export_voctomix = BooleanField(
|
||||
help_text=_(
|
||||
"If checked, pretalx will periodically generate voctomix-compatible "
|
||||
"lower thirds images and make them available as <code>.tar.gz</code>."
|
||||
),
|
||||
label=_("Generate voctomix lower thirds"),
|
||||
required=False,
|
||||
)
|
||||
|
||||
broadcast_tools_room_info_lower_content = ChoiceField(
|
||||
choices=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue