X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=DEVELOP.md;h=dc66a3bfd87dff628b6ee883b6541fd0eb724bf1;hp=4d2b0fca8b420c5e79c7d041124a1ec3fc0453fc;hb=652a6467fdc4e562fe9166d491f4ca9848e37abb;hpb=40d38c8d011f0863f396f21cd750cdcef803a792 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```