https://bugs.kde.org/show_bug.cgi?id=472520
--- Comment #1 from Johannes Zarl-Zierl <johan...@zarl-zierl.at> --- Just some notes for a potential fix: A good location to read creation_date would be in VideoLengthExtractor (although that needs some change at least in its name then). The following command can be used to read the creation_date in addition to the video length: `ffprobe -v 0 -show_entries format_tags=creation_time:format=duration -of default=noprint_wrappers=1:nokey=0` One thing that needs working out if we use ffprobe, though: some video files have local time, some have UTC. I.e. some (most?) (phone-)cameras store the time as UTC, but no offset. -- You are receiving this mail because: You are watching all bug changes.