From 6ea9b75c5fc4736f19a424796a3d2c7550fb16dc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 22 Aug 2025 23:50:28 +0200 Subject: Add cover sheet magic strings for marker positions (#3076). --- doc/manual/dcpomatic.xml | 79 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) (limited to 'doc') diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index f74299ac9..975d8bb7c 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -3324,6 +3324,85 @@ DCP that has been made: + +You can also insert the timecode of any of the DCP's markers using $ with the marker's name: + + + + + + +$FFOCFirst frame of content + + +$LFOCLast frame of content + + +$FFTCFirst frame of title credits + + +$LFTCLast frame of title credits + + +$FFOIFirst frame of intermission + + +$LFOILast frame of intermission + + +$FFECFirst frame of end credits + + +$LFECLast frame of end credits + + +$FFMCFirst frame of moving credits + + +$LFMCLast frame of moving credits + + +$FFOBFirst frame of ratings band + + +$LFOBLast frame of ratings band + + + +
+ + +These magic strings will be replaced with ‘Unknown’ if the marker is not defined. +Alternatively, adding _LINE to a marker magic string will make the +timecode appear if the marker is set, otherwise the whole line containing the magic string +will be removed. + + + +For example, a cover sheet defined as + + + + +Hello: $FFMC +Goodbye: $FFMC_LINE + + + + +will be written as + + + + +Hello: Unknown + + + + +if the FFMC marker is undefined. + + Clicking Reset to default text will replace the current cover sheet with DCP-o-matic's default. -- cgit v1.2.3