Page 1 of 1

How to name the output file of dcpomatic2_kdm_cli?

Posted: Mon Sep 02, 2024 1:52 pm
by Pedroonl
Hi, I'm trying to name the output file, but I can only name the directory.

Can somebody help?

Thanks. Peter

Re: How to name the output file of dcpomatic2_kdm_cli?

Posted: Mon Sep 02, 2024 2:27 pm
by carl
It's a little strange because the KDM filename can be auto-filled with details of the KDM. You should be able to do

Code: Select all

dcpomatic2_kdm_cli ... -K "KDM_Name" ...
to get a KDM called KDM_Name.xml

Re: How to name the output file of dcpomatic2_kdm_cli?

Posted: Mon Sep 02, 2024 3:16 pm
by Pedroonl
I know, a little sttange, but I have a special usecase for it.

I missed the -K option. Thanks.

Helpfull