diff --git a/0058 - Preindl - In tuo nomine.def b/0058 - Preindl - In tuo nomine.def
new file mode 100644
index 0000000000000000000000000000000000000000..9f8e8cca1a6f2e3b81a56b071eef0c96a05e7887
--- /dev/null
+++ b/0058 - Preindl - In tuo nomine.def	
@@ -0,0 +1,50 @@
+{
+  "output_dir": "0058 - Preindl - In tuo nomine",
+  "version": "2.13.29",
+  "template": "EK_Full",
+  "language": "Latin",
+  "additionalscores": [],
+  "options": ["optimal-breaking"],
+
+  "defaults": {
+    "title": "In tuo Nomine",
+    "subtitle": u"Offertorium No.21",
+    "composer": "Joseph Preindl",
+    "composerdate": "1756-1823",
+    "description": "Per Alto Solo con Coro (SATB) e Orchestra",
+    "instrumentation": "2 Flauti, 2 Oboi, 2 Clarinetti, 2 Fagotti\\\\2 Corni, 2 Clarini, Timpani\\\\2 Violini, Violoncello e Contrabbasso",
+
+    #"arranger": u"<<arranger>>",
+    "key": u"D-Dur",
+    #"duration": u"",
+    #"composition_year": u"",
+    #"score_information": u"",
+    #"genre": u"",
+
+    "year": "2010",
+    "publisher": "Edition Kainhofer, Vienna",
+    "publisherurl": "http://www.edition-kainhofer.com/",
+    "editor": "Reinhold Kainhofer",
+    "editorurl": "http://reinhold.kainhofer.com/",
+    "editormail": "reinhold@kainhofer.com",
+    "scorenumber": "EK-0058",
+    "scoreinfo": u"Per Alto Solo con Coro e Orchestra",
+    "basename": "Preindl_InTuoNomine",
+
+    "instruments": [
+        "FlI", "FlII", "ObI", "ObII", 
+        "ClI", "ClII", "FagI", "FagII", 
+        "CorI", "CorII", "TbeI", "TbeII", 
+        "Tim", 
+        "VI", "VII", 
+        "ASolo", 
+        "S", "A", "T", "B",
+        "VcB", "Vc", "Cb"],
+    "vocalvoices": ["ASolo", "S", "A", "T", "B"],
+    "noscore_instruments": ["ASolo", "S", "A", "T", "B"],
+    "scores": ["Full", "Vocal", "Choral"],
+  },
+
+  "scores": ["InTuoNomine"],
+  "latex": {},
+}
diff --git a/Makefile b/Makefile
index 5bfb115cb949c317d8afe466ef4a494ca0635f8d..deb17f06a4e19ebf0ba092463e750ab718ba580b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ texs = $(texscores:%=TeX_$(texbase)_Score_%.tex)
 texpdfs = $(texs:%.tex=$(OUT)/%.pdf) \
      $(OUT)/TeX_$(texbase)_Score_Instruments.pdf
 
+distfiles = $(instruments:%=$(OUT)/$(base)_Instrument_%.pdf) $(OUT)/$(base)_Score_Choral.pdf $(texpdfs)
 
 additionalscores = 
 
@@ -52,5 +53,17 @@ latex: $(pdfs) $(texpdfs)
 latexpdf: $(texpdfs)
 
 $(OUT)/TeX_%.pdf : TeX_%.tex
-	TEXINPUTS=$(OUT):orchestrallily/:.//: pdflatex --output-directory=$(OUT)/ $<
-
+	TEXINPUTS=$(OUT):orchestrallily/:.//: pdflatex -interaction=batchmode --output-directory=$(OUT)/ $<
+
+zipdir = $(base)_Final
+dist: $(distfiles)
+	mkdir -p $(zipdir)
+	cp -r $(distfiles) $(zipdir)
+	rename 's/TeX_//' $(zipdir)/*
+	rename 's/Score_(Full|Long)\./Score./' $(zipdir)/*
+	zip -jr $(base).zip $(zipdir)
+	rm -rf $(zipdir)
+
+# webshop: $(distfiles)
+webshop:
+	python ../../Diverses/Webshop/EditionKainhofer_CSVI_Generate.py "0058 - Preindl - In tuo nomine.def" $(distfiles)
diff --git a/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Instrument_ClnoI-00.png b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Instrument_ClnoI-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..967f2dde061d390f4e9c3aadec4e018890e09703
Binary files /dev/null and b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Instrument_ClnoI-00.png differ
diff --git a/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Instrument_VI-01.png b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Instrument_VI-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..8e4884f4eb633f537b4065720fee3ba42b429062
Binary files /dev/null and b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Instrument_VI-01.png differ
diff --git a/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Instrument_VI-02.png b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Instrument_VI-02.png
new file mode 100644
index 0000000000000000000000000000000000000000..8da7a4d7396ddb0ede8e8e504a8b0665e6e056e9
Binary files /dev/null and b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Instrument_VI-02.png differ
diff --git a/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-04.png b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-04.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5afe3c7d2c6ac813b22d73c8a0d524888913da3
Binary files /dev/null and b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-04.png differ
diff --git a/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-05.png b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-05.png
new file mode 100644
index 0000000000000000000000000000000000000000..b3522bb1ed04069c633caf0f7edcd32a95e23f69
Binary files /dev/null and b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-05.png differ
diff --git a/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-08.png b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-08.png
new file mode 100644
index 0000000000000000000000000000000000000000..444367ccedbedda574a1dff19260f3502011f32a
Binary files /dev/null and b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-08.png differ
diff --git a/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-19.png b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-19.png
new file mode 100644
index 0000000000000000000000000000000000000000..0436ae33d4f3f4d5d9c28f17ca22999596bd2b3b
Binary files /dev/null and b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-19.png differ
diff --git a/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-24.png b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-24.png
new file mode 100644
index 0000000000000000000000000000000000000000..50f787258517ab4b6c3795edfa26293fcbc751a1
Binary files /dev/null and b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score-24.png differ
diff --git a/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-00.png b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbd525434603e1c28324275df7738b285322a920
Binary files /dev/null and b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-00.png differ
diff --git a/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-01.png b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..76bf368b1f37eee39542d85003cc0a2b40111857
Binary files /dev/null and b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-01.png differ
diff --git a/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-05.png b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-05.png
new file mode 100644
index 0000000000000000000000000000000000000000..34ed742cb163ccedb7cf6e0fd10aad133be4596e
Binary files /dev/null and b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-05.png differ
diff --git a/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-07.png b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-07.png
new file mode 100644
index 0000000000000000000000000000000000000000..be6193b28c7124837561aa2bc6e69b7c09e4a77a
Binary files /dev/null and b/webshop/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-07.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Cb-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Cb-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..0638d1171e13c86f89a4618379a4840bec27e29f
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Cb-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Cb-01.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Cb-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..f847fa7741fa07612f8ddb3db4e4f63473e496db
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Cb-01.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ClI-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ClI-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..ad6b3ddc36fd80ad534ff3300dde71cd5b6313f0
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ClI-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ClII-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ClII-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..068ee7dc3dba2757c0e39ded2f4107f190f56f94
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ClII-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ClnoII-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ClnoII-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..49027e3d5c6c8e1c269c093d9ed486da3dd20e6f
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ClnoII-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_CorI-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_CorI-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..4225793f1c01c51c77392320206364da68e3caef
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_CorI-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_CorII-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_CorII-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..dd9ba2990f43b43f6b73d7547444fd28df68449d
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_CorII-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FagI-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FagI-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..30c91b77c8bcbfca726e9812636348e1d27c0004
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FagI-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FagI-01.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FagI-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..4ed0b0b8bb9d8cd396cd04f40d9de41ffd770155
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FagI-01.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FagII-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FagII-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead1c890ffb6bb8438f36569fe1cb521a5852c0c
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FagII-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FagII-01.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FagII-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..0bba5a6e5414c418109c250e886d332fe22b650e
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FagII-01.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FlI-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FlI-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..e5ecc7258731f7894a9282a8e6c3d3003b07cd85
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FlI-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FlI-01.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FlI-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..33545ec29970fe56bd66acacaf9198a3d34a9dce
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FlI-01.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FlII-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FlII-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..9f169cced11ae7cc34a5b7b478dedc1a39acd684
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_FlII-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ObI-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ObI-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..fae0942cfadd4fd1abefb6b1939bd81650e0d562
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ObI-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ObI-01.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ObI-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..8d2965ed2c82ce60e33fb7a58e5c79118ff95fb4
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ObI-01.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ObII-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ObII-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..5f76db9ed0942c8e9c5efbc8194c4d64b38f8cd0
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_ObII-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Tim-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Tim-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..cab64f49e22c8b6b9aa31ead55a44afd61c6ec79
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Tim-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VI-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VI-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..08aa96fca28ace4f4bae2e2a245f697de2171faa
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VI-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VI-03.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VI-03.png
new file mode 100644
index 0000000000000000000000000000000000000000..c784e456e5b0c00193725fd434d4cf0c99eb78db
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VI-03.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VII-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VII-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..321d76c48292b48ba75d6cd1785aacd49bbe6d33
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VII-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VII-01.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VII-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..19407828c308aede259fdd7cb67b6c19e06c7d94
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VII-01.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VII-02.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VII-02.png
new file mode 100644
index 0000000000000000000000000000000000000000..0063ae8d26069a6a8d90bda7090a9b5af7156c23
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VII-02.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VII-03.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VII-03.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d22b251ebbc9600c4bfb8f7c7d3533c01fd4621
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VII-03.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Vc-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Vc-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..962e2da2ed86912359b89f1451b188cdccaf6a4a
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Vc-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Vc-01.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Vc-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..d9d2d27889ae14954179269ca2b7cebdc05dbbc2
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_Vc-01.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VcB-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VcB-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..950e094095ec823bb36d91ce0be12897b6d27a3f
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VcB-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VcB-01.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VcB-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..4fcfa848a0b519e557f0af2398b1478001798bc2
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Instrument_VcB-01.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..103c76fe01f9853c6b48cd90d6d2012a8e78eea4
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-01.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..8468d455daf4cf231bb4323e021da6e8fb3eb641
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-01.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-02.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-02.png
new file mode 100644
index 0000000000000000000000000000000000000000..ce1b85dc3a0c76e0eda2c7e5d5f0e0739d1ba306
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-02.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-03.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-03.png
new file mode 100644
index 0000000000000000000000000000000000000000..32541126bbc35c12fed263036b67013433c6f987
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-03.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-06.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-06.png
new file mode 100644
index 0000000000000000000000000000000000000000..4522f012fd78b77936b191610440e023a8553375
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-06.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-07.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-07.png
new file mode 100644
index 0000000000000000000000000000000000000000..9345dc480b55fe5a2ed10586a328d4da8321d65d
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-07.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-09.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-09.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dbdb9c42488d9b7f8917fa921d069f48fc483fe
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-09.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-10.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-10.png
new file mode 100644
index 0000000000000000000000000000000000000000..0e1bd2f1d7ab48f055e23c988034217abec1e86c
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-10.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-11.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-11.png
new file mode 100644
index 0000000000000000000000000000000000000000..37cff32e816ffc174d7529d2e76b5621195a42d7
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-11.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-12.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-12.png
new file mode 100644
index 0000000000000000000000000000000000000000..19abc04b413f25ae5a908698c35ea9897a01790d
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-12.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-13.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-13.png
new file mode 100644
index 0000000000000000000000000000000000000000..2f51367e895077bf52e6d2c140487245c3765957
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-13.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-14.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-14.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e52e922685efabe2be752e4ad5f471830008368
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-14.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-15.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-15.png
new file mode 100644
index 0000000000000000000000000000000000000000..0d67912b15b31cc27f9224e8b1f5afa3be133eb1
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-15.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-16.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-16.png
new file mode 100644
index 0000000000000000000000000000000000000000..2604860fede11331a47040a3aad736ade0085125
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-16.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-17.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-17.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e52c7628f97651b0fd64a91fce1ee5ec647ab15
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-17.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-18.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-18.png
new file mode 100644
index 0000000000000000000000000000000000000000..8dbb11218d7542d196c48c78fec351c3505de63d
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-18.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-20.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-20.png
new file mode 100644
index 0000000000000000000000000000000000000000..b1496e549af2501957f02bb53d28a63da163bac1
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-20.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-21.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-21.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a218487bdba7b003686a101c6344a984eb3c78f
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-21.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-22.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-22.png
new file mode 100644
index 0000000000000000000000000000000000000000..1f0169a21f1901d978f21dea2b2b4def42ebf006
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-22.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-23.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-23.png
new file mode 100644
index 0000000000000000000000000000000000000000..73fd0fa33eb5d36df472dc01500f7dd11c0f4a5d
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-23.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-25.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-25.png
new file mode 100644
index 0000000000000000000000000000000000000000..d21536a9496b90efedc831ca6c736b7148663bc2
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-25.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-26.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-26.png
new file mode 100644
index 0000000000000000000000000000000000000000..b73f82368cfcbbd10c36a5e4a3fb01c578839b55
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-26.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-27.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-27.png
new file mode 100644
index 0000000000000000000000000000000000000000..315b981eba3ca7287a2d3efe7ff28ef67e165d90
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-27.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-28.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-28.png
new file mode 100644
index 0000000000000000000000000000000000000000..7670372c543e7d449f929e29c6452681e94ec1c0
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-28.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-29.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-29.png
new file mode 100644
index 0000000000000000000000000000000000000000..423a31d953bfa930ac60c31d8527c0a744e51018
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-29.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-30.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-30.png
new file mode 100644
index 0000000000000000000000000000000000000000..8468d455daf4cf231bb4323e021da6e8fb3eb641
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-30.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-31.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-31.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d7cfc710f0a444d6a6f9420a61e9ab827416c5a
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score-31.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Choral-02.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Choral-02.png
new file mode 100644
index 0000000000000000000000000000000000000000..709e207f3453e5143135501d4ad934c9305fef2a
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Choral-02.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Choral-03.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Choral-03.png
new file mode 100644
index 0000000000000000000000000000000000000000..4ba97fd5cc933f362de426fd429d88b09513c0b4
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Choral-03.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Choral-04.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Choral-04.png
new file mode 100644
index 0000000000000000000000000000000000000000..0dbaf4ea98d5cb3b638a9081650da77dc996c3b7
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Choral-04.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Choral-06.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Choral-06.png
new file mode 100644
index 0000000000000000000000000000000000000000..9958deae02da1edb9c00fa4315ba9d92bb424c8b
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Choral-06.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Instruments-00.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Instruments-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..faba45c57ea8f333a8d6a0811655a0c8b49d53ca
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Instruments-00.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Instruments-01.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Instruments-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..debec8270a9915eb8d88d7b5702423ecf2ef0bc5
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Instruments-01.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Instruments-02.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Instruments-02.png
new file mode 100644
index 0000000000000000000000000000000000000000..0da0ef4c37bba940d6ed088fe43685e606fc1690
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Instruments-02.png differ
diff --git a/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Instruments-03.png b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Instruments-03.png
new file mode 100644
index 0000000000000000000000000000000000000000..e73c5cdc81c815d3e68b58a0527dde4dac67f2d5
Binary files /dev/null and b/webshop/EK-0058/UNUSED/EK-0058_Preindl_InTuoNomine_Score_Instruments-03.png differ
diff --git a/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Instrument_ClnoI-00.png b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Instrument_ClnoI-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..12b9e934829bdb3005d32f4bb6cc27821393a98a
Binary files /dev/null and b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Instrument_ClnoI-00.png differ
diff --git a/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Instrument_VI-01.png b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Instrument_VI-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..417b16aa482ce2d60fa79ecbeecd7a8fe7365ff7
Binary files /dev/null and b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Instrument_VI-01.png differ
diff --git a/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Instrument_VI-02.png b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Instrument_VI-02.png
new file mode 100644
index 0000000000000000000000000000000000000000..b4cdfb4210104808d6344b1d9bacaa3996da43e3
Binary files /dev/null and b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Instrument_VI-02.png differ
diff --git a/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-04.png b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-04.png
new file mode 100644
index 0000000000000000000000000000000000000000..71bdf3fe55158b588985c54cc82f778cbf58a73b
Binary files /dev/null and b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-04.png differ
diff --git a/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-05.png b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-05.png
new file mode 100644
index 0000000000000000000000000000000000000000..66750a26cd679b43fe8fd70b1a3cc51554e96c7a
Binary files /dev/null and b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-05.png differ
diff --git a/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-08.png b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-08.png
new file mode 100644
index 0000000000000000000000000000000000000000..d6e800b2f94ca67986e0b4f45ae3a65b6054cda0
Binary files /dev/null and b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-08.png differ
diff --git a/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-19.png b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-19.png
new file mode 100644
index 0000000000000000000000000000000000000000..ad6c7c1ea211d91bd38f24355d87c4934d577ca6
Binary files /dev/null and b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-19.png differ
diff --git a/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-24.png b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-24.png
new file mode 100644
index 0000000000000000000000000000000000000000..d3fa769a31f51a3c5441f0fc28d5283b96214d2b
Binary files /dev/null and b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-24.png differ
diff --git a/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-00.png b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-00.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa4af189c42f78b996a76e7d08b26e197763d21c
Binary files /dev/null and b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-00.png differ
diff --git a/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-01.png b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-01.png
new file mode 100644
index 0000000000000000000000000000000000000000..445eb57f05a0ffa0946f7be5f52bcd62e8a7c1fb
Binary files /dev/null and b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-01.png differ
diff --git a/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-05.png b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-05.png
new file mode 100644
index 0000000000000000000000000000000000000000..5fae7211b64e18433b4d34e71e813c02aef02e56
Binary files /dev/null and b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-05.png differ
diff --git a/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-07.png b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-07.png
new file mode 100644
index 0000000000000000000000000000000000000000..a6d25cda690cbcd3831c42a08567962dd3a8430c
Binary files /dev/null and b/webshop/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-07.png differ
diff --git a/webshop/EditionKainhofer_CSVI_01_Products.csv b/webshop/EditionKainhofer_CSVI_01_Products.csv
new file mode 100644
index 0000000000000000000000000000000000000000..d63b5c197a0aa0d9d14e0b5f150f869255f443ad
--- /dev/null
+++ b/webshop/EditionKainhofer_CSVI_01_Products.csv
@@ -0,0 +1,9 @@
+product_sku,product_parent_sku,slug,product_name,product_s_desc,product_desc,product_price,product_currency,category_path,custom_title,custom_value,min_order_level,max_order_level,published
+"EK-0058",,joseph-preindl-in-tuo-nomine,"Joseph Preindl: In tuo Nomine, Offertorium No.21","Offertorium des Wiener Domkapellmeisters in Bearbeitung für Alt- und Viola-Solo, Chor und Orchester","<p><p>Der Komponist und Organist Joseph Preindl (1756-1823) war  als Lehrer am Waisenhaus, als Organist bei den Karmelitern und an der Michaelerkirche sowie als Chorleiter und Organist der Wiener Peterskirche tätig. Ab 1795 wurde er Kapellmeister-Adjunkt von Albrechtsberger am Wiener Stephansdom und übernahm nach dessen Tod 1809 auch die angesehene Stelle als Domkapellmeister des Stephansdom.</p><p>Neben seiner kirchenmusikalischen Tätigkeit betätigte sich Preindl auch als Gesangs- und Klavierlehrer und veröffentlichte sogar eine Gesangschule und eine Tonschule.</p><p>Preindls kompositorisches Schaffen galt hauptsächlich der Kirchenmusik. So komponierte er mindestens 14 Messen, zwei Requien, zahlreiche Graduale, Offertorien, Motetten und Kirchenarien. Aber auch zwei Klavierkonzerte und einige Sonaten, Variationen und Phantasien für 
+Klavier sind erhalten.</p><p>Seine Kirchenmusik wird allgemein als qualitätvoll bezeichnet, auch wenn Eusebius Mandyczewski in der &quot;Allgemeinen Deutschen Biographie&quot; (1888) über Preindl ein vernichtendes Urteil fällt. Das vorliegende Offertorium &quot;In tuo Nomine&quot; in großer Orchesterbesetzung nach allen Regeln des klassischen Tonsatzes ist ein sehr wohlklingendes Werk und wiederlegt wohl Mandyczwskis Sicht Preindls. Es ist geprägt durch das Alt-Solo, während der Chor nur durch einwurfartige Phrasen, verstärkt durch die Bläser, in Erscheinung tritt. Gegen Ende des Stückes findet sich jedoch sogar ein kurzes Fugato im Chor, bevor das Stück bombastisch im Alleluja endet.<br /></p>
+  <p>Einzelstimmen der Orchesterinstrumente sind auf Anfrage erhältlich.</p>",,,"Kirchenmusik/Chor und Orchester","Composer|Title|Subtitle|Catalogue number|Arranger|Poet|Scoring|Key|Editor|Publisher|Textsprache|Duration|Year of Composition|Score Information|Genre|Available Editions","Joseph Preindl (1756-1823)|In tuo Nomine|Offertorium No.21||||Solo A, Coro SATB, 2Vl, Vc/Cb, 2Fl, 2Ob, 2Cl, 2Fag, 2Cor, 2Clni, Tim|D-Dur|Reinhold Kainhofer|Edition Kainhofer, Vienna|Latin|||||",,,"Y"
+"EK-0058-1","EK-0058","joseph-preindl-in-tuo-nomine-partitur","Joseph Preindl: In tuo Nomine, Partitur","Partitur","",10.9,"EUR",,"Score Type|Comment|Pages|ISMN","Partitur||32|979-0-50217-004-2",,,"Y"
+"EK-0058-10","EK-0058","joseph-preindl-in-tuo-nomine-chorstimmen","Joseph Preindl: In tuo Nomine, Chorstimmen","Chorstimmen","",0.75,"EUR",,"Score Type|Comment|Pages|ISMN","Chorstimmen|Solo A, Coro SATB|8|979-0-50217-005-9",10,,"Y"
+"EK-0058-25","EK-0058","joseph-preindl-in-tuo-nomine-orchesterstimmen","Joseph Preindl: In tuo Nomine, Orchesterstimmen","Orchesterstimmen","",24.9,"EUR",,"Score Type|Comment|Pages|ISMN","Orchesterstimmen|4 Vl1, 3 Vl2, Vc, Cb, Vc/Cb, Fl1, Fl2, Ob1, Ob2, Cl1, Cl2, Fag1, Fag2, Cor1, Cor2, Clno1, Clno2, Tim||979-0-50217-006-6",,,"Y"
+
+
diff --git a/webshop/EditionKainhofer_CSVI_02_Products_en.csv b/webshop/EditionKainhofer_CSVI_02_Products_en.csv
new file mode 100644
index 0000000000000000000000000000000000000000..f628178916cec6c17f6961017376ff581fa34b17
--- /dev/null
+++ b/webshop/EditionKainhofer_CSVI_02_Products_en.csv
@@ -0,0 +1,12 @@
+product_sku,slug,product_name,product_s_desc,product_desc,published
+"EK-0058",joseph-preindl-in-tuo-nomine,"Joseph Preindl: In tuo Nomine, Offertory No.21","Offertory of the Viennese Domkapellmeister, arranged for Alto- and Viola solo, choir and orchestra","<p>Joseph Preindl (1756-1823), a composer and organist in Vienna, worked as a teacher at the Orphanage, as organist at the Carmelites and at St. Michael's. Furthermore, he was chorus master and organist at St. Peter in Vienna. In 1795 he was appointed assistant to the music director Albrechtsberger at the Vienna cathedral, and after Albrechtsberger's death in 1809 he was appointed to the distinguished position of director of music at St. Stephan's cathedral.</p>
+  <p>Besides his sacral works, Preindl also worked as singing and piano teacher and published even some textbooks.</p>
+  <p>Preindl composed at least 14 masses, two requiems, and several graduals, offertories, motets and church arias.</p>
+  <p>The present offertory vorliegende &quot;In tuo Nomine&quot; in full orchestration is a melodic sacral piece. The Alto solo plays the dominant part, while the choir only features several short phrases, intensified by the wind section. Near the end of the piece, the choir even has a short fugator, before the piece ends bombastically with a &quot;Halleluja&quot;.<br></p>
+  <p>Single scores for individual orchestra instruments are available on request.</p>
+  ","Y"
+"EK-0058-1","joseph-preindl-in-tuo-nomine-full-score","Joseph Preindl: In tuo Nomine, Full score","Full score","","Y"
+"EK-0058-10","joseph-preindl-in-tuo-nomine-choral-score","Joseph Preindl: In tuo Nomine, Choral score","Choral score","","Y"
+"EK-0058-25","joseph-preindl-in-tuo-nomine-orchestra-parts","Joseph Preindl: In tuo Nomine, Orchestra parts","Orchestra parts","","Y"
+
+
diff --git a/webshop/EditionKainhofer_CSVI_03_Productimages.csv b/webshop/EditionKainhofer_CSVI_03_Productimages.csv
new file mode 100644
index 0000000000000000000000000000000000000000..86204d82cd23edf4c2dac5a9af1ad7ee94e26e21
--- /dev/null
+++ b/webshop/EditionKainhofer_CSVI_03_Productimages.csv
@@ -0,0 +1,15 @@
+product_sku,file_url,file_url_thumb,file_description,published,file_mimetype,file_title,file_type,file_is_product_image, file_is_downloadable,file_is_forsale
+"EK-0058","images/stories/virtuemart/product/EK-0058/EK-0058_Preindl_InTuoNomine_Score-04.png","images/stories/virtuemart/product/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-04.png",,1,"image/png",,product,0,0,0
+"EK-0058","images/stories/virtuemart/product/EK-0058/EK-0058_Preindl_InTuoNomine_Score-05.png","images/stories/virtuemart/product/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-05.png",,1,"image/png",,product,0,0,0
+"EK-0058","images/stories/virtuemart/product/EK-0058/EK-0058_Preindl_InTuoNomine_Score-08.png","images/stories/virtuemart/product/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-08.png",,1,"image/png",,product,0,0,0
+"EK-0058","images/stories/virtuemart/product/EK-0058/EK-0058_Preindl_InTuoNomine_Score-19.png","images/stories/virtuemart/product/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-19.png",,1,"image/png",,product,0,0,0
+"EK-0058","images/stories/virtuemart/product/EK-0058/EK-0058_Preindl_InTuoNomine_Score-24.png","images/stories/virtuemart/product/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score-24.png",,1,"image/png",,product,0,0,0
+"EK-0058","images/stories/virtuemart/product/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-00.png","images/stories/virtuemart/product/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-00.png",,1,"image/png",,product,0,0,0
+"EK-0058","images/stories/virtuemart/product/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-01.png","images/stories/virtuemart/product/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-01.png",,1,"image/png",,product,0,0,0
+"EK-0058","images/stories/virtuemart/product/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-05.png","images/stories/virtuemart/product/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-05.png",,1,"image/png",,product,0,0,0
+"EK-0058","images/stories/virtuemart/product/EK-0058/EK-0058_Preindl_InTuoNomine_Score_Choral-07.png","images/stories/virtuemart/product/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Score_Choral-07.png",,1,"image/png",,product,0,0,0
+"EK-0058","images/stories/virtuemart/product/EK-0058/EK-0058_Preindl_InTuoNomine_Instrument_VI-01.png","images/stories/virtuemart/product/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Instrument_VI-01.png",,1,"image/png",,product,0,0,0
+"EK-0058","images/stories/virtuemart/product/EK-0058/EK-0058_Preindl_InTuoNomine_Instrument_VI-02.png","images/stories/virtuemart/product/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Instrument_VI-02.png",,1,"image/png",,product,0,0,0
+"EK-0058","images/stories/virtuemart/product/EK-0058/EK-0058_Preindl_InTuoNomine_Instrument_ClnoI-00.png","images/stories/virtuemart/product/EK-0058/thumb/EK-0058_Preindl_InTuoNomine_Instrument_ClnoI-00.png",,1,"image/png",,product,0,0,0
+
+
diff --git a/webshop_descriptions.def b/webshop_descriptions.def
new file mode 100644
index 0000000000000000000000000000000000000000..ef84c7579ccf077b195f9425512fa89c4a415868
--- /dev/null
+++ b/webshop_descriptions.def
@@ -0,0 +1,60 @@
+{
+  #"title": u"Joseph Preindl: In tuo Nomine, Offertorium No.21",
+  "subtitle_en": u"Offertory No.21",
+
+  "Short_Description_de": u"Offertorium des Wiener Domkapellmeisters in Bearbeitung für Alt- und Viola-Solo, Chor und Orchester",
+  "Short_Description_en": u"Offertory of the Viennese Domkapellmeister, arranged for Alto- and Viola solo, choir and orchestra",
+  
+  "Description_de": u'''<p><p>Der Komponist und Organist Joseph Preindl (1756-1823) war  als Lehrer am Waisenhaus, als Organist bei den Karmelitern und an der Michaelerkirche sowie als Chorleiter und Organist der Wiener Peterskirche tätig. Ab 1795 wurde er Kapellmeister-Adjunkt von Albrechtsberger am Wiener Stephansdom und übernahm nach dessen Tod 1809 auch die angesehene Stelle als Domkapellmeister des Stephansdom.</p><p>Neben seiner kirchenmusikalischen Tätigkeit betätigte sich Preindl auch als Gesangs- und Klavierlehrer und veröffentlichte sogar eine Gesangschule und eine Tonschule.</p><p>Preindls kompositorisches Schaffen galt hauptsächlich der Kirchenmusik. So komponierte er mindestens 14 Messen, zwei Requien, zahlreiche Graduale, Offertorien, Motetten und Kirchenarien. Aber auch zwei Klavierkonzerte und einige Sonaten, Variationen und Phantasien für 
+Klavier sind erhalten.</p><p>Seine Kirchenmusik wird allgemein als qualitätvoll bezeichnet, auch wenn Eusebius Mandyczewski in der \"Allgemeinen Deutschen Biographie\" (1888) über Preindl ein vernichtendes Urteil fällt. Das vorliegende Offertorium \"In tuo Nomine\" in großer Orchesterbesetzung nach allen Regeln des klassischen Tonsatzes ist ein sehr wohlklingendes Werk und wiederlegt wohl Mandyczwskis Sicht Preindls. Es ist geprägt durch das Alt-Solo, während der Chor nur durch einwurfartige Phrasen, verstärkt durch die Bläser, in Erscheinung tritt. Gegen Ende des Stückes findet sich jedoch sogar ein kurzes Fugato im Chor, bevor das Stück bombastisch im Alleluja endet.<br /></p>
+  <p>Einzelstimmen der Orchesterinstrumente sind auf Anfrage erhältlich.</p>''',
+  "Description_en": u'''<p>Joseph Preindl (1756-1823), a composer and organist in Vienna, worked as a teacher at the Orphanage, as organist at the Carmelites and at St. Michael's. Furthermore, he was chorus master and organist at St. Peter in Vienna. In 1795 he was appointed assistant to the music director Albrechtsberger at the Vienna cathedral, and after Albrechtsberger's death in 1809 he was appointed to the distinguished position of director of music at St. Stephan's cathedral.</p>
+  <p>Besides his sacral works, Preindl also worked as singing and piano teacher and published even some textbooks.</p>
+  <p>Preindl composed at least 14 masses, two requiems, and several graduals, offertories, motets and church arias.</p>
+  <p>The present offertory vorliegende \"In tuo Nomine\" in full orchestration is a melodic sacral piece. The Alto solo plays the dominant part, while the choir only features several short phrases, intensified by the wind section. Near the end of the piece, the choir even has a short fugator, before the piece ends bombastically with a "Halleluja".<br></p>
+  <p>Single scores for individual orchestra instruments are available on request.</p>
+  ''',
+  
+  "Category": u"Kirchenmusik/Chor und Orchester",
+  "instrumentation": u"Solo A, Coro SATB, 2Vl, Vc/Cb, 2Fl, 2Ob, 2Cl, 2Fag, 2Cor, 2Clni, Tim",
+  "published": "Y",
+  
+  "Child_Products": [
+    {"sku": "EK-0058-1", "ismn": "979-0-50217-004-2", "comment": "", "price": 10.90}, # Partitur / Full score
+    #{"sku": "EK-0058-2", "ismn": "", "comment": "", "price": 0.0}, # Klavierauszug / Vocal score
+    {"sku": "EK-0058-10", "ismn": "979-0-50217-005-9", "comment": "Solo A, Coro SATB", "price": 0.75, "min_order": 10}, # Chorstimmen / Choral score
+    {"sku": "EK-0058-25", "ismn": "979-0-50217-006-6", "comment": "4 Vl1, 3 Vl2, Vc, Cb, Vc/Cb, Fl1, Fl2, Ob1, Ob2, Cl1, Cl2, Fag1, Fag2, Cor1, Cor2, Clno1, Clno2, Tim", "price": 24.90}, # Orchesterstimmen / Orchestra parts
+    #{"sku": "EK-0058-30", "ismn": "", "comment": "", "price": 0.0}, # Violino I
+    #{"sku": "EK-0058-31", "ismn": "", "comment": "", "price": 0.0}, # Violino II
+    #{"sku": "EK-0058-33", "ismn": "", "comment": "", "price": 0.0}, # Violoncello e Contrabbasso
+    #{"sku": "EK-0058-34", "ismn": "", "comment": "", "price": 0.0}, # Violoncello
+    #{"sku": "EK-0058-35", "ismn": "", "comment": "", "price": 0.0}, # Basso
+    #{"sku": "EK-0058-40", "ismn": "", "comment": "", "price": 0.0}, # Flauto I
+    #{"sku": "EK-0058-41", "ismn": "", "comment": "", "price": 0.0}, # Flauto II
+    #{"sku": "EK-0058-42", "ismn": "", "comment": "", "price": 0.0}, # Oboe I
+    #{"sku": "EK-0058-43", "ismn": "", "comment": "", "price": 0.0}, # Oboe II
+    #{"sku": "EK-0058-44", "ismn": "", "comment": "", "price": 0.0}, # Clarinetto I
+    #{"sku": "EK-0058-45", "ismn": "", "comment": "", "price": 0.0}, # Clarinetto II
+    #{"sku": "EK-0058-46", "ismn": "", "comment": "", "price": 0.0}, # Fagotto I
+    #{"sku": "EK-0058-47", "ismn": "", "comment": "", "price": 0.0}, # Fagotto II
+    #{"sku": "EK-0058-50", "ismn": "", "comment": "", "price": 0.0}, # Corno I
+    #{"sku": "EK-0058-51", "ismn": "", "comment": "", "price": 0.0}, # Corno II
+    #{"sku": "EK-0058-52", "ismn": "", "comment": "", "price": 0.0}, # Tromba I
+    #{"sku": "EK-0058-53", "ismn": "", "comment": "", "price": 0.0}, # Tromba II
+    #{"sku": "EK-0058-60", "ismn": "", "comment": "", "price": 0.0}, # Timpani
+  ],
+  "Productimages": [
+    "EK-0058_Preindl_InTuoNomine_Score-04.png",
+    "EK-0058_Preindl_InTuoNomine_Score-05.png",
+    "EK-0058_Preindl_InTuoNomine_Score-08.png",
+    "EK-0058_Preindl_InTuoNomine_Score-19.png",
+    "EK-0058_Preindl_InTuoNomine_Score-24.png",
+    "EK-0058_Preindl_InTuoNomine_Score_Choral-00.png",
+    "EK-0058_Preindl_InTuoNomine_Score_Choral-01.png",
+    "EK-0058_Preindl_InTuoNomine_Score_Choral-05.png",
+    "EK-0058_Preindl_InTuoNomine_Score_Choral-07.png",
+    "EK-0058_Preindl_InTuoNomine_Instrument_VI-01.png",
+    "EK-0058_Preindl_InTuoNomine_Instrument_VI-02.png",
+    "EK-0058_Preindl_InTuoNomine_Instrument_ClnoI-00.png",
+  ],
+}