Watch
1
0
Fork
You've already forked pretalx-plugin-broadcast-tools
0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2026-07-25 20:13:44 +00:00
No description
  • Python 75.9%
  • JavaScript 11.5%
  • HTML 7.7%
  • CSS 3%
  • Just 1.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] 4901de556f Bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-23 18:17:27 +02:00
.github Bump actions/setup-python from 6 to 7 2026-07-23 18:17:27 +02:00
assets Move to standard repo layout 2026-07-09 11:51:08 +02:00
pretalx_broadcast_tools Code style 2026-07-09 12:00:48 +02:00
tests Code style 2026-07-09 12:00:48 +02:00
.gitignore Update scaffolding to plugin default 2026-07-09 11:55:29 +02:00
CHANGELOG.md release 2.2.0 2023-10-23 08:34:53 +02:00
justfile Update justfile 2026-07-09 09:46:56 +02:00
LICENSE LICENSE: more years pleae 2024-11-03 13:25:10 +01:00
MANIFEST.in Fix missing fonts in release 2026-07-09 11:59:36 +02:00
pyproject.toml Update scaffolding to plugin default 2026-07-09 11:55:29 +02:00
README.rst Update README to include install instructions 2026-07-09 12:24:51 +02:00
uv.lock Bump ruff from 0.15.21 to 0.15.22 2026-07-23 09:15:50 +00:00

Pretalx: Broadcast Tools (and more)
===================================

.. image:: https://img.shields.io/pypi/v/pretalx-broadcast-tools.svg
   :target: https://pypi.org/project/pretalx-broadcast-tools/
   :alt: PyPI version

.. image:: http://translate.pretalx.com/widget/pretalx-plugin-broadcast-tools/pretalx-plugin-broadcast-tools/svg-badge.svg
    :alt: Translation status
    :target: http://translate.pretalx.com/engage/pretalx-plugin-broadcast-tools/

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

Screenshots
-----------

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".

.. image:: https://raw.githubusercontent.com/pretalx/pretalx-broadcast-tools/main/assets/lower_thirds.png
   :width: 400
   :alt: Screenshot of "lower thirds" view. The box is located in the
         bottom quarter of the screen, taking about half the screen width.
         The box is mostly colored in the event color, with a small strip
         showing the track color at the bottom. Inside the box the talk
         title is shown in large text on top, the speaker name below that.
         On the bottom right of the box the configured info line is shown.

.. image:: https://raw.githubusercontent.com/pretalx/pretalx-broadcast-tools/main/assets/room_info.png
   :width: 400
   :alt: Screenshot of the "room info" view. The whole screen is coloured
         in the track color. On top of the screen you see the room name
         in small font, below that the talk title in large letters. Below
         that there's the speaker name listed. On the remainder of the
         screen you see a large QR code linking to the talk detail page
         in the schedule. The URL is also shown in plain-text below the
         QR code.

.. image:: https://raw.githubusercontent.com/pretalx/pretalx-broadcast-tools/main/assets/pdf_export.png
   :width: 400
   :alt: Screenshot of the first half of a pdf page. On the top you see
         a large text "DO NOT RECORD - DO NOT STREAM", because the speaker
         selected "Do not record" in the CfP. Below that you find
         information like event- and room-name, date and time, talk title,
         checkboxes for each speaker, length of the talk, talk abstract.
         Also you can find answers to select questions and notes entered
         inside pretalx on the pdf export. In this screenshot most info
         has been extended by adding lots of "lorem ipsum" text.

Installation
------------

Install the plugin with pip, in the same environment as your pretalx
installation::

    (env)$ python -m pip install pretalx-broadcast-tools

Afterwards, run ``migrate`` and ``rebuild`` and restart your pretalx services,
just like after any pretalx update (see `performing updates`_ in the
administrator documentation).

You can then enable the plugin under "Settings → Plugins" in your event settings.

Development setup
-----------------

1. Make sure that you have a working `pretalx development setup`_.

2. Clone this repository, eg to ``local/pretalx-broadcast-tools``.

3. Activate the virtual environment you use for pretalx development.

4. Run ``pip install -e .`` within this directory to register this application with pretalx's plugin registry.

5. Restart your local pretalx server. This plugin should show up in the plugin list shown on startup in the console.
   You can now use the plugin from this repository for your events by enabling it in the 'plugins' tab in the settings.

Development commands
~~~~~~~~~~~~~~~~~~~~

This plugin uses `just`_ as a task runner and `uv`_ for dependency management.
Run ``just`` with no arguments to list every available command. The most useful ones
are:

``just fmt``
    Auto-format and lint the code.

``just test``
    Run the full test suite with pytest.

Installing pretalx
~~~~~~~~~~~~~~~~~~~~

The tests need pretalx installed in the environment. ``just test`` handles this for
you: if pretalx cannot be imported, it installs the latest version from git before
running the test suite.

If you already have a development version of pretalx around (for example if you want
to test your changes against a specific commit or branch of pretalx), you can also
install pretalx up front yourself:

``just install-pretalx-local /path/to/pretalx``
    Install pretalx from a local checkout as an editable install.

``just install-pretalx``
    Install the latest pretalx from git (runs before tests if no pretalx is installed).


License
-------

Copyright 2021-2023 Franziska 'kunsi' Kunsmann

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
.. _just: https://just.systems/
.. _uv: https://docs.astral.sh/uv/
.. _performing updates: https://docs.pretalx.org/administrator/maintenance/#performing-updates
.. _OBS Studio: https://obsproject.com/