Quote:
Originally Posted by dumining
the program is running from:
C:\Program Files (x86)\Calibre2
the library is in the removable storage
D:\000 library
|
The following should work (store batch file in C:\Program Files (x86)\Calibre2):
Code:
SET CALIBRE_OVERRIDE_DATABASE_PATH="C:\Users\<username>\Calibre\metadata.db"
SET CALIBRE_LIBRARY_DIRECTORY="D:\000 library"
START /belownormal Calibre --with-library "%CALIBRE_LIBRARY_DIRECTORY%"
Just change the CALIBRE_OVERRIDE_DATABASE_PATH to wherever you want to store the Calibre metadata (on your SSD). I suggest
not storing it in the Program Files directory.