summaryrefslogtreecommitdiff
path: root/DEVELOP.md
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-29 22:45:54 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-29 22:45:54 +0200
commit652a6467fdc4e562fe9166d491f4ca9848e37abb (patch)
tree016497e5329c91a200cb39d0f0f38272f7510a6b /DEVELOP.md
parent40d38c8d011f0863f396f21cd750cdcef803a792 (diff)
Add exit command to stress tester.
Diffstat (limited to 'DEVELOP.md')
-rw-r--r--DEVELOP.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/DEVELOP.md b/DEVELOP.md
index 4d2b0fca8..dc66a3bfd 100644
--- a/DEVELOP.md
+++ b/DEVELOP.md
@@ -36,10 +36,14 @@ Stop any current playback.
Seek to some point in the current DCP, where 0 is the start and 4095 is the end; for example
-```S 2048```
+```K 2048```
seeks half-way through the DCP.
+* `E`
+
+Stops playback and closes the player.
+
The script can be run using something like
```dcpomatic2_player -s stress```