Ugh, I'm not sure what should I put there (and where exactly), I don't use calibre at all and also I don't use SD card, only internal memory (although on H2O internal memory is SD card)...
So, if you can post what should be placed in wiki, I can copy it there, but I know in such case I'm a bit redundant.
Sorry, but there's a lot of things I don't use and don't know how to use. Koreader today is such great (meaning also very big and complex) software, so it is hard to know everything it does. I try to enter info in wiki I know and understand, not to confuse people with wrong instructions.
If I well understood problem and solution, it would be something like this:
If you want to use calibre and have books both on internal and external memory, you need to set koreader to know how to access both places.
This is done via the defaults.lua system (or, persistent.defaults.lua, which survives manual updates, so best to use it instead defaults.lua). In particular the section about SEARCH_LIBRARY_PATH
If you actively use both storage locations with Calibre, you'll probably want to use something like
Code:
SEARCH_LIBRARY_PATH = "/mnt/onboard"
SEARCH_LIBRARY_PATH2 = "/mnt/sd"
(make sure to use correct path)
I hope this is correct instructions?