View Single Post
Old 11-16-2010, 01:19 PM   #4
Paede
Member
Paede began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Nov 2010
Device: Sony PRS-650
OK Folks, I found the problem. My calibre root directory was called "calibre New" and that caused the problem. The batch file "calibre-portable.bat" use the parameter "--with-library" to start the needed library. Because of the space character in the new root folder name the path was cut after the "calibre" word and the part "New" was lost. So every time I started calibre the library "calibre" was opened and that was exactly the name of the old library !

So if you want to use spaces in the name of the root folder change the following line in the "calibre-portable.bat":

START /belownormal Calibre --with-library %CALIBRE_LIBRARY_DIRECTORY%

to

START /belownormal Calibre --with-library "%CALIBRE_LIBRARY_DIRECTORY%"

With the " characters it will work.

Have a nice day !
Paede is offline   Reply With Quote