|
| 1 | + |
| 2 | + |
| 3 | +# Stagetimer.io module for Companion |
| 4 | + |
| 5 | +This module lets you remotely control [Stagetimer](https://stagetimer.io/) using Companion. |
| 6 | + |
| 7 | +It connects using the [Stagetimer HTTP RPC API](https://stagetimer.io/docs/api-v1) and [Stagetimer Socket.io endpoint](https://stagetimer.io/docs/api-v1/#socket-io-endpoint). |
| 8 | + |
| 9 | +## Requirements |
| 10 | + |
| 11 | +To use this module you need: |
| 12 | + |
| 13 | +- A Stagetimer account on a **paid plan** (*Pro* or *Premium*). |
| 14 | +- **Room ID**: The ID of the Stagetimer room you want to control. |
| 15 | +- **API Key**: A key that authorizes you to use the Stagetimer API. You can generate an API key on the controller page. |
| 16 | + |
| 17 | +## Configuration |
| 18 | + |
| 19 | +1. Click on the module in the Connections list to reveal the configuration pane. |
| 20 | +2. Enter your **Room ID** and **API Key** in the form and click *Save*. |
| 21 | +3. If the details you entered are correct, the module will connect. If the module fails to connect, please review the output in the Companion Logs tab. |
| 22 | + |
| 23 | +## Presets |
| 24 | + |
| 25 | +There are multiple presets available for the most common actions, ready to drop into your button layout. |
| 26 | + |
| 27 | +## Actions |
| 28 | + |
| 29 | +The following Actions are available: |
| 30 | + |
| 31 | +- **Message: Hide** |
| 32 | + Hide a message in the room |
| 33 | +- **Message: Show** |
| 34 | + Show a message in the room |
| 35 | +- **Message: Toggle visibility** |
| 36 | + Show/hide a message in the room |
| 37 | +- **Timer: Reset** |
| 38 | + Reset a specific timer to original duration |
| 39 | +- **Timer: Start** |
| 40 | + Start or resume a specific timer in the room |
| 41 | +- **Timer: Stop** |
| 42 | + Stop a specific timer in the room |
| 43 | +- **Timer: Toggle playback** |
| 44 | + Toggle (start/stop) a specific timer in the room |
| 45 | +- **Transport: Add time** |
| 46 | + Add an amount of time to the highlighted timer in the room. |
| 47 | +- **Transport: Next** |
| 48 | + Highlight the next timer in the list |
| 49 | +- **Transport: Previous** |
| 50 | + Reset the highlighted timer in the room if it is running. If the highlighted timer is not running, highlight the previous timer in the list. Optionally, you can automatically start the previous timer once it's highlighted. |
| 51 | +- **Transport: Start** |
| 52 | + Start or resume the highlighted timer in the room |
| 53 | +- **Transport: Start/stop** |
| 54 | + Start/stop the highlighted timer in the room |
| 55 | +- **Transport: Stop** |
| 56 | + Stop the highlighted timer in the room |
| 57 | +- **Transport: Subtract time** |
| 58 | + Subtract an amount of time from the highlighted timer in the room. |
| 59 | +- **Utility: Get room** |
| 60 | + Get status of the room |
| 61 | +- **Utility: Get status** |
| 62 | + Get playback status of the room |
| 63 | +- **Utility: Test auth** |
| 64 | + Test connection and authentication |
| 65 | +- **Viewer: Disable blackout mode** |
| 66 | + Disable blackout mode in the room |
| 67 | +- **Viewer: Disable focus mode** |
| 68 | + Disable focus mode in the room |
| 69 | +- **Viewer: Enable blackout mode** |
| 70 | + Enable blackout mode in the room |
| 71 | +- **Viewer: Enable focus mode** |
| 72 | + Enable focus mode in the room |
| 73 | +- **Viewer: Flash the screen** |
| 74 | + Flashes the screen in the room. Can be used to grab the attention of speakers. |
| 75 | +- **Viewer: Stop flashing** |
| 76 | + Stops any flashing timers and message on the screen. |
| 77 | +- **Viewer: Toggle blackout mode** |
| 78 | + Toggle (enable/disable) blackout mode in the room |
| 79 | +- **Viewer: Toggle focus mode** |
| 80 | + Toggle (enable/disable) focus mode in the room |
| 81 | + |
| 82 | +## Variables |
| 83 | + |
| 84 | +- `$(stagetimer:currentTimerDuration)` - Timer duration |
| 85 | +- `$(stagetimer:currentTimerDurationAsMs)` - Timer duration (ms) |
| 86 | +- `$(stagetimer:currentTimerId)` - Timer ID |
| 87 | +- `$(stagetimer:currentTimerName)` - Timer name |
| 88 | +- `$(stagetimer:currentTimerNotes)` - Timer notes |
| 89 | +- `$(stagetimer:currentTimerRemaining)` - Timer remaining time |
| 90 | +- `$(stagetimer:currentTimerRemainingAsMs)` - Timer remaining time (ms) |
| 91 | +- `$(stagetimer:currentTimerSpeaker)` - Timer speaker |
| 92 | +- `$(stagetimer:roomId)` - Room ID |
| 93 | +- `$(stagetimer:roomName)` - Room name |
| 94 | + |
| 95 | +## Feedbacks |
| 96 | + |
| 97 | +- Blackout mode |
| 98 | +- Flashing |
| 99 | +- Focus mode |
| 100 | +- Message showing |
| 101 | +- Playback running |
| 102 | +- Playback stopped |
| 103 | +- Timer is over time |
| 104 | +- Timer is running and on time |
| 105 | +- Timer is showing red wrap-up warning |
| 106 | +- Timer is showing yellow wrap-up warning |
0 commit comments