add some documentation

This commit is contained in:
Franzi 2023-09-30 11:12:27 +02:00
parent 2e56d61976
commit 80777081c3
5 changed files with 57 additions and 0 deletions

57
README.md Normal file
View file

@ -0,0 +1,57 @@
# pretalx-broadcast-tools plugin for the info-beamer 'scheduled-player' package
Please note this plugin requires you to install
[pretalx-broadcast-tools >= 2.1.0](https://github.com/Kunsi/pretalx-plugin-broadcast-tools)
to your pretalx instance. This plugin will not work with a vanilla
pretalx installation!
[Import this package to info-beamer.com](https://info-beamer.com/use?url=https%3A%2F%2Fgithub.com%2FKunsi%2Fscheduled-plugin-pretalx-broadcast-tools.git)
It's important that you import this plugin under one of the paths
`pretalx` or `pretalx-broadcast-tools` into your setup. Otherwise
no information will be shown!
## Features
* show the next talk in the configured room
* show all future (not-yet-ended) talk in all rooms
* show the current conference day
* show the configured room name
The plugin will automatically fetch related information from pretalx
itself. This includes:
* event start date
* event end date
* track information and colours
## Screenshots
All talk information have been generated by
`python -m pretalx create_test_event`.
## Next talk
The screenshot shows the room name "Peru Room" on the top left, followed
by the current day information ("Day 1").
In the center, you see the "next talk" display option, showing the talk
title, the abstract and the speaker name next to the information about
when the talk will start, both as a time stamp and a "in xxx min"
information. Inbetween you see the track bar, which is a neon green shade.
On the bottom there's the same view, but this time the abstract and the
track bar is missing. The track name is visible as coloured text below
the speaker name.
[![Screenshot showing the above mentioned screen](next_thumb.jpg)](next_talk.jpg)
## All talks
On this screenshot you can see a listing of nine future talks. The design
follows the "next talk" view, but only shows "in xxx min" for talks less
than 30 minutes into the future, and the time stamp otherwise.
The room information and speaker names are condensed into one line.
[![Screenshot showing the above mentioned screen](all_thumb.jpg)](all_talks.jpg)

BIN
all_talks.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

BIN
all_thumb.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
next_talk.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

BIN
next_thumb.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB