Quote:
Originally Posted by thomass
Did you try this:
Code:
if string.match(f, "%.pdf") or string.match(f, "%.epub") then

|
This works perfectly when the pdf files are in the documents folder. However, when I add pdf files through Calibre, they typically get added in a subdirectory. In that case this code does not work. Can this code be modified for such an scenario? Ideally I would like to put all my pdf, epub, djvu files in a single folder say "Non Kindle Formats" from where KOReader can pick them up.
I use a Kindle Touch.
mj