diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6ac9a2 --- /dev/null +++ b/README.md @@ -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) diff --git a/all_talks.jpg b/all_talks.jpg new file mode 100644 index 0000000..28898a0 Binary files /dev/null and b/all_talks.jpg differ diff --git a/all_thumb.jpg b/all_thumb.jpg new file mode 100644 index 0000000..5df329d Binary files /dev/null and b/all_thumb.jpg differ diff --git a/next_talk.jpg b/next_talk.jpg new file mode 100644 index 0000000..13ea2f2 Binary files /dev/null and b/next_talk.jpg differ diff --git a/next_thumb.jpg b/next_thumb.jpg new file mode 100644 index 0000000..a09b12c Binary files /dev/null and b/next_thumb.jpg differ