clarify this plugin can be used as a top-level package

This commit is contained in:
Franzi 2023-12-22 16:12:54 +01:00
parent 9de0f5fd60
commit 6541352392
2 changed files with 12 additions and 1 deletions

View file

@ -21,6 +21,17 @@ itself. This includes:
* event end date * event end date
* track information and colours * 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 ## Screenshots
All talk information have been generated by All talk information have been generated by

View file

@ -3,7 +3,7 @@
"author": "git@kunsmann.eu", "author": "git@kunsmann.eu",
"desc": "Shows information provided by pretalx-broadcast-tools", "desc": "Shows information provided by pretalx-broadcast-tools",
"nesting": { "nesting": {
"parents": ["scheduled-plugin"], "parents": ["scheduled-plugin", "top-level"],
"childs": [] "childs": []
}, },
"platforms": ["pi/epoch-1", "pi/epoch-2"], "platforms": ["pi/epoch-1", "pi/epoch-2"],