Quote:
Originally Posted by baursak
- Some people do not advise to put books into folders that can be deleted during software automatic update (e.g. '.adds/koreader'). - How can I modify the RegExp line of code below (in '.kobo/Kobo/Kobo eReader.conf') so that to stop NickelMenu from scanning some user created folder in the Kobo eReader root directory? - Say, '/Showcase' or '/Stack'? - Such a choice might seem odd, however I simply would like to avoid any folder name containing 'book'.
Code:
[FeatureSettings]
ExcludeSyncFolders=(\\.(?!kobo|adobe).+|([^.][^/]*/)+\\..+)
|
You could add the folder name at the end of the exclusions. For instance, if you are using the screensaver toggle and renaming the screensaver directory from screensaver to screensaver_old, the following keeps it from being rescanned:
Code:
ExcludeSyncFolders=(\\.(?!kobo|adobe).+|([^.][^/]*/)+\\..+)|(screensaver_old)
Personally, I just use the same library for Nickel/KOReader/Plato. Since Kobo will not see an FB2 book as a known format, they will not show in Nickel.
Quote:
Originally Posted by baursak
Some people recommend to put in books' folder an empty file '.nomedia', which hopefully may prevent NickelMenu from scanning its contents. - What do you think?
|
AFAIK, that does not work though the last time I saw it mentioned in connection with a Kobo was 6 years ago and a reply to the OP stated it did not work for the poster.