Quote:
Originally Posted by hatuluang
1. ... The command rescan_book_full means ...
|
- OK, I saw your information about 'rescan_books_full' command. - But there is also 'rescan_books' command, which meaning I don't know. - Would you please clarify this command?
Quote:
2. When you install KOReader, I hope you make a step to prevent Nickel from scanning *nix hidden folders. So Kobo won't scan the folder like .adds folder (KOReader folder is located under .adds folder)
|
- 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).+|([^.][^/]*/)+\\..+)
- 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?