wolfgangw / digital_cinema_tools

Collection of useful scripts and notes for an open source based digital cinema pipeline
https://github.com/wolfgangw/digital_cinema_tools/wiki
95 stars 41 forks source link

KDM mode: Validity range arguments #12

Closed wolfgangw closed 11 years ago

wolfgangw commented 12 years ago

Backport datetime args for options --start and --end

motypas commented 12 years ago

What is the right date formula after --start and --end in cinemaslides for the KDM date ?

The standard is --start 0 --end 10 (0 from now to the next 10 days or more)

Possible after the --start 20121022080000 ?? yyyymmddhhmmss ??

wolfgangw commented 12 years ago

As of now cinemaslides will only accept a number (of days) as arguments for --start and --end, just as cinemaslides --help clearly mentions.

I intend to add datetime args but it might take a while until I find the time for this and a number of other issues.

wolfgangw commented 11 years ago

cinemaslides' KDM options --start and --end will now accept either <days from now> (a number) or explicit <datetime> (a datetime string).

Format of a datetime string is yyyy-mm-ddThh:mm:ss+|-hh:mm, like 2012-12-31T00:00:01+01:00 or 2012-12-31T23:59:59-09:00