Skip to content

Store tracker:fileAvailable to content specific graphs for availability

Pekka Vuorela requested to merge pvuorela/tracker-miners:master into master

With external storage devices indexed but then unmounted, the graphs will list content that is known but currently not available. So far filtering those out was needing access to tracker:FileSystem to check tracker:available on the data source.

With a separate property the queries on such cases get simpler and every app does not need to have access to the FileSystem graph.

To note that now this applies only to new files and mount status changes. Might be rare enough configuration so the ones needing it can adapt on their own.

Related: tracker#304 (closed)

Depends on: tracker!477 (closed)

cc: @carlosg

Merge request reports