{
"shoot": {
- "date": "30th March 2025",
+ "date": "10th April 2025",
"location": "MediaCity UoS, Room 3.08"
},
"crew":[
"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":[
],
"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."
+ ]
}
</tr>
{% for action in info.schedule %}
<tr>
- <td>{{action.time}}</td>
- <td>{{action.title}}</td>
+ <th>{{action.time}}</th>
+ <td>
+ {{action.title}}
+ {% if action.extra|length > 0 %}
+ {% for line in action.extra %}
+ <br>
+ <em>{{line}}</em>
+ {% endfor %}
+ {% endif %}
+ </td>
</tr>
- {% if action.extra|length > 0 %}
- {% for line in action.extra %}
- <tr>
- <td></td>
- <td><em>{{line}}</em></td>
- </tr>
- {% endfor %}
- {% endif %}
+
{% endfor %}
</table>
<table>
{% for item in data['items'] %}
{% if loop.index0 > 0 %}
- <tr><td colspan="2"></td><tr>
- <tr><td colspan="2"></td><tr>
+ <tr><td colspan="2" style="background-color: blue"></td><tr>
{% endif %}
<tr>
<th>Item code</th>
{% endfor %}
</table>
+ <h2>Floor-plan</h2>
+ <img src="/static/floorplan.png" style="width:100%"></img>
+
+ <h2>Camera layout</h2>
+ <img src="/static/cameras.png" style="width:100%"></img>
+
<h2>Text options</h2>
<table>
<tr>