From 03de4e4ec26692c8685becc96ea8c98d7c976c86 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 24 Feb 2024 10:23:35 +0100 Subject: [PATCH] update node to reflect it's compatible with vanilla pretalx now --- README.md | 9 +++++---- node.json | 6 +++--- package.json | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 863849d..7930817 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -# pretalx-broadcast-tools plugin for the info-beamer 'scheduled-player' package +# schedule.json plugin for the info-beamer 'scheduled-player' package -Please note this plugin requires you to install +Please note this plugin requires you to install either [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! +or have something else to generate a schema-compatible `schedule.json` +file (which is available from +[pretalx >= 2024.1.0](https://github.com/pretalx/pretalx)) [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) diff --git a/node.json b/node.json index ea57843..0689ddf 100644 --- a/node.json +++ b/node.json @@ -1,5 +1,5 @@ { - "name": "Plugin: pretalx-broadcast-tools", + "name": "Plugin: schedule.json", "permissions": { "network": "Has to fetch schedule from remote site" }, @@ -79,10 +79,10 @@ "ui_width": 12, "name": "json_flavour", "type": "select", - "default": "pretalx-broadcast-tools", + "default": "voc-schema", "options": [ ["pretalx-broadcast-tools", "pretalx-broadcast-tools (input event URL below)"], - ["voc-schema", "C3VOC JSON schema compatible (input JSON URL below)"] + ["voc-schema", "schema-compatible JSON (input JSON URL below)"] ] }, { "title": "Schedule URL", diff --git a/package.json b/package.json index c0376b8..d3bdc66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "pretalx-broadcast-tools", + "name": "Fahrplan schedule.json", "author": "git@kunsmann.eu", - "desc": "Shows information provided by pretalx-broadcast-tools", + "desc": "Shows information provided by pretalx-broadcast-tools or a schema-compatible schedule.json", "nesting": { "parents": ["scheduled-plugin", "top-level"], "childs": []