Skip to content

Commit 26e7495

Browse files
committed
doc: add director screen info and png
1 parent 776725a commit 26e7495

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

packages/documentation/docs/user-guide/features/sofie-views.mdx

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If a Part has an _in-transition_ Piece, it will be displayed to the left of the
7777
This view is designed to be used in productions that are mixing pre-planned and timed segments with more free-flowing production or mixing short live in-camera links with longer pre-produced clips, while trying to keep as much of the show in the viewport as possible, at the expense of hiding some of the content from the User and the _duration_ of the Part on screen having no bearing on it's _width_. This mode also allows Sofie to visualize content _beyond_ the planned duration of a Part.
7878

7979
:::info
80-
The Segment header area also shows the expected (planned) durations for all the Parts and will also show which Parts are sharing timing in a timing group using a ** symbol in the place of a counter.
80+
The Segment header area also shows the expected (planned) durations for all the Parts and will also show which Parts are sharing timing in a timing group using a __ symbol in the place of a counter.
8181
:::
8282

8383
All user interactions work in the Storyboard and List View mode the same as in Timeline mode: Takes, AdLibs, Holds and moving the [Next Point](#next-point) around the Rundown.
@@ -167,11 +167,11 @@ Technically, the switchboard activates and deactivates Route Sets. The Route Set
167167

168168
![Media Status panel](/img/docs/main/features/media-status-rundown-view-panel.png)
169169

170-
This provides an overview of the status of the various Media assets required by
171-
this Rundown for playback. You can sort these assets according to their playout
170+
This provides an overview of the status of the various Media assets required by
171+
this Rundown for playback. You can sort these assets according to their playout
172172
order, status, Source Layer Name and Piece Name by clicking on the table header.
173173

174-
Note that while the _Filter..._ text field is focused, you will not be able to
174+
Note that while the _Filter..._ text field is focused, you will not be able to
175175
use hotkey triggers for playout actions. You can remove the focus from the field
176176
by pressing the <kbd>Esc</kbd> key.
177177

@@ -185,6 +185,14 @@ A fullscreen page which displays the prompter text for the currently active rund
185185

186186
## Presenter View
187187

188+
`/countdowns/:studioId/director`
189+
190+
![Director View](/img/docs/main/features/director-screen-example.png)
191+
192+
A fullscreen page, intended to be shown to the director. It displays countdown timers for the current and next items in the rundown. If no Rundown is active in a given studio, the [Screensaver](sofie-views.mdx#screensaver) will be shown.
193+
194+
## Presenter View
195+
188196
`/countdowns/:studioId/presenter`
189197

190198
![Presenter View](/img/docs/main/features/presenter-screen-example.png)
@@ -211,11 +219,11 @@ The Pieces are displayed as a Timeline, with the Pieces moving right-to-left as
211219

212220
This view can be configured using query parameters:
213221

214-
| Query parameter | Type | Description | Default |
215-
| :-------------- | :--- | :---------- | :------ |
216-
| `sourceLayerIds` | string | A comma-separated list of Source Layer IDs to be considered for display | _(show all)_ |
217-
| `studioLabels` | string | A comma-separated list of Studio Labels (Piece `.content.studioLabel` values) to be considered for display | _(show all)_ |
218-
| `fullscreen` | 0 / 1 | Should the view become fullscreen on the device on first user interaction | 0 |
222+
| Query parameter | Type | Description | Default |
223+
| :--------------- | :----- | :--------------------------------------------------------------------------------------------------------- | :----------- |
224+
| `sourceLayerIds` | string | A comma-separated list of Source Layer IDs to be considered for display | _(show all)_ |
225+
| `studioLabels` | string | A comma-separated list of Studio Labels (Piece `.content.studioLabel` values) to be considered for display | _(show all)_ |
226+
| `fullscreen` | 0 / 1 | Should the view become fullscreen on the device on first user interaction | 0 |
219227

220228
Example: [http://127.0.0.1/countdowns/studio0/camera?sourceLayerIds=camera0,dve0&studioLabels=1,KAM%201,K1,KAM1&fullscreen=1](http://127.0.0.1/countdowns/studio0/camera?sourceLayerIds=camera0,dve0&studioLabels=1,KAM%201,K1,KAM1&fullscreen=1)
221229

@@ -263,16 +271,16 @@ An API endpoint for the system status is also available under the URL `/health`
263271

264272
## Media Status View
265273

266-
This view is a summary of all the media required for playback for Rundowns
267-
present in this System. This view allows you to see if clips are ready for
268-
playback or if they are still waiting to become available to be transferred
274+
This view is a summary of all the media required for playback for Rundowns
275+
present in this System. This view allows you to see if clips are ready for
276+
playback or if they are still waiting to become available to be transferred
269277
onto a playout system.
270278

271279
![Media Status page](/img/docs/main/features/media-status.png)
272280

273281
By default, the Media items are sorted according to their position in the
274282
rundown, and the rundowns are in the same order as in the [Lobby View]
275-
(#lobby-view). You can change the sorting order by clicking on the buttons in
283+
(#lobby-view). You can change the sorting order by clicking on the buttons in
276284
the table header.
277285

278286
Rundown View also has a panel that presents this information in the [context of the current Rundown](#media-status-panel).
256 KB
Loading

0 commit comments

Comments
 (0)