From bbbaea7bbbb4a95a1015c4c31211671039301f4b Mon Sep 17 00:00:00 2001 From: tiliavir Date: Sun, 26 Jun 2022 20:57:36 +0200 Subject: [PATCH] Adds Open Air --- data/berichte.json | 9 ++++ data/konzerte.json | 90 ++++++++++++++++++++++++++++++++ data/schema/konzerte-schema.json | 2 +- package.json | 2 +- 4 files changed, 101 insertions(+), 2 deletions(-) diff --git a/data/berichte.json b/data/berichte.json index ebc4b306..faa23d63 100644 --- a/data/berichte.json +++ b/data/berichte.json @@ -1,5 +1,14 @@ { "2022": [ + { + "title": "Musikverein Wollbach feiert ein Musikfestival mitten im Dorf", + "date": "2022-06-26", + "hasDescription": true, + "hasPicture": true, + "srcTitle": "BZ", + "srcUrl": "https://www.badische-zeitung.de/", + "url": "https://www.badische-zeitung.de/musikverein-wollbach-feiert-ein-musikfestival-mitten-im-dorf" + }, { "title": "Kandertalhalle verwandelte sich in einen Kinosaal", "date": "2022-03-14", diff --git a/data/konzerte.json b/data/konzerte.json index 326184b0..4d038fff 100644 --- a/data/konzerte.json +++ b/data/konzerte.json @@ -2419,5 +2419,95 @@ ] } ] + }, + { + "category": "Konzert", + "title": "Forsthof Open-Air", + "location": { + "location": "Forsthof Wollbach", + "dates": [ + "2022-06-25" + ] + }, + "parts": [ + { + "orchestraOrEnsemble": "Musikverein Wollbach 1866 e.V.", + "conductor": "Oliver Hauser", + "program": [ + { + "title": "Mack the Knife" + }, + { + "title": "Trouble with my Baby" + }, + { + "title": "Bei mir bist Du shein" + }, + { + "title": "Can't rely on you" + }, + { + "title": "Buona sera" + }, + { + "title": "Just a Gigolo" + }, + { + "title": "Blues Brothers Medley" + }, + { + "title": "Benny Goodman Memories" + }, + { + "title": "Sparkling Diamonds" + }, + { + "title": "Rote Lippen soll man küssen" + }, + { + "title": "Minnie the Moocher" + }, + { + "title": "Mouth to Mouth" + }, + { + "title": "Udo Jürgens - Das Beste" + }, + { + "title": "Valerie" + }, + { + "title": "If you don't know me" + }, + { + "title": "Abenteuerland" + }, + { + "title": "New York Medley" + }, + { + "title": "At Last" + }, + { + "title": "Upside down" + }, + { + "title": "Deep Purple" + }, + { + "title": "What a wonderful world" + }, + { + "title": "Candyman" + }, + { + "title": "Jersey Boys" + }, + { + "title": "Hit the road Jack" + } + ] + } + ] } ] diff --git a/data/schema/konzerte-schema.json b/data/schema/konzerte-schema.json index c914f7d3..ac421fdd 100644 --- a/data/schema/konzerte-schema.json +++ b/data/schema/konzerte-schema.json @@ -6,7 +6,7 @@ "properties": { "category": { "type": "string", - "enum": ["Jahreskonzert", "Kirchenkonzert", "Platzkonzert", "Adventskonzert", "Frühlingskonzert"] + "enum": ["Jahreskonzert", "Kirchenkonzert", "Platzkonzert", "Adventskonzert", "Frühlingskonzert", "Konzert"] }, "title": { "type": "string" diff --git a/package.json b/package.json index 5abb199a..badd6d6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mvw-website", "license": "MIT", - "version": "22.05.29", + "version": "22.06.26", "description": "Website of Musikverein Wollbach 1866 e.V.", "author": "Markus Lindenmann ", "repository": {