~jamesh/mediascanner/qml-plugin

« back to all changes in this revision

Viewing changes to src/daemon/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): James Henstridge
  • Date: 2013-11-28 14:24:00 UTC
  • mfrom: (186.1.14 etag)
  • Revision ID: tarmac-20131128142400-72plan6tn4bl9dlr
Store the etag of files in the MediaStore so the scanner can detect whether it is necessary to redo the metadata extraction on files on start up.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
include_directories(..)
3
3
 
4
4
add_library(scannerstuff STATIC
5
 
  FileTypeDetector.cc
6
5
  MetadataExtractor.cc
7
6
  SubtreeWatcher.cc
8
7
  Scanner.cc