From: Max Value Date: Tue, 1 Apr 2025 22:04:07 +0000 (+0100) Subject: Added doc features and test timers ahead of chat X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=6faba92d6a7657f59cfd36813db51d4c9866ebd4;p=shopping-channel Added doc features and test timers ahead of chat + info for 10th practice session + test sounds for the sounds.html page + floorplans and camera layout to the docs page ~ changed item seperator ~ changed html docs schedule layout --- diff --git a/static/cameras.png b/static/cameras.png new file mode 100644 index 0000000..d2f4245 Binary files /dev/null and b/static/cameras.png differ diff --git a/static/floorplan.png b/static/floorplan.png new file mode 100644 index 0000000..1cf9330 Binary files /dev/null and b/static/floorplan.png differ diff --git a/static/info.json b/static/info.json index 2acba37..91fd56b 100644 --- a/static/info.json +++ b/static/info.json @@ -1,6 +1,6 @@ { "shoot": { - "date": "30th March 2025", + "date": "10th April 2025", "location": "MediaCity UoS, Room 3.08" }, "crew":[ @@ -101,6 +101,13 @@ "phone": "073 7766 9812", "email": "M.Yates5@edu.salford.ac.uk", "absent": false + }, + { + "name": "Shan Hackwood", + "role": "Engineer", + "phone": "075 3068 9322", + "email": "S.Hackwood@edu.salford.ac.uk", + "absent": false } ], "cast":[ @@ -114,26 +121,66 @@ ], "schedule":[ { - "time": "0000", - "title": "This is an action", + "time": "1045", + "title": "Kit is picked up by producer and directors arrive for briefing", + "extra": ["Meet at kit store (1st floor)"] + }, + { + "time": "1115", + "title": "Crew call time", "extra": [ - "Test" - ] + "Meet in room 3.08 MediacityUK campus", + "Setup to be completed for 1200", + "Set-design team to prepare stand-in products" + ] + }, + { + "time": "1200", + "title": "Break until 1215", + "extra": ["Crew call time (Room 3.08) for meeting with directors"] }, { - "time": "0000", - "title": "This is an action", + "time": "1215", + "title": "Crew arrives back to studio", "extra": [ - "Test" - ] + "Final full overview of responsibilites", + "Moving onto smaller run-thoughs and trying new tecnicues" + ] + }, + { + "time": "1315", + "title": "All-hands break till 1330", + "extra": [] + }, + { + "time": "1330", + "title": "Prep for, and record, 25 minute continuous run", + "extra": ["30 minuntes contingency"] + }, + { + "time": "1430", + "title": "De-brief and pass on notes to producer", + "extra": [] + }, + { + "time": "1500", + "title": "De-rig", + "extra": ["All crew (other than directors and Anchor) dismissed as soon as finished."] }, { - "time": "0000", - "title": "This is an action", + "time": "1530", + "title": "Kit returned to store", "extra": [ - "Test" - ] + "Anchor dismissed.", + "Producer and Direcors meeting till dissmissed" + ] } ], - "notes": ["These are some notes on what we'll be doing"] + "notes": [ + "Note that this is a practice session, nothing forbidden is practiced or revealed.", + "Small test runs of small GFX features (e.g. Multiple simultanious timers)", + "Run through at least 25 minutes of continuous teleshopping (Recorded).", + "Particularly looking for feedback on: new sound system, new feature text, new sigil visuals, new GFX control layout", + "Additional notes on further features ahead of the next practice session." + ] } diff --git a/static/sounds/timer1.wav b/static/sounds/timer1.wav new file mode 100644 index 0000000..1b42490 Binary files /dev/null and b/static/sounds/timer1.wav differ diff --git a/static/sounds/timer2.wav b/static/sounds/timer2.wav new file mode 100644 index 0000000..1c092de Binary files /dev/null and b/static/sounds/timer2.wav differ diff --git a/static/sounds/timer3.wav b/static/sounds/timer3.wav new file mode 100644 index 0000000..02c44de Binary files /dev/null and b/static/sounds/timer3.wav differ diff --git a/static/sounds/timer4.wav b/static/sounds/timer4.wav new file mode 100644 index 0000000..02c44de Binary files /dev/null and b/static/sounds/timer4.wav differ diff --git a/static/sounds/timer5.wav b/static/sounds/timer5.wav new file mode 100644 index 0000000..02c44de Binary files /dev/null and b/static/sounds/timer5.wav differ diff --git a/static/sounds/timer6.wav b/static/sounds/timer6.wav new file mode 100644 index 0000000..02c44de Binary files /dev/null and b/static/sounds/timer6.wav differ diff --git a/templates/docs.html b/templates/docs.html index 200579e..f220d59 100644 --- a/templates/docs.html +++ b/templates/docs.html @@ -74,17 +74,18 @@ details { {% for action in info.schedule %} - {{action.time}} - {{action.title}} + {{action.time}} + + {{action.title}} + {% if action.extra|length > 0 %} + {% for line in action.extra %} +
+ {{line}} + {% endfor %} + {% endif %} + - {% if action.extra|length > 0 %} - {% for line in action.extra %} - - - {{line}} - - {% endfor %} - {% endif %} + {% endfor %} @@ -111,8 +112,7 @@ details { {% for item in data['items'] %} {% if loop.index0 > 0 %} - - + {% endif %} @@ -153,6 +153,12 @@ details { {% endfor %}
Item code
+

Floor-plan

+ + +

Camera layout

+ +

Text options