summaryrefslogtreecommitdiff
path: root/src/lib/kdm_cli.cc
AgeCommit message (Collapse)Author
2023-09-14Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300).v2.17.7Carl Hetherington
2023-08-24Add --cinemas-file option to KDM CLI.Carl Hetherington
2023-08-24Replace a couple of erroneous calls to exit() in kdm_cli.cc.Carl Hetherington
2023-08-24Add some more detail to the KDM CLI help.Carl Hetherington
2023-05-18Cleanup: replace some list with vector.Carl Hetherington
2023-02-11Pass make_kdm as a function into kdm_for_screen().Carl Hetherington
2023-02-11Warn/error on making KDMs using recipient certs whose validity periodsCarl Hetherington
lie outside those of the KDMs (#2423).
2022-12-14Bump libdcp to a version with UTCOffset.Carl Hetherington
This is needed for 2.17.x but I ran the tests on main and they look OK, so doing it this way should save a few merge conflicts.
2022-09-09KDM CLI help tweak.Carl Hetherington
2022-09-09Make -S parameter to dcpomatic2_kdm_cli also filter screens (#2324).Carl Hetherington
2022-09-09Fix missing screen description in KDM CLI if you use the parameters in the ↵Carl Hetherington
"wrong" order.
2022-06-03Allow sending KDMs to more emails (#2244).Carl Hetherington
2022-03-16Make the value used for 'f' in KDM names consistent (#1657).Carl Hetherington
Before it was mostly the film name, but this is confusing when a single film contains multiple CPLs.
2022-03-09Display the filename / URL that a screen certificate was obtained from (#1894).Carl Hetherington
2022-01-11Fix crashes when using kdm_cli with a certificate instead of a cinema.Carl Hetherington
2022-01-11Allow tests to run kdm_cli().Carl Hetherington
2022-01-11Improve verbose output when writing to the current directory.Carl Hetherington
2022-01-11Allow control of where KDM CLI's output goes.Carl Hetherington
2022-01-11Use cout for help.Carl Hetherington
2022-01-11Use exceptions to handle errors in the KDM CLI.Carl Hetherington
2022-01-11Move KDM CLI tool into lib/Carl Hetherington