Skip to content

Commit

Permalink
Adds Open Air
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiliavir committed Jun 26, 2022
1 parent 16fb134 commit bbbaea7
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 2 deletions.
9 changes: 9 additions & 0 deletions data/berichte.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
90 changes: 90 additions & 0 deletions data/konzerte.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
]
}
]
2 changes: 1 addition & 1 deletion data/schema/konzerte-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"repository": {
Expand Down

0 comments on commit bbbaea7

Please sign in to comment.