Implement DNGFolderFilter
Open, Needs TriagePublic

Description

Ideas:

  • DONE: Check every file for ".dng" file extension and create list of matching ones
  • DONE: Check sequence order
  • Create one/multiple?? clip(s) from found frames, based on how many sequences are found
  • Show some helpful information to let user choose which to import
  • Minimal frame count to avoid 100 "clips", if 100 files without (or wrong) sequence numbering are in the folder
BAndiT1983 updated the task description. (Show Details)
BAndiT1983 raised the priority of this task from to Needs Triage.
BAndiT1983 added a project: Open Cine.
BAndiT1983 moved this task to Pending tasks on the Open Cine board.
BAndiT1983 added a subscriber: BAndiT1983.
BAndiT1983 updated the task description. (Show Details)Apr 4 2015, 9:42 PM

Implemented and committed DNGFileFolder. No tests done, because of missing necessary changes on OC, e.g. POCO library not committed atm. Work in progress.

  • DONE: Rewrote with Qt classes, to minimize dependencies, POCO will be removed from repo soon