When the Cool-ER finds new files it tries to read the metadata from them.
In a lot of cases if it hasn't been produced with something like Calibre it'll get it wrong.
It will save this wrong information so it doesn't have to extract the metadata again next time.
The advantage for us, is if you don't want to convert the file to another format you can just edit this metadata yourself - the Cool-ER stores it under the .thumbnails/ folder, in the same structure as the folders on your reader.
For example if you have an SD card with the following structure:
Code:
Your SD Card
Fiction/
fictionBook.pdf
NonFiction/
nonficBook.pdf
there would also be a hidden directory called .thumbnails, inside which would be the following:
Code:
Your SD Card
.thumbnails/
Fiction/
fictionBook.png
fictionBook.info
fictionBook.las
NonFiction/
nonficBook.png
nonficBook.info
nonficBook.las
The metadata information is stored in the .info files.
The front cover / preview images are in the .png files.
The most recently read page info is in the .las files.