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