How to name the output file of dcpomatic2_kdm_cli?

Anything and everything to do with DCP-o-matic.
Pedroonl
Posts: 5
Joined: Wed Oct 06, 2021 6:49 pm

How to name the output file of dcpomatic2_kdm_cli?

Post by Pedroonl »

Hi, I'm trying to name the output file, but I can only name the directory.

Can somebody help?

Thanks. Peter
carl
Site Admin
Posts: 2506
Joined: Thu Nov 14, 2013 2:53 pm

Re: How to name the output file of dcpomatic2_kdm_cli?

Post 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
Pedroonl
Posts: 5
Joined: Wed Oct 06, 2021 6:49 pm

Re: How to name the output file of dcpomatic2_kdm_cli?

Post by Pedroonl »

I know, a little sttange, but I have a special usecase for it.

I missed the -K option. Thanks.

Helpfull