Hi, Aleron, Tried your code. Does not work and gives a strange side effect.
I tested it by switching to Cover Art mode. This caused the screensaver to be temporarily saved to /.kobo/screensaver_old as intended.
I then triggered a full scan in NickelMenu to import all books.
Code:
# Nickel_Misc Actions
menu_item :main :Import books :nickel_misc :rescan_books_full
On the surface, it appears to work because the the screensaver did not appear as a book. But this is because the entire directory /.kobo/screensaver_old was deleted so that there was nothing to scan or import.
Help?
Quote:
Originally Posted by Aleron Ives
You probably need to edit the configuration file to exclude more folders from being scanned:
Code:
[FeatureSettings]
ExcludeSyncFolders=(\\.(?!kobo|adobe).+|([^.][^/]*/)+\\..+)
|