GNOME Bugzilla – Bug 613253
Add GIO support
Last modified: 2010-12-08 10:15:53 UTC
tracker-miner-fs should be able to index (extract metadata and store it) files on request, even if those files are located in non-native locations (such as Samba shares, SFTP accessed servers, or WebDAV locations, to name a few).
Note that using the FUSE support in GVFS is not good enough for this to work. At least the GStreamer extractor knows how to handle those locations.
I'm reluctant to this. For remote sources specialized miners should be developed. Like the web miners for Flickr, RSS, Facebook, etc. Mining and extracting on network-mounted filesystem sounds like a bad idea to me. It might be interesting for Tracker instances on different devices to share certain metadata with each other, perhaps.
Moving "Indexer" component bugs to "General" since "Indexer" refers to the old 0.6 architecture
The mention of tracker-miner-fs indicates that this isn't a 0.6 architecture-bug, though.
(In reply to comment #0) > tracker-miner-fs should be able to index (extract metadata and store it) files > on request, even if those files are located in non-native locations (such as > Samba shares, SFTP accessed servers, or WebDAV locations, to name a few). We did add an API for this. tracker_miner_manager_index_file() There is also a D-Bus approach for this with: org.freedesktop.Tracker1.Miner.Files.Index I am marking as fixed, Bastien, if you have a broken use case, let me know and we can reopen this bug.