Quote:
Originally Posted by JSWolf
|
Thank you! So to be clear, if I want to avoid using LD_PRELOAD, I have to put the following in '.kobo/Kobo/Kobo eReader.conf':
Code:
[FeatureSettings]
ExcludeSyncFolders=\\.(?!kobo|adobe).*?
This is an escaped partial regular expression that will lead to hidden files and directories directly within onboard and their contents being excluded from indexing, with the exception of those whose names begin with "kobo" or "adobe." When the files are removed from the index, they'll be deleted, which is why I have to back up the contents of these directories.