2023-02-28 18:19:47 +00:00
|
|
|
Pretalx: Broadcast Tools (and more)
|
2023-03-01 10:34:34 +00:00
|
|
|
===================================
|
2021-11-20 08:05:08 +00:00
|
|
|
|
2021-11-21 07:41:30 +00:00
|
|
|
This is a plugin for `pretalx`_.
|
|
|
|
|
2023-02-28 18:19:47 +00:00
|
|
|
This adds the following features to your pretalx instance:
|
2021-11-21 07:41:30 +00:00
|
|
|
|
2023-02-28 18:19:47 +00:00
|
|
|
* 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
|
2021-11-20 08:05:08 +00:00
|
|
|
|
|
|
|
Development setup
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
1. Make sure that you have a working `pretalx development setup`_.
|
|
|
|
|
|
|
|
2. Clone this repository, eg to ``local/pretalx-plugin-lower-thirds``.
|
|
|
|
|
|
|
|
3. Activate the virtual environment you use for pretalx development.
|
|
|
|
|
2021-11-21 07:41:30 +00:00
|
|
|
4. Execute ``python setup.py develop`` within this directory to register
|
|
|
|
this application with pretalx's plugin registry.
|
2021-11-20 08:05:08 +00:00
|
|
|
|
|
|
|
5. Execute ``make`` within this directory to compile translations.
|
|
|
|
|
2021-11-21 07:41:30 +00:00
|
|
|
6. 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.
|
2021-11-20 08:05:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
2022-11-08 19:13:12 +00:00
|
|
|
Copyright 2021 Franziska 'kunsi' Kunsmann
|
2021-11-20 08:05:08 +00:00
|
|
|
|
|
|
|
Released under the terms of the Apache License 2.0
|
|
|
|
|
|
|
|
|
|
|
|
.. _pretalx: https://github.com/pretalx/pretalx
|
|
|
|
.. _pretalx development setup: https://docs.pretalx.org/en/latest/developer/setup.html
|
2021-11-21 07:41:30 +00:00
|
|
|
.. _OBS Studio: https://obsproject.com/
|