MediaImporter / TODO.md
85a3bb0 9 months ago History
1 contributor
16 lines | 0.616kb

TODO

Tasks

  1. QuickTime Local Time from GPS Metadata

    • When processing QuickTime files, use GPS metadata (if available) to determine the local time zone and convert the UTC timestamp to local time accordingly.
    • Fallback to system timezone if GPS data is not present.
  2. Implicit Behavior Selection

    • Define and document the script's default behavior when no explicit directives/arguments are provided.
    • Allow users to override defaults via command-line arguments.
    • Ensure stability and predictability in all cases.

(Feel free to expand with subtasks or implementation notes.)