From 6541352392f3b63a63e39f9ee7f816f262748c93 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 22 Dec 2023 16:12:54 +0100 Subject: [PATCH] clarify this plugin can be used as a top-level package --- README.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c137275..863849d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,17 @@ itself. This includes: * 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 diff --git a/package.json b/package.json index c91e6a8..c0376b8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "git@kunsmann.eu", "desc": "Shows information provided by pretalx-broadcast-tools", "nesting": { - "parents": ["scheduled-plugin"], + "parents": ["scheduled-plugin", "top-level"], "childs": [] }, "platforms": ["pi/epoch-1", "pi/epoch-2"],