Skip to content

Libav extraction fixes from SailfishOS

Andrew Branson requested to merge abranson/tracker-miners:sailfish into master

Various fixes for problems found in the libav/ffmpeg extractor, from SailfishOS patches:

  • Sometimes music metadata is found in the audio stream rather than the format context, so fall back to that.
  • Use the 'date' field rather than 'creation_time' for audio file nie:contentCreated, as the latter contains the file creation time, not the album release date.
  • If a video stream exists but it's only an AV_DISPOSITION_ATTACHED_PIC, then it's an album cover. Don't class the file as a video in this case.

Merge request reports