So, this is ridiculous.
Kobo imports book from hidden .folder even though I don't want it to.
Kobo does NOT import book from NOT hidden folder. Thank you for nothing.
In libnickel there's some hardcoded stuff:
Code:
.Trash
.Trashes
.Trash-\d+
So the last one ... wait, what? Is that a regexp? Isn't . "any character" then?
So yup... it imports books from ".NotTrash/" but ignores books from "xTrash-123" (x instead . so not hidden in any way).
The whole notion of maintaining a list of folder names that should actually be treated like hidden folders is silly.
Old system was so much clearer and simpler. Starts with dot? Ignore that.