Quote:
Originally Posted by JSWolf
I know the problem. Kobo used to not scan directories that have a . such as .kobo. Now it does unless you have the config file set to not scan. So screensavers being graphics are scanned and included as content.
The solution is to add to the config...
Code:
[FeatureSettings]
ExcludeSyncFolders=(\\.(?!kobo|adobe).+|([^.][^/]*/)+\\..+)
The config file is in .kobo/Kobo/Kobo eReader.conf
|
It looked like this worked at first glance, but it started displaying the images again after syncing with Calibre. Not sure if that is the cause or just a coincidence, but it seemed worth noting.