I have a FUSE file system that accesses remote data. I would like to prevent Quicklook from trying to read the files in order to generate thumbnails because this forces the download off all the files. (The nature of the file system doesn't allow you to just read a chunk of the remote file, the entire file must be downloaded before it can be read.) Currently I am checking what app is trying to access the files and I block Quicklook by denying it access. I was in hopes that there would be a better way to do this since I am not sure of the side effects of this.
Requiring the user to disable thumbnail generation in the finder is not an option.