View Single Post
Old 08-22-2020, 05:41 AM   #3
19tracks
Junior Member
19tracks began at the beginning.
 
19tracks's Avatar
 
Posts: 2
Karma: 10
Join Date: Aug 2020
Device: Kobo Aura Edition 2
Quote:
Originally Posted by JSWolf View Post
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.
19tracks is offline   Reply With Quote