From 3f198a7a1009e2dd3e03b23ec95904e304a4ef7d Mon Sep 17 00:00:00 2001 From: jMyles Date: Wed, 28 May 2025 13:27:22 +0200 Subject: [PATCH] Kuba memorial setlist and beginning of song data. --- src/data/shows/0-22504683.yaml | 21 +++++++++++++++++++ .../jednou-mi-fotr-pov\303\255d\303\241.md" | 3 +++ .../jednou-mi-fotr-pov\303\255d\303\241.yaml" | 1 + src/data/songs_and_tunes/lady-be-good.yaml | 5 +++++ src/data/songs_and_tunes/old-joe-clark.yaml | 2 ++ src/data/songs_and_tunes/smrti.md | 6 ++++++ src/data/songs_and_tunes/smrti.yaml | 1 + 7 files changed, 39 insertions(+) create mode 100644 src/data/shows/0-22504683.yaml create mode 100644 "src/data/songs_and_tunes/jednou-mi-fotr-pov\303\255d\303\241.md" create mode 100644 "src/data/songs_and_tunes/jednou-mi-fotr-pov\303\255d\303\241.yaml" create mode 100644 src/data/songs_and_tunes/lady-be-good.yaml create mode 100644 src/data/songs_and_tunes/old-joe-clark.yaml create mode 100644 src/data/songs_and_tunes/smrti.md create mode 100644 src/data/songs_and_tunes/smrti.yaml diff --git a/src/data/shows/0-22504683.yaml b/src/data/shows/0-22504683.yaml new file mode 100644 index 00000000..cf767680 --- /dev/null +++ b/src/data/shows/0-22504683.yaml @@ -0,0 +1,21 @@ +title: "Kuba Hejhal Memorial" +venue: "Koruna" +locality: "Roudnice nad Labem" +region1: "Czech Republic" +timezone: "Europe/Prague" +ensemble: + "Justin Holmes": [ "guitar" ] + "Skyler Golden": [ "bass" ] + "Jakub Vysoky": [ "mandolin" ] + Honza Špringl: [5-string banjo, tenor banjo, guitar] +sets: + 0: + songplays: + - Red Haired Boy + - Lady Be Good + - Old Joe Clark + - Power Underneath + - Dragon Roost Island + - Jednou mi fotr povídá + - Can the Circle Be Unbroken? (By and By) + - Smrti diff --git "a/src/data/songs_and_tunes/jednou-mi-fotr-pov\303\255d\303\241.md" "b/src/data/songs_and_tunes/jednou-mi-fotr-pov\303\255d\303\241.md" new file mode 100644 index 00000000..0aba67a9 --- /dev/null +++ "b/src/data/songs_and_tunes/jednou-mi-fotr-pov\303\255d\303\241.md" @@ -0,0 +1,3 @@ +https://cs.wikipedia.org/wiki/Jan_Kalousek + +. Spolu s Ivanem Hlasem spolupracovali na soundtracku úspěšného filmu Jana Hřebejka Šakalí léta z roku 1993, napsaného podle povídek Petra Šabacha. \ No newline at end of file diff --git "a/src/data/songs_and_tunes/jednou-mi-fotr-pov\303\255d\303\241.yaml" "b/src/data/songs_and_tunes/jednou-mi-fotr-pov\303\255d\303\241.yaml" new file mode 100644 index 00000000..cbd92c5e --- /dev/null +++ "b/src/data/songs_and_tunes/jednou-mi-fotr-pov\303\255d\303\241.yaml" @@ -0,0 +1 @@ +primary_display_name: "Jednou mi fotr povídá" \ No newline at end of file diff --git a/src/data/songs_and_tunes/lady-be-good.yaml b/src/data/songs_and_tunes/lady-be-good.yaml new file mode 100644 index 00000000..03916939 --- /dev/null +++ b/src/data/songs_and_tunes/lady-be-good.yaml @@ -0,0 +1,5 @@ +by_artist: "George and Ira Gershwin" +on_release: "Vowel Sounds" +primary_display_name: "Oh, Lady Be Good!" +alternate_names: + - "Lady Be Good" \ No newline at end of file diff --git a/src/data/songs_and_tunes/old-joe-clark.yaml b/src/data/songs_and_tunes/old-joe-clark.yaml new file mode 100644 index 00000000..f5f0bdb0 --- /dev/null +++ b/src/data/songs_and_tunes/old-joe-clark.yaml @@ -0,0 +1,2 @@ +traditional: true +instrumental: true \ No newline at end of file diff --git a/src/data/songs_and_tunes/smrti.md b/src/data/songs_and_tunes/smrti.md new file mode 100644 index 00000000..30938a60 --- /dev/null +++ b/src/data/songs_and_tunes/smrti.md @@ -0,0 +1,6 @@ +https://www.databazeknih.cz/knihy/moravske-narodni-pisne-57799 + + + +This guy put the song together:? +https://www.trhknih.cz/kniha/2frt8qi1xq?gad_campaignid=20493945271 \ No newline at end of file diff --git a/src/data/songs_and_tunes/smrti.yaml b/src/data/songs_and_tunes/smrti.yaml new file mode 100644 index 00000000..b7214cff --- /dev/null +++ b/src/data/songs_and_tunes/smrti.yaml @@ -0,0 +1 @@ +traditional: true \ No newline at end of file