Go to file
Franziska Kunsmann dad7cbfcfe standalone mode: add config options for sizes 2024-03-26 12:37:41 +01:00
README.md update node to reflect it's compatible with vanilla pretalx now 2024-02-24 10:23:35 +01:00
all_talks.jpg add some documentation 2023-09-30 11:14:21 +02:00
all_thumb.jpg add some documentation 2023-09-30 11:14:21 +02:00
anims.lua first draft, somewhat working 2023-09-29 15:04:16 +02:00
empty.png first draft, somewhat working 2023-09-29 15:04:16 +02:00
font.ttf first draft, somewhat working 2023-09-29 15:04:16 +02:00
hosted.py first draft, somewhat working 2023-09-29 15:04:16 +02:00
next_talk.jpg add some documentation 2023-09-30 11:14:21 +02:00
next_thumb.jpg add some documentation 2023-09-30 11:14:21 +02:00
node.json standalone mode: add config options for sizes 2024-03-26 12:37:41 +01:00
node.lua standalone mode: add config options for sizes 2024-03-26 12:37:41 +01:00
node.png first draft, somewhat working 2023-09-29 15:04:16 +02:00
package.json update node to reflect it's compatible with vanilla pretalx now 2024-02-24 10:23:35 +01:00
package.png first draft, somewhat working 2023-09-29 15:04:16 +02:00
service service: ignore speakers with no name 2024-02-25 09:22:09 +01:00
silkscreen.ttf first draft, somewhat working 2023-09-29 15:04:16 +02:00
tile.js tile.js: clarify some text 2024-02-25 10:31:09 +01:00
tile.lua fix more stupid 2024-02-25 10:25:53 +01:00

README.md

schedule.json plugin for the info-beamer 'scheduled-player' package

Please note this plugin requires you to install either pretalx-broadcast-tools >= 2.1.0 or have something else to generate a schema-compatible schedule.json file (which is available from pretalx >= 2024.1.0)

Import this package to info-beamer.com

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

Standalone mode

In Standalone mode (aka you deploy this to your pi without scheduled-player) this plugin will only show a static view of all next talks. This can be used if you just want to get a list of talks without anything else.

You will get a top bar, showing the current Day on the left, and a 24h clock on the right, followed by all not-yet-ended talks until all screen space is filled. The configured fonts will be respected, but the font sizes are not configurable.

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

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