View Single Post
Old 02-07-2012, 10:13 AM   #9
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Quote:
Originally Posted by dumining View Post
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.
ilovejedd is offline   Reply With Quote