Wishes Timecode

Working a little bit with timecodes the following things came up:

  • Add < > operations. We already do have arithmetics, but to see which timecodeObject is furhter down the line I still need to use frames to compare.
  • Allow datetime object for creation (or at least timedelta). Datetimeobjects fill a somewhat similiar niche and are used in other situations in python. It would be nice if we could just pass a datetime object in to the constructor. Everything above hours would need to be omitted then. Same a simple cast to datetime object would be nice.
  • Allow parsing of other timestamp format like epoch or iso. When impleenting datetime this can be already done but a ntive implementation would be nice.

Good suggestions – I’ve logged them internally.