This is a plugin for pretalx.
This adds the following features to your pretalx instance:
- Lower Thirds ("Bauchbinden") for using with something like OBS
- a "room info" screen, if you want to show information about the currently running talk outside the room
- a pdf export containing information about a talk, so video helpers can have easy access to the needed information
The first two screenshots show the talk "Compatible static software" by "Stephanie Fisher", which was generated by the create_test_event command. The event color is #EA652D, a bright orange. The track color is #857EB0, a light purple. The last screenshot shows "Multi-layered encompassing paradigm" by "Michael Rodriguez".
- Make sure that you have a working pretalx development setup.
- Clone this repository, eg to
local/pretalx-plugin-lower-thirds
. - Activate the virtual environment you use for pretalx development.
- Execute
python -m pip install -e .
within this directory to register this application with pretalx's plugin registry. - Execute
make
within this directory to compile translations. - Restart your local pretalx server. You can now use the plugin from this repository for your events by enabling it in the 'plugins' tab in the settings.
Copyright 2021-2023 Franziska 'kunsi' Kunsmann
Released under the terms of the Apache License 2.0