update node to reflect it's compatible with vanilla pretalx now

This commit is contained in:
Franzi 2024-02-24 10:23:35 +01:00
parent 1859015bb0
commit 03de4e4ec2
3 changed files with 10 additions and 9 deletions

View file

@ -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) [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 or have something else to generate a schema-compatible `schedule.json`
pretalx installation! 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) [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)

View file

@ -1,5 +1,5 @@
{ {
"name": "Plugin: pretalx-broadcast-tools", "name": "Plugin: schedule.json",
"permissions": { "permissions": {
"network": "Has to fetch schedule from remote site" "network": "Has to fetch schedule from remote site"
}, },
@ -79,10 +79,10 @@
"ui_width": 12, "ui_width": 12,
"name": "json_flavour", "name": "json_flavour",
"type": "select", "type": "select",
"default": "pretalx-broadcast-tools", "default": "voc-schema",
"options": [ "options": [
["pretalx-broadcast-tools", "pretalx-broadcast-tools (input event URL below)"], ["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", "title": "Schedule URL",

View file

@ -1,7 +1,7 @@
{ {
"name": "pretalx-broadcast-tools", "name": "Fahrplan schedule.json",
"author": "git@kunsmann.eu", "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": { "nesting": {
"parents": ["scheduled-plugin", "top-level"], "parents": ["scheduled-plugin", "top-level"],
"childs": [] "childs": []